Blog Stats
  • Posts - 36
  • Articles - 0
  • Comments - 11
  • Trackbacks - 23

 

Some cool new features of ASP.NET 2.0, Whidbey, SQL Yukon....

  1. You will be able to drag a SQL Server table and drop it into a page, which will give you a data binded datagrid, mostly through property manipulation, the grid will be sortable, editable and updatable
  2. One goal of ASP.NET 2.0 is to reduce the amount of code needed by 70-75%, Scott thinks Whidbey will get very close to that mark
  3. Another goal is to simplify administration, ASP.NET 2.0 will offer a rich configuration API along with rich admin tools, in the bottom you will still have good old XML config files
  4. We will get Intellisense in config files and in code embedded in web forms (as opposed to code-behind classes) 
  5. We will get some 40 new controls, including things like a rich treeview and security controls (authentication). Controls will work with both two-tier and three-tier data models.
  6. We will have building blocks APIs services, like for example: membership services, role management and a personalization system 
  7. This APIs will use a provider model, so that you can create, for example, your own credentials provider and replace the one that's used out of the box by the authentication block (SQL Server tables, it seems) 
  8. The template columns design-time editor will get a major update, including two-way databinding and custom controls that can be dragged and dropped into the column (for example, drop-downs) 
  9. ASP.NET 2.0 will be 64-bit enabled 
  10. In particular, IIS 6.0 will allow two use the ASP.NET authentication information to control access to classic ASP pages and even other resources like images or JSP pages 
  11. An administrator could be notified by e-mail every time a certain exception raises
  12. Nothing to do with ASP.NET 2.0: in a few weeks a utility to convert classic ASP pages to ASP.NET will be available at www.asp.net 
  13. Enterprise Services will allow you to start/stop a transaction at any fixed point in your code, you will not be constrained to object boundaries 
  14. There will be a data access layer designer which will allow you to choose tables, views, add properties and then access all this elements in a strongly-typed way 
  15. Alternatively, you will be able to use Object Spaces, which is an object-relational mapping tool that will be released as part of Whidbey 
  16. Yukon and Whidbey have the same release timeframe 
  17. To create Yukon user-defined types you will be able to use any CLR value class (C# struct) 
  18. The Cache object will be enhanced so that you can, for example, make a dataset valid as long as the underlaying source (a table, usually) doesn't change.
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

No comments posted yet.


Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © Ramesh Arimilli