What will be the new features available in ASP.Net 4.0?

前端 未结 4 1946
滥情空心
滥情空心 2020-12-09 13:46

What will be the new features available in ASP.Net 4.0?

4条回答
  •  萌比男神i
    2020-12-09 14:05

    There are quite a few:

    • static client-side ID's
    • better dynamic data support
    • better support for the routing feature (made popular by ASP.NET MVC) for webforms apps
    • many Ajax enhancements

    Read Scott Hanselman's excellent blog post (series) on .NET 4 here.

    And checkout a great whitepaper on ASP.NET 4.0 here.

    Marc

提交回复
热议问题