Groups | Blog | Home
all groups > inetserver asp db > march 2004 >

inetserver asp db : VB.net & ASP.net


Laphan
3/4/2004 8:11:57 PM
Just a really quick question to clarify something.

VB.net is basically the .net version of VB and the premise is that this is
for creating an app.

ASP.net is basically the .net version of ASP and the premise is that this
for running server-side apps for a web site.

I believe the 2 are now supposed to use similar code and be more integrated,
but the above are differentiated by what I have stated - right?

If there wasn't a difference then you would have the 2 names - right?

Finally VB.net isn't something that you can put in a page to run
client-side, in other words this would download to the client machine and do
it's thing - right? If so, surely this can't work on Macs and Netscape Nav.

Thanks for any clarification you can give.

Rgds

Laphan

Aaron Bertrand [MVP]
3/4/2004 11:52:39 PM
[quoted text, click to view]

You're half right. ASP.net is the "enhanced" version of ASP. It is not a
language; ASP.net pages can be written using VB.Net (which is not just for
applications), C#, etc. However VB.Net and C# can be used for a lot more
than just server-side web pages, much like VBScript and JScript can
currently be used for more than just server-side web pages.

[quoted text, click to view]

No, you still need client-side code for that, however many of the apps you
will build do much of the hard work for you. I suggest asking these
questions in a dotnet forum rather than here.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/

Laphan
3/6/2004 10:13:42 PM
Thanks for the info Aaron


[quoted text, click to view]

You're half right. ASP.net is the "enhanced" version of ASP. It is not a
language; ASP.net pages can be written using VB.Net (which is not just for
applications), C#, etc. However VB.Net and C# can be used for a lot more
than just server-side web pages, much like VBScript and JScript can
currently be used for more than just server-side web pages.

[quoted text, click to view]

No, you still need client-side code for that, however many of the apps you
will build do much of the hard work for you. I suggest asking these
questions in a dotnet forum rather than here.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/



AddThis Social Bookmark Button