Community

.NET Tip: Create a Class with Overloaded Constructors

(Eric Smith) When I create a class, I often define a constructor to ensure that the object is initially populated with all the information it needs to operate properly. As an example, one of my databound objects can take a database connection or both a database connection and an object representing

Read More - Register for Free Membership