.NET Framework 3.5 - Part 3: Extensions

In my previous post I spoke about some of the new features in 3.5. For ASP.NET, though, there is more goodness coming in the form of the ASP.NET 3.5 Extensions package. This package contains some interesting bits I want to highlight:

There are a few more, and Scott Guthrie’s post will be good to cover if you’re interested (all the info above is from him). Now, starting with Silverlight support—this is a no-brainer really. If your market is developers who want great tools, then making them edit HTML to get your new platform is a little tougher than it needs to be. The MVC is a nice thing if you believe the information on it (I haven’t used it yet myself), but it basically brings a lot of the CCF/CAB ideas to the web in an elegant way. Lastly, Astoria is a great technology (I almost built my own for a project, but beta 1 came out and saved me from that), which gets your data from within the black box of servers onto the web in a way it can be consumed by client applications easily. Obviously, performance doesn’t compare to ADO.NET directly, but if you don’t have access to the server, this is the way to share information.