How to implement Event Accessors and Single Handler Events
Event accessor is not new concept. It has been part of C# language from its inception. If you have ever…
Event accessor is not new concept. It has been part of C# language from its inception. If you have ever…
Coming from C or C++, C# has always the flexibility to handle directives. The directives are well known in those…
JSON or Javascript Object Notation has been quite popular these days because of being it is only a Key/Value pair,…
Visual Studio XML Comments has been a part for quite a while. There are a number of xml tags that…
When dealing with the new Switch case constructs, I always wanted to add more to it. After adding things to…
It is already a well known fact that while running the MSIL , the CLR (runtime) can generate an Exception…
If you are building a class library with Retargetable turned on, you might end up your assemblies to be used…
Well, after the previous two post, I think you have clearly got an idea on how the Lambda switcher works…