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

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
What is ASP.Net?
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.
Aadarsh
How to learn asp.net
asp.net is a web technology, pre requirements for jump start asp.net. you need markup knowledge with styles and dom scripting. then choose your good command on scripting language like c# scripting or vb...
Rahul
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 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

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

Ask a Question

Related Lessons

Trends in .Net Platform
.NET Framework is a software framework developed by Microsoft. It includes a large class library named Framework Class Library (FCL) and provides language interoperability (each language can use code written...

Export To Excel using StringBuilder in ASP.net MVC C#
public ActionResult Export() { StringBuilder sb = new StringBuilder(); //static file name, can be changes as per requirement string sFileName = "filename.xls"; //Bind...
M

Mohammad Shafi

1 0
1

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

Read CSV data using ODBC Connection
Codes to read the CSV data using ODBC Connection- Input File: File's Encoding format should be ANSI as below class Student{ public string CollegeId { get; set; } public string AdmissionDate...

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