Constructors Articles

An Intro to C# Constructors

Introduction Constructors are very useful but only and only if we are aware of the best way to use it for a requirement. One need to be sure of the input that has be given to the constructor and the way the class is supposed to be used. Some of the vast variety of design [...]

Read more

Constructors in C#

Constructors in C# In the C# newsgroup, there was recently (at the time of writing) a discussion about various aspects of constructors. This page provides most of the important bits about how I believe constructors work in C#, including references to the language specification to back them up. If you disagree with anything in this [...]

Read more