Microsoft ASP.NET 3.5 Extensions Preview Released

這是一個能讓你少寫很多 ASP.Net 程式的 Extension,下面的消息來源有使用的範例,看起來真的很驚人。

- Dynamic Data: This is extensions to existing Data Controls allows them to generate much more code for you automatically based on the data model and meta data that is attached to the model.
- MVC: This is a new form of ASP.NET web development which gives the web developer much more control over the markup and provides a cleaner separation between presentation/logic/data.
- Silverlight Controls: This is a simple ASP.NET server control that makes adding Silverlight support a snap. It includes themes, automatic installation of Silverlight, client and server events.
- AJAX: New extensions have been added to the Ajax library to support managing browser history when using UpdatePanels. This means making the back button behave right when using Ajax.
- Entity Framework: A new data modeling framework that allows conceptual mapping. You create your object model and map it to your database tables as you see fit.
- Astoria: A new data service for exposing data and services via REST based URL. Ajax client side script library and server side data source control is provided to access these services from ASP.NET.


消息來源:

留言

這個網誌中的熱門文章

三本免費的電子書

NModbus