What is the different between ASP.NET and VB.NET?
By on May 7, 2007 in ASP.NET Interview Questions, VB.NET Interview Questions
ASP.Net is an “environment”, and VB.Net is a programming language. You can write ASP.Net pages (called “Web Forms” by Microsoft) using VB.Net (or C#, or J# or Managed C++ or any one of a number of .Net compatible languages).
Confusingly, there is an IDE that Microsoft markets called VB.Net, which allows you to write and compile [...]


