Wednesday, December 21, 2005

VSNet 2005 and ASPNet2.0

For the last 3 days I under went training on VSNet2005 and ASP.Net2.0, the training was pretty basic.It didn't cover VSTS. The good thing is that I got an Opportunity to work on the lab session. Microsoft has made great improvement in VS2005 in terms of increasing developer productivity and bringing intellisense everywhere. Insert Code Snippet is great idea. DataGridView is great improvement compared to previous versions of datagrid.People need not write single line of code for databinding.
Tracepoint, Visualizer used while debugging are very useful.SingleClick deployment for Smart Client and WinForm is cool.Performance tools like CLR profiler and loading testing tools to test performace of web sites are part of ViSual studio. Web Parts included as part of Visual studio. Have a look at my.msn.com to know of power of web parts.In ASP.Net2.0 user ,role managment can be done through wizard and they are stored in sql server db and frequently used operation like login,create user, change password is put as user controls.
The cool thing is most of the VS functionality is implemented as API so user can develop on their using this API's.

0 Comments:

Post a Comment

<< Home