• Welcome to Valhalla Legends Archive.
 

asp.net sucks -nt

Started by Banana fanna fo fanna, July 28, 2004, 11:03 PM

Previous topic - Next topic

Banana fanna fo fanna


Maddox

asdf.

Banana fanna fo fanna

I can't get freetextbox working... ;)

MyndFyre

Quote from: $t0rm on July 29, 2004, 03:56 PM
I can't get freetextbox working... ;)

That means YOU suck, not ASP.NET.  :P
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Banana fanna fo fanna

I hate it when something makes me jump thorugh hoops and install uberframework2000 -- dll hell edition to run hello world.

Grok

Quote from: $t0rm on July 30, 2004, 09:15 PM
I hate it when something makes me jump thorugh hoops and install uberframework2000 -- dll hell edition to run hello world.

How is .net supporting DLL hell?

Banana fanna fo fanna

lots of dlls = dll hell :)

quasi-modo

#7
I just downloaded the .net framework sdk and installed... it detected iis, then boom Im all done. Didn't take me long at all. I wouldn't say I had to jump through any hoops.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Banana fanna fo fanna

get freetextbox working then lol

quasi-modo

#9
Quote from: $t0rm on July 30, 2004, 11:27 PM
get freetextbox working then lol
Thats third party stuff though. How does that relate to the quality of asp.net?

That control is weird as crap... each element in your html is an iframe. I think this could have been made easier with applets, this is one time when I would have used them.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

MyndFyre

Quote from: $t0rm on July 30, 2004, 11:14 PM
lots of dlls = dll hell :)

Stop assigning dll hell to lots of dlls.  :P

DLL hell == (lots of dlls && different versions of same dlls)

QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Banana fanna fo fanna


K

different versions of the same assembly can reside together happily in the System's GAC, as far as I know.