Blog

Blog posts on .NET, Azure, and more.

What is new in ASP.Net vNext

October 26, 2014 by Anuraj

.Net ASP.Net ASP.Net MVC Visual Studio

ASP.Net vNext is the next version of ASP.Net Framework. As part of ASP.NET vNext, the MVC, Web API, and Web Pages frameworks are being merged into one framework, called MVC 6. The new framework removes a lot of overlap between the existing MVC and Web API frameworks.

What is new in C# 6.0

October 17, 2014 by Anuraj

.Net ASP.Net Visual Studio

Today I got a chance to look into C# 6.0 features. Thanks to ORTIA(Technology innovation division of Orion India Systems), for providing me the MSDN subscription. :)

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

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