PDA

View Full Version : ASP or ASP.NET?


bruce
01-15-2004, 04:28 AM
I agreed w/ steurm.

If both ASP & ASP.net is new to you, you might well learn a newer technology.

ASP.NET is also much more feature rich compare to ASP.

[b]quote:Originally posted by steurm

I you are literate to computing, ASP.NET is your friend, since all database activity could be done using VB.NET, C# or whatever .NET language. A lot of client scripting (validation) is done automatically bij .NET, so you wouldn't have to worry too much about client scripting ...

Also ASP (3.0) is not going to be upgraded anymore, and will disappear anyway (sooner or later). If you want to get forward, and you can take a car, then why would you take your bike [8D]

--
Steurm
www.steurm.net/steurm
</blockquote id="quote"></font id="quote">

mattaub
01-15-2004, 06:44 AM
This question has probably been asked before, but I can't find it in the forum.

Should I learn ASP or ASP.net?

While I'm very computer literate, I am new to scripting web pages. I am very interested in learning asp so my employees can read and write to my access database on the web. I've spent many hours trying to figure out how I can do this without learning scripting. I've come to the realization that I am going to have to learn how to script.

Any advice would be appreciated.

Thanks,
Matt

steurm
01-15-2004, 12:31 PM
I you are literate to computing, ASP.NET is your friend, since all database activity could be done using VB.NET, C# or whatever .NET language. A lot of client scripting (validation) is done automatically bij .NET, so you wouldn't have to worry too much about client scripting ...

Also ASP (3.0) is not going to be upgraded anymore, and will disappear anyway (sooner or later). If you want to get forward, and you can take a car, then why would you take your bike [8D]

--
Steurm
www.steurm.net/steurm

theharmonyguy
01-17-2004, 06:58 AM
I agree if you're starting work on .NET - though be warned there's a lot involved, it's not just scripting. [:)]

I have a question though - can anyone recommend really good resources for an ASP programmer on how to make the transition? I got the demo of VS.NET and frankly it's kind of overwhelming. I'm certainly familiar with OO from Java, but all the Web.Config and stuff is new to me.

Thanks!

bruce
01-18-2004, 12:07 PM
I personally like the web matrix tutorial, http://asp.net/webmatrix/guidedtour/getstarted/intro.aspx

If you want book, i highly recommend this one

http://www.amazon.com/exec/obidos/tg/detail/-/067232542X/qid=1074455699//ref=sr_8_xs_ap_i0_xgl14/103-4555115-8523810?v=glance&s=books&n=507846

[b]quote:Originally posted by theharmonyguy

I agree if you're starting work on .NET - though be warned there's a lot involved, it's not just scripting. [:)]

I have a question though - can anyone recommend really good resources for an ASP programmer on how to make the transition? I got the demo of VS.NET and frankly it's kind of overwhelming. I'm certainly familiar with OO from Java, but all the Web.Config and stuff is new to me.

Thanks!
</blockquote id="quote"></font id="quote">