all groups > asp.net > april 2005 >
You're in the

asp.net

group:

ASP.Net vs VB.Net



ASP.Net vs VB.Net Daniel
4/5/2005 11:57:01 PM
asp.net: HI,
wat is the different between asp.net and vb.net?

thanks in advance.

Re: ASP.Net vs VB.Net Andy Fish
4/6/2005 8:19:15 AM
asp.net is the replacement for asp i.e. programming web applications using
IIS

unlike asp (where you use vbscript), you get a choice of languages. the most
common are c# and vb.net

you can also use vb.net and c# for windows apps

that's the gist of it, though if you were pedantic you could pick holes in
this description.

[quoted text, click to view]

Re: ASP.Net vs VB.Net Kevin Spencer
4/6/2005 9:19:13 AM
ASP.Net is a platform and technology. VB.Net is a programming language.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

[quoted text, click to view]

Re: ASP.Net vs VB.Net ~~~ .NET Ed ~~~
4/6/2005 11:13:12 AM
VB.NET is a .NET language, basically the .NET platform version of the good
ole' Visual Basic. I personally find VB too messy and convoluted to
comfortably read it, I prefer the visual expression efficiency of C#. There
was a time however that I was a Basic programmer and then I loved the
language :) until I found C....

And then ASP.NET is simply a way of building web applications using HTML and
CSS and all those things just like any other web-page building environment.
With ASP.NET however you can have the "dynamicity" by generating dynamic
content using your choice of .NET languages. So, in short you can use
ASP.NET and code the back-end of your web application in C#, VB.NET, J#, C++
or a combination thereof. That is the idea, I don't know if I expressed it
well.

[quoted text, click to view]

Re: ASP.Net vs VB.Net Steve C. Orr [MVP, MCSD]
4/6/2005 11:31:40 AM
ASP.NET is an object model used for developing web pages.
To use this object model, you must select a .NET programming language to
control it with, such as VB.NET or C#.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


[quoted text, click to view]

AddThis Social Bookmark Button