-
Introduction If you develop multitier applications that use a consistent data access framework, you will realize that most of your codes follow a certain pattern, and can be generated automatically. This code generator is based on a Data Access Framework (DAF) from my earlier post. Building a Data Access...
-
Introduction SmartPictureBox Control : A picture box control is one of the most popular controls to display and received an image from a user. However, most of the time you’ll find yourself writing repetitive tasks such as Load an image from file Save an image from the control onto a file Handle...
-
Well I’ve not encountered many scenarios where I really needed to overload an operator. However operator overloading can save you a lot of coding time like in the double data entered application example I worked on and applied the concept. This is how it goes. Two users (first and second entry...