Stupid question

  • Thread starter Thread starter Bart Schelkens
  • Start date Start date
B

Bart Schelkens

Hi,

I have kind of a stupid question (at least to me).

Somebody asked me what the difference was between asp.net and vb.net.
Since I create my webapplications with vb.net I couldn't think of a
difference. To me they seem the same.

Am I correct ?

Thanks
 
not the same...

ASP.net is a set of .NET classes used to create Web-based, client-side (Web
Form) and server-side (Web Service) applications

vb.net is a programming language
 
TJS said:
not the same...

ASP.net is a set of .NET classes used to create Web-based,
client-side (Web Form) and server-side (Web Service) applications

vb.net is a programming language

And as an example, I use C# for web-applications (asp.net).
You could also use both C# and VB.Net to build Webform (GUI) applications
(or console, or windows service ..)

Hans Kesting
 
Do The English Language and Journalism seem like the same things to you?

Well, there you go.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Congratulations. You are now a member of a very elite and extremely small
group of people. I've just added you to my blocked senders, so from now on
you will be wasting your breath trying to goad, irritate, berate, abuse,
castigate, and/or insult me. I won't even know you exist any more.

Have an interesting life.

--
ta-ta,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Thx for the answers.
I thought the difference had to do with in-line coding or using code-behind.
 
Back
Top