Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
8 users online
home
users
gt1329a
comments
DotNetKick.com is an
open-source project
. Please
report any bugs
and let us know
your great suggestions
.
Currently running svn revision
620
(rss)
Kick Spy!
,
Kick Zeitgeist
and
Kick Widgets
gt1329a
gt1329a
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
Why ASP.NET AJAX UpdatePanels are dangerous
No offense, but you're missing the point.
The majority of ASP.NET applications that you'll find online have relatively massive viewstates (though, I've noticed that dotnetkicks has a very lean viewstate. way to go, guys). Even if you can compress all of the response HTML to negligible sizes using gzip, the viewstate round-trip alone is usually significant enough to try to avoid when not necessary.
You're also ignoring the performance cost of reinstantiating all of the controls and running them through their life-cycle in order to render the UpdatePanel's HTML.
Compounded across a respectably sized user base, the savings are absolutely worthwhile. Especially given how easy web methods are to implement.
posted by
gt1329a
1 year, 4 months ago
Why ASP.NET AJAX UpdatePanels are dangerous
The ViewState is already compressed. You won't achieve anywhere near that kind of result compressing the ViewState. I'd be surprised if you compressed it even an additional 10%, best case.
posted by
gt1329a
1 year, 4 months ago
DotNetKicks auto bookmarklet
I'd assume /kick on a URL that isn't in the database yet will automatically go to /submit. So, using /kick is more robust when you may have people hitting the bookmark on pages already in the database without knowing it.
posted by
gt1329a
1 year, 8 months ago
Debug and explore AJAX with FireBug
I can't think of a time FireBug has ever let me down. If you haven't tried it in awhile, give it another go with the release version that's out now.
posted by
gt1329a
1 year, 8 months ago
« Previous
1
2
3
4
5
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads via The Lounge
DotNetKicks is an open source project from
Incremental Systems