0
votes
2answers
220 views
c# design question - standalone GUI application
Hi folks. It's a pleasure to see how much knowledge people have on here, it's a treasure of a place.
I've seen myself writing code for DataGridView events - and using DataSource to a backend prepared …
4
votes
1answer
109 views
The patterns and practices rabbit hole
I generally like to think of myself as a patterns and practices guy. I like the structure and guidelines that they give me, my teams, and my projects. In general I find that developing against best …
3
votes
7answers
422 views
How do I reduce view duplication between client and server?
I'm working on an AJAXy project (Dojo and Rails, if the particulars matter). There are several places where the user should be able to sort, group, and filter results. There are also places where a …
