The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Events + Web = hell

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paschal

Posts: 1621
Nickname: bigapple
Registered: Nov, 2003

Paschal is a .Net developer
Events + Web = hell Posted: Jan 20, 2004 9:10 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Paschal.
Original Post: Events + Web = hell
Feed Title: help.net
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/pleloup/Rss.aspx
Feed Description: .Net for mankind !
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Paschal
Latest Posts From help.net

Advertisement

This title is there to reflect the hell I live when you push the boundaries of event management, web and a little bit of client-side scripting.

I will launch in few days a new website about science in Irish schools for Secondary pupils, ScienceUnleashed.

Check yourself if you want to have a look, but be aware the site is still in debugging mode, and I can say it's hard, very hard to debug a web application with so many things happening on a screen.

I curse actually the Postback system, and I wish Whidbey improve the system.

An example. I build a dynamic Quiz working well alone. But I also have a popup control triggering a Postback, so I have to redraw the Quiz after the window show up, otherwise my Quiz controls will be empty.

But I have 4 different states for the Quiz, so every time a postback happen, I have to test which state I am before redrawing the Quiz. Pain in the ass!
Also reading the values from a form is basic stuff, but because you can have another event somewhere on the page I have to store (State bag) each value of my form. Pain in the ass!

And I have at least 10 cases happening like that !

I don't want to be too negative, the overall .Net experience is good for me, but I dream about some future improvements in a .Net web application like:

- Truly multithread events including Postback. Doing so,  each event will have his own execution without the necessity to worry about refreshing the page.
- Better implementation (well surely in VB) of the events themselves. I would like to see something like a button click from my code. Maybe I am wrong but I couldn't find something simple to fire a button through my code.
- Less bloated viewstate. The source of the default page on my site look like the Champollion tablet, overloaded with strange hieroglyphs.

OK maybe it's my bad day, but I have to post this rant. Nothing is perfect in .Net kingdom.

 

Read: Events + Web = hell

Topic: Geek Notes 2004-01-17 Previous Topic   Next Topic Topic: Adventures in SOA, Part 6

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use