• Welcome to Valhalla Legends Archive.
 

ASP.NET 2.0

Started by MyndFyre, May 09, 2004, 10:48 PM

Previous topic - Next topic

MyndFyre

I just got this month's issue of MSDN Magazine, which is all about ASP.NET 2.0.  After downloading the PDC version of Visual Studio Whidbey and being completely disappointed that an ASP.NET Web Project is not among the project types under New->Project, I found in the magazine that you go to New->Web.

The functionality that ASP.NET 2.0 supports out of the box is absolutely incredible.  Automatic providers for membership, themed websites by separating style into a "master" page, et. al.  It comes with info for automatic reporting, among other things.

I'll let you all know when I have more info.  What I've seen though, is absolutely incredible so far.
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

Keep us updated :) ASP.NET is way cool.

quasi-modo

asp.net 2 will have automatic url parsing for the session. Like it is optional now in the web.config, but in 2.0 it will see if the user has cookies or not, and if not the url will be parsed. 2.0 will be nice, but I hope they cleaned up the output, the js in particular, I hope they decided that all the cool people are using the type attribute.
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: peofeoknight on May 11, 2004, 09:15 PM
asp.net 2 will have automatic url parsing for the session. Like it is optional now in the web.config, but in 2.0 it will see if the user has cookies or not, and if not the url will be parsed. 2.0 will be nice, but I hope they cleaned up the output, the js in particular, I hope they decided that all the cool people are using the type attribute.

I understood it to be programmatically and web.config assigned still.  The problem was that too many people had cookies not supported and lamers (read: newbs) couldn't figure out how to get around it.
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.

quasi-modo

Quote from: Myndfyre on May 12, 2004, 01:12 PM
Quote from: peofeoknight on May 11, 2004, 09:15 PM
asp.net 2 will have automatic url parsing for the session. Like it is optional now in the web.config, but in 2.0 it will see if the user has cookies or not, and if not the url will be parsed. 2.0 will be nice, but I hope they cleaned up the output, the js in particular, I hope they decided that all the cool people are using the type attribute.

I understood it to be programmatically and web.config assigned still.  The problem was that too many people had cookies not supported and lamers (read: newbs) couldn't figure out how to get around it.
well you would be still have to tell it to automatically parse when there is no cookie support (in web.config), but it would not be either a cookie based session, or a non-cookie based sesssion. Atleast that is what I have heard. Ill bet you $0.50 on it, and when asp.net 2.0 comes out we can see who is right if we remember this bet  :). You can parse a query string with the session data in it, which is what some did with classic, but that is a pain in the butt.
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