What Is The Difference Between Asp.net And Vb.net?

8

8 Answers

Anonymous Profile
Anonymous answered
1) vb.net support scripting languages only,but asp.net support many languages like c#,c++,j#,....
2) asp.net having server controls but vb.net does not have.
3) vb.net use basic oops concepts but asp.net uses advanced oops concept.
Anonymous Profile
Anonymous answered
I think ASP.net is the better platform to create web application and VB.net is the better platform to create windows application. ASP.net is the extended version of the ASP where as the VB.net is the extended version of the Visual Basic.
Anonymous Profile
Anonymous answered
Asp .net is a web technology used for developing web applications. Vb .net is a programing language.To develop web applications Asp .net  use these language(vb).default language for Asp .net is vb .By using C# we can develop  web applications.
Mary Frederick Profile
Mary Frederick answered
ASP.Net is a program application with server controls with programmable objects, which can do the same job HTML did in the past. ASP.Net is used to build a Website and VB.Net is a computer language you use to build the site. Some use VB.Net and others use C# (C Sharp language) to build a website. Using ASP. Net and VB.Net or C# you can build an E-commerce store, which has multi funcitonal capabilities. You can integrate PayPal or one of the other payment programs into your site. Create an Email system, speed up the applications by caching the pages and the data within the pages of your site and do a number of other things to successfully run an E- commerce store on the Internet.

ASP.Net is very successful Web application platform used by individuals and many large companies, who want to build and run their own websites. ASP.Net provides server controls with the ability to give you rich web content and more. Anyone willing to purchase the software and learn how to properly use this technology can use the tools, and application system to build a great Website. You can develope and build your own database choosing to use VB.net or C# language. Many websites today, which were built in the past used HTML language to build their websites.
Anonymous Profile
Anonymous answered
Asp.net is a web technology used for designing web forms(UI related tool) and Vb.net is a programming language

You can use code behind language C# and vb.net in asp.net
where as vb.net can be use window form as well as web application

subodh singh chauhan
manish singh Profile
manish singh answered
I think that Asp .Net and VB .Net has no any major different. But we know that the use of Asp .Net &VB .Net is generally in  creating website
Anonymous Profile
Anonymous answered
Asp.net is the latest version of active server pages but vb is the old version but this version is used to write the program in asp.net. Ex:  <%@page language= "vb">
venus gray Profile
venus gray answered
Difference between ASP.net and VB.net. Is it not the same... I feel that
in ASP.net we can do our coding using this language VB,C#,etc. Am I
right or not.....

Or Both are different. Explain me with some sample code for ASP.net and
ASP.net(C#), ASP.net(VB). VB.NET

Thanks in Advance.

Answer Question

Anonymous