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 difference between "throw" and "throw ex" in .Net?
Yes, there is a difference; 1) throw ex resets the stack trace (so your errors would appear to originate from HandleException) 2) throw doesn't - the original offender would be preserved.
SEED Infotech Ltd
i am applying for asp.net but i am not get any response.
You can contact me through WhatsApp:, I am sure that I will take care of you on this subject.
Om
With many online free tutorials in place, does one ever need to hire a mentor to learn a new Technology? if yes, why? i am in the process of learning MVC, linq, and WCF and by far using online resources. if anyone out there is interested in learning, can join me. we can learn together.
definitely,you need to mentor .Because online courses doesn't train in the aspect of real time project experience.But a good trainer who works in a IT will have exposure to all the phases of development...
Ranganath
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.
Hello Sir, I have little bit knowledge of C. Can I continue study Asp.net? Please advice..
for ASP.Net you need the basic programming knoladge in C and C++ OOP Method along with HTML,CSS, and Java Script. Because in ASP.Net Code behind C# is running. C# is based on Object oritented Methodology....
Mitu
0 0
8

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

Ask a Question

Related Lessons

ASP.NET - Introduction
ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required to build up robust web applications for PC, as well as mobile...

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 Angular js for higher versions of Asp.net framework.
1. Optimization of performance in receiving messages between client and server. 2. Optimised display features. Explanation 1. Earlier versions of Asp.net had lack of performance of message transfer...

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...

Software Development Training In Jaipur
Satyam Web Solution provides website designing &development and software designing &development training in Jaipur for various stream’s students. MCA 6 month Industrial Training/Internship B....

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