Ask a Question related to ASP.NET General, Design and Development.
-
Newbie #1
Basic question b/w ASP & ASP .NET
I would like to know what is the basic difference
between
ASP and ASP .NET
VB AND VB .NET
ADO and ADO .NET
look forward to your responses
Newbie Guest
-
Basic FLV question
Can someone please help me. we wish to stream flv files using Flash Media Server 2. we have installed the program however we are at a loss as to how... -
basic 3d question
Hi, Just a qiuck question....I have created a 3d world and exported it to director. I want to add a basic cube shape I create in 3dstudio max to... -
Basic Question
Hello, I've noticed in some sample code that sometimes people use the @ before a string when concatenating them. Example: string filePath =... -
Basic question...
I posted the other day a question about writing a daemon to monitor a directory and then process the files as they arrive in said directory. I... -
basic css question
In several of my posts lately, I have made it known that I am nto a huge fan of using newer stuff as opposed to older methods of getting things... -
S. Justin Gengo #2
Re: Basic question b/w ASP & ASP .NET
There are a lot of articles about this. Just do a search on google.
The biggest difference to me as a web developer has been withing the asp vs.
asp.net side of things. asp was never object oriented and asp.net is. That
means it is much easier to re-use code. It also means that the display code
and the business logic code may now be completely separated in a way that
just wasn't possible before.
I haven't found that it makes creating applications that much faster, but
that has been because I am now doing much more difficult things that I would
have left out before but can now do.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Newbie" <kirancj@indiatimes.com> wrote in message
news:3e0101c355e1$f4e75630$a001280a@phx.gbl...> I would like to know what is the basic difference
> between
> ASP and ASP .NET
> VB AND VB .NET
> ADO and ADO .NET
> look forward to your responses
S. Justin Gengo Guest
-
Joel Cade #3
Re: Basic question b/w ASP & ASP .NET
Here's a source for answers to a lot of your questions:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriintroductiontovisualbasic70forvisualbasicvete rans.asp[/url]
(remove the line break)
Joel T. Cade, MCSD
Brinkster, Inc.
"Newbie" <kirancj@indiatimes.com> wrote in message news:<3e0101c355e1$f4e75630$a001280a@phx.gbl>...> I would like to know what is the basic difference
> between
> ASP and ASP .NET
> VB AND VB .NET
> ADO and ADO .NET
> look forward to your responsesJoel Cade Guest
-
Steve C. Orr, MCSD #4
Re: Basic question b/w ASP & ASP .NET
All the .NET stuff is newer and better.
The performace is better.
The programming model is better and easier.
It's targeted more toward high performance internet apps than the old stuff.
It's more object oriented.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Newbie" <kirancj@indiatimes.com> wrote in message
news:3e0101c355e1$f4e75630$a001280a@phx.gbl...> I would like to know what is the basic difference
> between
> ASP and ASP .NET
> VB AND VB .NET
> ADO and ADO .NET
> look forward to your responses
Steve C. Orr, MCSD Guest



Reply With Quote

