In C# 6 the new operator nameof was introduced. It helps the developer to use any property/classname/namespace and so on as a string. The string will be set at compile time. Lets start with some examples.: When checking arguments before C# 6 you had to use the following to output the argument name which...
I used to get this Error Message in Visual Studio 2012 when I was about the start debugging my MVC or any other art of Web Application under Internet Explorer as soon as I installed the first RTM version of Visual Studio 2012 and Windows 8, but I fixed it fast and I thought it is not that big deal to...
This blog post has moved to a new address . Please read it there .