PreviousNext

Instantiating an object without using its constructor in C#

by bill-s, 2019-11-19T17:43:35.280Z

In this blog post we will look at how you could create an instance of an object in C# without calling its constructor – which sounds a bit crazy, but is actually something that has been supported by both CLR and Core CLR for a long time now. More after the jump.

Read More