Who Moved My SPA? (Single Page Application Template)

Friday, June 01, 2012 4:17:00 AM (GMT Daylight Time, UTC+01:00)

If you’ve downloaded and installed the latest ASP.NET MVC 4 RC bits, you might have noticed one of the recently added MVC4 project templates is not longer there. The Single Page Application (SPA) project template that shipped with the ASP.NET MVC 4 Beta as an early preview, will not ship with the final MVC 4 release. It will however continue to evolve outside of the MVC 4 release.

image

More information is available on the ASP.NET SPA Home Page:

“An official release of ASP.NET SPA won’t be ready in time to ship with the final ASP.NET MVC 4 release. You can find the source code for ASP.NET SPA and follow the development effort on the ASP.NET CodePlex site.”

If you look closely you will also notice another change. While it appears that a new “Basic” template has been added, the previous “Empty” template has been renamed to “Basic” and a new, much more empty “Empty” template has been added to give a bare bones empty starting point for an MVC4 project.

Posted in Software | Web  | Comments [0] 


patterns & practices: Project Silk

Tuesday, June 07, 2011 3:21:52 PM (GMT Daylight Time, UTC+01:00)

A team from Microsoft Patterns & Practices have been working to create guidance for building “Modern Web Applications” in conjunction with an advisory group of individuals from the developer community.

“Project Silk provides guidance for building cross-browser web applications with a focus on client-side interactivity. These applications take advantage of the latest web standards like HTML5, CSS3 and ECMAScript 5 along with modern web technologies such as jQuery, Internet Explorer 9, and ASP.NET MVC3.”

To achieve this, the team is creating a reference application to give them a real world example to build and provide a sample to learn from.

The sample application and related guidance documentation are currently available at http://silk.codeplex.com and are free to download. The latest update was June 3rd, 2010 with Drop 10, and updates will continue to be made as the project continues.

I will be posting more on some specifics of the code and guidance, but wanted to share this initial post.

Posted in Web  | Comments [0]