December 2010 - Posts

9
Comments

To ref or not to ref by nmarun

So the question is what is the point of passing a reference type along with the ref keyword? Scenario 1: I have an Employee class as below. 1: public class Employee 2: { 3: public string FirstName { get; set; } 4: public string LastName { get; set; }...
Filed under: ,
7
Comments

ASP.NET MVC 3 RC versions by nmarun

I was not sure if what I had on my machine was RC or RC2. So here are the details of the two: ASP.NET MVC 3 RC – Released on the 9th of November 2010, has the version number of 3.0.11029.0. Here’s the announcement from ‘The Gu’. ASP.NET MVC 3 RC 2 – Released...
Filed under: ,
More Posts