ASP.NET 3.5 Extensions CTP Preview (with ASP.NET MVC) released

As announced on Scott Guthrie’s blog, the ASP.NET MVC Framework preview has just been released as part ASP.NET 3.5 Extensions CTP Preview. You can now try out for yourself!

If you haven’t read on the new ASP.NET MVC Framework, this new release is Microsoft’s response to a demand for a built-in model-view-controller (MVC) based architecture in ASP.NET.
This does not mean all your ASP.NET applications now need to be developed based on this architecture but it does allow you to apply this architecture when needed/wanted.

Get started here:

  1. Download the ASP.NET 3.5 Extensions CTP Preview via Scott Guthrie’s site. BWT, there’s much more to the Extensions than only the MVC framework. Read all about it at the above link.
  2. Get yourself acquainted with the framework by reading Scott Guthrie’s article series:
  3. Checkout some other resources:

And now, let’s check it out!

 

 

Technorati tags: , ,

 


Scott Guthrie talks about Orcas and ASP.NET Ajax

Last Thursday Scott Guthrie was in Belgium and gave two presentations: one on the new version of Visual Studio, code named "Orcas" and the second on ASP.NET and Ajax tips and tricks.

The presentation was organized by VISUG, was free, and clearly had a lot of success here in Belgium.  

He presented several new features including:

  • Support for .NET 2.0, 3.0 and the new .NET 3.5 projects, this means you can already start using the new Visual Studio with your old .NET 2.0 projects.
  • Improved debugging capabilities for Ajax and client-side JavaScript: I just loved the way your Internet Exporer client page is loaded as a separate item in Visual Studio Explorer, and in which you can then debug. For anyone having debugged JavaScript using alert() statements, it's finally over!
  • Intellisense support for client JavaScript classes
  • Improved CSS editing WYSIWYG: Visual Studio uses the same features as in Microsoft Expression.
  • LINQ: it was only the second time I saw a demo on this new technology. Still have to read further about it, I'll start with this: http://www.asp.net/sandbox/app_blinq.aspx?tabid=62
  • Also related to LINQ: the database schema mapping to object classes. By dragging your tables into the designer, Visual Studio automatically generates the classes for you. You can watch the video on this on Scott's blog: http://weblogs.asp.net/scottgu/archive/2007/01/28/video-using-linq-with-asp-net-in-vs-orcas-part-1.aspx.

There was lots more little nice things but these stood out for me. Can't wait for the CTP to come out and begin playing.

During the second presentation, on ASP.NET tips and tricks: even having read his blog regularly I still learned a few new things. Be sure to check out his blog: http://weblogs.asp.net/scottgu/

And what about Sharepoint: the talk wasn't about Sharepoint but he did mention that a service pack for Sharepoint will come out later this year. The service pack will have support for Ajax in Sharepoint. So that's good news... weren't it for the fact that I need to use Ajax for my current Sharepoint project.
So for this I will probably take a look at the SharePoint Ajax Toolkit.

 

Copyright © 2007 Katrien De Graeve.