Ok, this is pretty tough to explain, but I'll try. I'm working on a VB.NET solution. I've built a class to encapsulate some functionality, and it works fine when every method of the class is called ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Erik Steiger discusses the operational pain ...
Let's say you have a simple class like the one from the MSDN article "Windows Forms Data Binding and Objects": You add some code for loading up your Customer object from a SQL database. Let's say your ...