Scott on Writing

Musings on technical writing...

Survey: Best/Coolest New Features in ASP.NET 2.0?

I'm interested in what y'all think the “best” and coolest new features of ASP.NET 2.0 are. By “best” I mean, what feature will allow you to best get your work done; by coolest I mean what feature blows people's socks off. And let's stick to just ASP.NET 2.0 features, leaving Visual Studio 2005 features for another entry.

For me, I'm not sure what the best feature would be yet, I've not used 2.0 to create any real-world applications. My hunch is that the provider model is going to be high on the list (at least initially), allowing me to more easily move over existing applications with existing membership, role, profile, and site navigation solutions to take advantage of 2.0's new Web controls.

For the coolest feature, the one thing that always seems to impress my students the most is the GridView's built-in capabilities coupled with the ease of data access from the SqlDataSource. Being able to go from a blank page to a pageable, bi-direction sortable, editable, deletable interface in about 35 seconds leaves many jaws on the floor the first time it's demoed. Granted, creating real-world apps involves more than 35 seconds since they shouldn't be using SqlDataSource controls and should include various validation and other business rules for editing and deleting, but the demo still does get 'em every time!  :-) (There are plenty of other “cool” things about ASP.NET 2.0, but I think the fact that this one can be done quickly, results in pretty pictures and easy to see highlights, and basically takes a task that takes 35 minutes in ASP.NET 1.x is what drops the jaws.)

posted on Wednesday, November 16, 2005 8:36 PM

Feedback

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/17/2005 5:54 AM Sergio Pereira

I like things that make your day-by-day easier when doing the application maintenance chores. I'd list here: the pre-compiled web site deployment and the app_offline.htm trick.

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/17/2005 6:19 AM Cameron Scholtz

Chalk me up for providers as well. Love the membership (and role) provider. Also, static classes and all the increased functionality of web.config.

Cameron

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/17/2005 7:05 AM Mike Swaim

I haven't done a web form app yet, but I do have a WinForm app that I've deployed. Here's what I like.

1)ClickOnce deployment- It makes getting an update out to my users really easy.
2)DataGridView- MUCH better than the abominal DataGrid.
3)Nullable types- This has made some interactions with controls go from being a nightmare to trivially easy.

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/17/2005 7:26 AM Nick

Without a doubt, being able to output valid markup without having to override render methods or use response filters. Not so much cool as necessary.

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/18/2005 5:18 AM Wessam Zeidan

Master pages, time savers.
Webparts, very cool.

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/18/2005 8:07 AM Rajeev Gopal

I would list Master Pages on top. As Wessam commented, it is indeed a time saver. WebParts (for personalization). I also adore the inclusion of Themes and Skins. Membership, Roles, Profiles. Other coolest things are the DataSource controls. No code!. You can create Mom&Pop sites within seconds! Thats cool.

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/18/2005 12:51 PM Rajeev Gopal

My revised list of jaw-dropping features:

The My Namespace
Master Pages
Skins/Themes
Memberships/Roles/Profiles
DataSource controls
Publish Web Site feature (This is a Visual Studio feature rather, but related to ASP.NET apps)
Intellisense in Web.Config

-Rajeev

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/19/2005 4:57 AM Luis Abreu

hello.

for me, there are 2 things that are really cool:
1.) new callback mechanism
2.) resource embedding

these 2 things make so much difference when you have to build controls...

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/21/2005 3:45 AM Yeo Yee Soon

1) 100% preserved HTML controls.
2) Script callback
3) Enhanced Support for middle tier objects.
4) New coding model

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/21/2005 9:11 AM bill xie

The best : master page
The coolest : web parts

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 11/26/2005 7:10 AM Ryan Christensen

generics, masterpages and moving away from the code-behind model.

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 12/2/2005 10:22 PM Paul Litwin

Master Pages.
Paul

# re: Survey: Best/Coolest New Features in ASP.NET 2.0? 12/30/2005 2:32 AM Rick Strahl

Count me in on Master Pages. The other big, big thing is the Web Editor in Visual Studio that doesn't change your code and doesn't from time to time just lose your events...

On the other hand you might want to also poll the 'most annoying thing' about ASP.NET 2.0 or VS.NET <g>...

Title:  
Name:  
Url:
Protected by Clearscreen.SharpHIPEnter the code you see:
Comments   

Add To Your Reader

My Links

Archives

Post Categories

 

I am a Microsoft MVP for ASP.NET.
I am an ASPInsider.
<May 2008>
SMTWTFS
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

Comment Stats

DayTotal% of Total
Sunday 1866.8%
Monday 37913.9%
Tuesday 45316.7%
Wednesday 50418.5%
Thursday 53519.7%
Friday 49418.2%
Saturday 1666.1%
Total 2717100.0%

Hour1Total% of Total
12:00 AM 652.4%
1:00 AM 682.5%
2:00 AM 622.3%
3:00 AM 742.7%
4:00 AM 572.1%
5:00 AM 1033.8%
6:00 AM 1084.0%
7:00 AM 1585.8%
8:00 AM 1716.3%
9:00 AM 1475.4%
10:00 AM 1716.3%
11:00 AM 1816.7%
12:00 PM 1886.9%
1:00 PM 1696.2%
2:00 PM 1605.9%
3:00 PM 1324.9%
4:00 PM 1073.9%
5:00 PM 923.4%
6:00 PM 913.3%
7:00 PM 963.5%
8:00 PM 833.1%
9:00 PM 782.9%
10:00 PM 792.9%
11:00 PM 772.8%
Total 2717100.0%

Comments by Blog Entry Date/Time

Day Entry MadeAvg.Total
Sunday 5.54144
Monday 5.22339
Tuesday 4.28419
Wednesday 7.67637
Thursday 6.90607
Friday 5.48411
Saturday 5.33160
Total 5.842717

Hour1 Entry MadeAvg.Total
12:00 AM 5.0035
1:00 AM 1.002
5:00 AM 0.000
7:00 AM 7.0035
8:00 AM 5.35107
9:00 AM 6.32278
10:00 AM 6.47246
11:00 AM 4.41181
12:00 PM 6.88330
1:00 PM 3.00111
2:00 PM 5.41222
3:00 PM 8.64285
4:00 PM 4.0589
5:00 PM 5.92154
6:00 PM 4.52113
7:00 PM 9.67174
8:00 PM 9.80147
9:00 PM 5.05111
10:00 PM 5.4265
11:00 PM 4.5732
Total 5.842717

Learn More About Comment Stats
1 - All times GMT -8...


Blog Stats

Favorite Web Sites

My Books

My MSDN Articles