Fooled by the Activator !!!
It was interesting to know that a custom exception, say an exception class derived from System.ApplicationException, thrown while creating an instance of a type using Activator.CreateInstance does not …
Read more →Blog posts on tech, engineering, and more.
It was interesting to know that a custom exception, say an exception class derived from System.ApplicationException, thrown while creating an instance of a type using Activator.CreateInstance does not …
Read more →Prior to .NET 2.0, there wasn’t the facility in C# to opt the visibility level for the get and set property or indexers. And i take my comment in my previous post that C# does not provide the …
Read more →I read about this interesting thing somewhere in MSDN. There are two types of programming or programming languages. The good old C/C++ kind called the unsafe programming languages, and the other is …
Read more →When I was working on the .NET reflection extravaganza thing that I explained in my previous column, i learnt one another interesting thing, that is about the Type.InvokeMember. How will pass out or …
Read more →Over the past few weeks, I have been involved with this module that got the best of both worlds - .NET and I, 😁. Ok, this was the problem. We have a COM server, let us name it Server. I had to write …
Read more →