Archives
-
Visual Studio Async CTP
Microsoft has announced the Community Technology Preview (CTP) version of Visual Studio Async.The new Visual Studio Async CTP provides a new syntax for asynchronous development using C# and VB.NET. You can download the Visual Studio Async CTP from here.
-
My NoSQL Session at Microsoft Community Tech Day
I did a presentation titled “NoSQL databases in .NET Apps” at Microsoft Community Tech Day, Kochi organized by Kerala Microsoft User Group. The session was an introductory talk on NoSQL databases and demonstrated how to use NoSQL databases in .NET applications. I have given a demo on NoSQL approach using RavenDB and ASP.NET MVC. The slide for the demo available at http://www.slideshare.net/shijucv/nosql-database-in-net-apps and the source code is available from http://ravenmvc.codeplex.com
-
Book Review : Test-Drive ASP.NET MVC
-
Using the WebGrid Helper in ASP.NET MVC 3 Beta
ASP.NET MVC 3 Beta is now supports to using ASP.NET Web Pages helpers in the Razor views. In this post, let us discuss on how to use WebGrid helper in our Razor view page of an ASP.NET MVC 3 application.
-
ASP.NET MVC 3 Beta Support for Code Runs before Views and Strongly Typed Models in Razor Views
Code that Runs Before Views Run
-
ASP.NET MVC 3 Beta Released
The ASP.NET team has released beta version of ASP.NET MVC 3. You can download the ASP.NET MVC 3 Preview 1 from here. You can read more details from ScottGu's blog post. You can download the ASP.NET MVC 3 Beta from here . Please keep in mind that you needs to install ASPNET Web Pages 1.0 in order to install ASP.NET MVC 3 Beta.