What is the object life cycle for an object in .NET?
From what I understand it is:
0) If Static Constructor exists on Object it is called the first time and object of that type is created or referenced