4
votes
9answers
478 views
Best way to deal with users double-clicking buttons in a winforms app?
I'm working on a WinForms app and I have a user control in it. The buttons in the user control raise events up to the form to be handled by other code. One of the buttons starts some processses t …
1
vote
2answers
605 views
Best way to databind a Winforms control to a nullable type?
I'm currently using winforms databinding to wire up a data editing form. I'm using the netTiers framework through CodeSmith to generate my data objects. For database fields that allow nulls it cr …
1
vote
What are the most important parts of the .Net framework for a beginner?
If you're working in VB.NET I'd say the My namespace is very important. It contains shortcuts to a lot of areas of the framework that used to be spread all over the place in the framework. It's a …
12
votes
OS Compatibility for various .Net Frameworks
1.x and 2.0 work all the way back to Win98
2.0 Unsupported Operating Systems according t …
