Introduction to Dynamic Language Runtime and .NET 4.0

Introduction to Dynamic Language Runtime (DLR) The Dynamic Language Runtime (DLR) from Microsoft is an effort to bring a set of services that run on top of the Common Language Runtime (CLR) , in upcoming .NET Framework 4.0 has this built within in it and provides language services for several different dynamic languages. These services include: A […]

Read more โ†’

Microsoft Silverlight 4 Tools for Visual Studio 2010 RC

Microsoft has released Silverlight 4.0 Release Candidate on 12/03/2010, with this release microsoft has released the following tools/documents i was wondered to see the links suddenly up there in Microsoft Downloads sectiom, i remember the same day they released ASP.NET MVC, but i didnt see these Silverlight 4.0 RC files there for download. Suddenly it […]

Read more โ†’

ASP.NET MVC 2 source code released under MS-PL License

Microsoft has announced that, they  released the source code to ASP.NET MVC 2 under the Ms-PL license, an OSI approved Open Source license. To Get the source! To grab the source code, visit the ASP.NET MVC 2 RTM Download Details page and look for the file named mvc2-ms-pl.zip. Cool to know.. ๐Ÿ™‚ ..So that we can […]

Read more โ†’

ASP.NET MVC 2 RTM (Final Version) Released

I am happy to announce that Microsoft has released ASP.NET MVC 2 RTM yesterday(03/10/2010).. A long awaited release.. cool. ASP.NET MVC 2 provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 SP1 runtime. ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller […]

Read more โ†’