asp.net 2.0的新功能!
2024-07-10 12:56:52
供稿:网友
中国最大的web开发资源网站及技术社区,
• instead of writing the data access code to populate a datagrid, you can now declaratively associate it with any number of datasource controls, which manage the details of data access for you.
• instead of manually checking your sql server for new data, use the new sqlcachedependency to invalidate your cached data when the underlying data changes
• instead of building custom login forms for your application’s forms
authentication, you can now drag an instance of the login control onto a page and hook it up to the functions of the membership class.
• instead of manually inserting user controls into each page of your
application you can consolidate them in a single ‘master page’ template.
• instead of building your own infrastructure for easily changing the
appearance of your entire site you can now define skins and apply themes generically.
with more than 40 new server-side controls and many new pieces of
web infrastructure, asp.net 2.0 delivers more new features than any web development technology in recent memory. you will come away with a solid understanding of the new features in asp.net 2.0, and be prepared to make the right design and implementation choices when you make the switch to asp.net 2.0
作者blog:http://blog.csdn.net/freeagle/