Tuesday, June 15, 2010

C# 3.0 - Features

1. Object and Collection Initializers Object initializers let you assign values to any accessible fields or properties of an object at creation time without having to explicitly invoke a constructor. http://msdn.microsoft.com/en-us/library/bb384062.aspx 2. Anonymous types - (var) Anonymous ...

Saturday, January 2, 2010

Cairngorm and MVVM

Now everybody is changing to RIA(Rich Internet Application). Formally there was only one a matured platform, ie Abode Flex. But in .net framework 3.0 Microsoft came up with new technology SilverLight. After a one and half year it's become more popular than Adobe Flex.The Cairngorm is the most common...