Valhalla Legends Archive

Programming => Web Development => Topic started by: Banana fanna fo fanna on July 28, 2004, 11:03 PM

Title: asp.net sucks -nt
Post by: Banana fanna fo fanna on July 28, 2004, 11:03 PM
nt = No Text
Title: Re:asp.net sucks -nt
Post by: Maddox on July 28, 2004, 11:35 PM
True story.
Title: Re:asp.net sucks -nt
Post by: Banana fanna fo fanna on July 29, 2004, 03:56 PM
I can't get freetextbox working... ;)
Title: Re:asp.net sucks -nt
Post by: MyndFyre on July 30, 2004, 07:35 PM
Quote from: $t0rm on July 29, 2004, 03:56 PM
I can't get freetextbox working... ;)

That means YOU suck, not ASP.NET.  :P
Title: Re:asp.net sucks -nt
Post by: Banana fanna fo fanna 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.
Title: Re:asp.net sucks -nt
Post by: Grok on July 30, 2004, 10:59 PM
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?
Title: Re:asp.net sucks -nt
Post by: Banana fanna fo fanna on July 30, 2004, 11:14 PM
lots of dlls = dll hell :)
Title: Re:asp.net sucks -nt
Post by: quasi-modo on July 30, 2004, 11:17 PM
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.
Title: Re:asp.net sucks -nt
Post by: Banana fanna fo fanna on July 30, 2004, 11:27 PM
get freetextbox working then lol
Title: Re:asp.net sucks -nt
Post by: quasi-modo on July 31, 2004, 02:08 AM
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.
Title: Re:asp.net sucks -nt
Post by: MyndFyre on July 31, 2004, 01:50 PM
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)

Title: Re:asp.net sucks -nt
Post by: Banana fanna fo fanna on July 31, 2004, 04:33 PM
assembly hell?
Title: Re:asp.net sucks -nt
Post by: K on July 31, 2004, 09:05 PM
different versions of the same assembly can reside together happily in the System's GAC, as far as I know.