Blog

Blog posts on .NET, Azure, and more.

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.

Download .NET Architecture Universe Poster - 2014

September 29, 2014 by Anuraj

.Net .Net 4.0 Miscellaneous Visual Studio

.NET Universe Poster (2014) showing the main .NET SDKs, libraries and packages classified by application type and package type (NuGet, official support, etc.)

No more annual renewal fee for Windows developer accounts

September 29, 2014 by Anuraj

Windows Phone

Windows Dev Center requires only a one-time registration payment, which grants developers the ability to submit apps to both the Windows Store and Windows Phone Store, with no annual renewal fee.

CreateObject equivalent for C#

September 17, 2014 by Anuraj

.Net .Net 4.0 ASP.Net MVC Windows Forms

In current project, I had to use some 3rd party APIs, which is exposed via COM Interop. I found some VB.Net code to consume, but I couldn’t find in C# implementation for the same. Here is the code snippet which is equivalent VB.Net CreateObject method.

Serializing .NET dictionary

September 16, 2014 by Anuraj

.Net .Net 3.0 / 3.5 .Net 4.0 ASP.Net MVC Unit Testing

Recently I had to implement XML Serialization in one of my class, it was deriving from base class, which has a dictionary property and XML Serialization was failing due to that. And here is the code snippet which will help you to serialize a .Net dictionary. It is implemented using IXmlSerializable interface

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