Scott Gu has posted some articles about new ASP.NET project template.
MVC
As you know MVC is a project architecture that has been used for Java project and developers.
Standart ASP.NET CAN NOT use this architecture because this architecture divides the page UI and Business codes seperate locations. ASP.NET project template use this code in the same page and can not divides different files or locations. For this reason Microsoft has developed a new ASP.NET project template for the MVC.
A CTP for New project template has been published. You can read more information at the Scott's blog here.
Also here is a link list about the MVC demos.
http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx
http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx
http://weblogs.asp.net/scottgu/archive/2007/12/06/asp-net-mvc-framework-part-3-passing-viewdata-from-controllers-to-views.aspx
http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-mvc-framework-part-4-handling-form-edit-and-post-scenarios.aspx
Hope this insterests,
M.