Archives
-
ASPX and Razor View Engines in ASP.NET MVC 3 Preview 1
ASP.NET MVC is a highly extensible framework that allows you to use different view engines with ASP.NET MVC. ASP.NET MVC Preview 1 comes with two bult-in view engines: ASPX and Razor. When you create a new ASP.NET MVC 3 project, you can see two project templates as shown in the following screen shot.
-
ASP.NET MVC 3 Preview 1 Released
The ASP.NET team has released the first preview version of ASP.NET MVC 3. You can download the ASP.NET MVC 3 Preview 1 from here. The following are the summary of new features in the ASP.NET MVC 3 Preview 1.
-
ASP.NET Page Helpers in WebMatrix
The new WebMatrix beta is providing set of HTML helpers that can be use for common web site tasks. The below ASP.NET page within the WebMatrix is using some HTML helpers for integrating social networking web site features.
-
WebMatrix Beta Released
Microsoft has announced the first beta release of Microsoft WebMatrix which is a lightweight development tool for web developers. WebMatrix can be installed side-by-side with Visual Studio 2010 and Visual Web Developer 2010 Express. The most interesting thing about the WebMatrix beta is that you can now play with the new Razor view engine for ASP.NET MVC. The ASP.NET team haven't released the MVC View Engine for Razor, but WebMatrix includes ASP.NET Pages that using the new Razor syntax. You can download the WebMatrix beta from here.
WebMatrix Resources -
Microsoft MVP for ASP.NET