What is the difference between asp.net and vb.net?

Asked by Last Modified  

29 Answers

Follow 1
Answer

Please enter your answer

ASP.Net is known as a development platform for the web, which in turn is known to help create robust web applications. It is known to contain innumerous libraries which have a wide range of functionality. It is a comprehensive web framework that supports accordingly with MS IIS and has a bunch load...
read more
ASP.Net is known as a development platform for the web, which in turn is known to help create robust web applications. It is known to contain innumerous libraries which have a wide range of functionality. It is a comprehensive web framework that supports accordingly with MS IIS and has a bunch load of technologies added to it. VB.NET in layman’s terms is a programming language. VB, which is short for Visual Basics, is actually similar to excel as in syntactically. However, it is to known that the version of excel, which is called VBA is some ways different from the excel we use. The great thing about VB.NET is the assembly written in VB.Net is compatible with an assembly written in another programming language. Hope this helps read less
Comments

Trainer

ASP.NET is for developong web applications (Web pages) once Web application is hosted once should have internet to access that web pages. VB.NET is for developing Windows applications ( like a software which can be installed in your system and you can run it without the help of internet Ex: VLC Player,...
read more
ASP.NET is for developong web applications (Web pages) once Web application is hosted once should have internet to access that web pages. VB.NET is for developing Windows applications ( like a software which can be installed in your system and you can run it without the help of internet Ex: VLC Player, MS office, etc.... read less
Comments

Coaching

ASP.NET is a web technology, its used for web based applications and websites. Its server side technology and its language independent. Any .NET languages can be used to develop web based applications.(.NET Languages such as C#, VB.NET). VB.NET is a programming language. It’s used to create windows...
read more
ASP.NET is a web technology, its used for web based applications and websites. Its server side technology and its language independent. Any .NET languages can be used to develop web based applications.(.NET Languages such as C#, VB.NET). VB.NET is a programming language. It’s used to create windows based applications as well as used for web based applications.( create ASP.NET web applications) read less
Comments

Microsoft Certified Trainer

ASP.NET stands for Active Server Pages (ASP) using .NET Framework Technologies. It basically provides a platform to develop Web Applications. It is mainly meant for Server Side Scripting but can also be used for Client Side Scripting as well. In the traditional ASP, the validation and other programs...
read more
ASP.NET stands for Active Server Pages (ASP) using .NET Framework Technologies. It basically provides a platform to develop Web Applications. It is mainly meant for Server Side Scripting but can also be used for Client Side Scripting as well. In the traditional ASP, the validation and other programs were embedded within the webpage itself with the help of Java Script, J Script or VB Script. With ASP.NET we can have two separate files (one for Webpage Design and another Code Behind File). The code behind file stores all the validations, Database and server connections which can be programmed with any of Dot NET Language viz. C#, J#, F# and VB.NET. So the basic difference between ASP.NET and VB.NET is that ASP.NET is a tool based exclusively for developing web applications whereas VB.NET is the programming language to program the code behind file of these web pages. VB.NET can also be used to program Windows Forms Applications and GUI (Graphical User Interface). read less
Comments

Digital Marketing Trainer

ASP.NET is a framework that supports many programming languages and vb.net is one of those programming languages.
Comments

7 yrs Experience along with Microsoft Certified Technology Specialist Trainer for .Net with C# as Language

ASP.NET is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services While VB.Net is a CLS compliant language which is wriiten again...
read more
ASP.NET is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services While VB.Net is a CLS compliant language which is wriiten again which is having syntax just like VB but runs on .Net framework. read less
Comments

ASP is a server-side scripting environment that is developed and released by Microsoft. Visual Basic .NET (VB.NET) is a multi-paradigm, high level programming language, implemented on the .NET Framework. Microsoft launched VB.NET in 2002 as the successor to its original Visual Basic language.
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

ASP .NET contains server controls. VB.NET does not include server controls. ASP .NET can support all .NET languages. VB.NET can support only scripting languages. ASP .NET is included within the .NET framework. VB.NET is not part of .NET framework. ASP .NET is web technology that is used...
read more
ASP .NET contains server controls. VB.NET does not include server controls. ASP .NET can support all .NET languages. VB.NET can support only scripting languages. ASP .NET is included within the .NET framework. VB.NET is not part of .NET framework. ASP .NET is web technology that is used to build web applications and websites. VB.NET is language that is used in writing programs that are utilizing the ASP.NET framework. ASP.NET is server side technology that is language independent. VB .NET is .NET programming language. read less
Comments

Tutor

VB.net is a programming language whereas ASP.net is a technology for creating web applications. VB.net/C#.net is used as code-behind language in asp.net.
Comments

Asp.Net is a front end development work,VB.Net is code behind language for developing Asp.Net Application
Comments

View 27 more Answers

Related Questions

What is the difference between asp.net and vb.net?
asp.net is web technology that is used in building web applications and websites. Vb.net is language that is used in writing programs that are utilizing the asp.net framework Asp.net contains...
Aadarsh
What is ASP.Net?
ASP.NET: Active Server Page .NET is a unified Web development model that includes the services necessary to build enterprise-class Web applications. ASP.NET is part of the .NET Framework. It's Microsoft product.
Geeta
What are delegates in ASP.NET
Delegates are type safe function pointers or callbacks. Delegate is a class that holds a reference to a method or function. Delegate class has a signature an it can only refer those methods whose signature...
Madhuri S.

Hi,

I have asp.net project with sql connection.I want connect database with asp.net and run the project and web config file there

In web.config: <connectionStrings> <add name="ConnectionString" connectionString="Data Source=192.168.1.25;Initial Catalog=Login;Persist Security Info=True;User ID=sa;Password=example.com" providerName="System.Data.SqlClient"...
Fathima
What Is Asp ?
ASP.Net is a platform that is used to develope, Web, Desktop, Mobile and other kinds of applications. It supports many languages like C, C++, C#, F#, VB.Net etc. It all runs on a Integrated Development...
Sunita

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Difference Between View Bag And View Data In Mvc
ViewData belongs to dictionary class whereas view bag is the dynamic object. i.e., dictionary class create objects that validate data for viewdata whereas dynamic object validates data for ViewBag.Also,The...

Why Need for Delegates in C#
.1. TYPE SAFETY FEATURES. 2. OBJECT ORIENRED FEATURES. 3. Lamda Function 4. BRING GENERICS. 1. Type safety means an object when defined has its ability to understand of its own type and maintain...

ASP.net MVC 5
ASP.NET MVC It’s a part of ASP.NET and provides an alternative to ASP.NET webforms. You can even mix webforms and MVC. Basic concepts like state management are still the same. Thus, if you have...

ASP.NET Syllabus
Part 1: Getting Started with ASP.NET Lesson 1: Overview Of Asp.Net Lesson 2: Adding Controls To A Web Page Lesson 3: Web Page Processing Lesson 4: Validating User Input Lesson...

Contents Of ASP.NET
Getting Started with ASP.NET This module explains how to build and configure a simple ASP.NET application. Lessons: Introduction to ASP.NET Web Applications Features of ASP.NET Configuring ASP.NET...

Looking for ASP.NET ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you