Blog
Blog posts on .NET, Azure, and more.
Introduction to SCRUM - Slides
October 16, 2014 by Anuraj
Miscellaneous Scrum
Find the slides I have used in today’s session on SCRUM.
Force .NET application to run in 32bit process
October 06, 2014 by Anuraj
.Net .Net 3.0 / 3.5 .Net 4.0 ASP.Net ASP.Net MVC Visual Studio
Due to lack of 64 bit version of few COM libararies, we faced a situation to run our AnyCPU application into 32 bit. You can do this either by setting the Platform target or by using the corflags command.
How extension method works in .Net
October 05, 2014 by Anuraj
.Net .Net 3.0 / 3.5 Visual Studio
What is extension method
Why you shouldn't believe in your favorite .net decompiler
October 04, 2014 by Anuraj
.Net .Net 4.0 CodeProject Miscellaneous Visual Studio
Yesterday I posted about explicit interface implementation. I was curious about to know how CLR treats Explicit interface implementation. I looked into the generated IL code using IL DASM, and it was pretty similar to C# code I wrote. So I thought of reverse engineering the assembly. I verified the assembly with five .net decompilers. And only two provided the compilable code. Here is the .Net decompilers I used.
Explicit Interface Implementation in C#
October 03, 2014 by Anuraj
.Net .Net 4.0 ASP.Net ASP.Net MVC CodeProject Visual Studio
If a class implements two interfaces that contain a member with the same signature, then implementing that member on the class will cause both interfaces to use that member as their implementation.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub