answersLogoWhite

0


Best Answer

Both VB.NET and ASP.NET use the ".NET" language. The implementation is different, though. VB.NET is a new version of BASIC and is used in Visual Basic programming for designing custom graphical user interfaces for windows applications. ASP.NET is the same language, but designed as a server side language for webpages.

The syntax and keywords of both languages is .NET, the implementation is the difference.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is the good language vb net or asp net?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the types of Dot-net?

totally there are 3 types C # Asp dot net Vb dot net


What is the default scripting language in ASP?

Default scripting language in ASP is VB Script


Can you suggest some good books on Dot Net?

Books by Microsoft Press and Apress are good resources for dot net for C#, VB, ASP net


For beginners Suggest a good reference book to learn C Sharp VB Net ADO Net ASP Net for Ms Developer Studio 2005 also suggest books for ASP VB Script Java Script Java Core Java and VB 6.0?

There are ofcourse good books friend... Among them u can try "Programming in c#" by Oreily publications


What is a difference between dotnet and VB?

Nothing, as VB is now part of .Net. .Net contains following main languages: - C# - VB However, VB 6 was before .Net and was independent. dotnet is a framework that supports multiple languages and vb is one the language supported by dotnet.


What is meant by vb net framework?

Vb(visual basic) is the language support by a .Net framework.we can use the vb as a windows application and web application and use the many application we can create.


What is the meaning of dot net?

.net is technology in which we can design application as we wish and can write code in c# or vb anyone language


What is the advantage of vb dot net over vb 6.0?

VB.NET uses the .NET Framework which provides MUCH more power, flexibility, and ease. VB6 was known as an amateur language, while VB.NET is used at a professional level.


What is the mean of DOT?

.net is technology in which we can design application as we wish and can write code in c# or vb anyone language


Who invented the dot net programming language?

.Net is less a programming language and more of a framework for developing applications. Any language that can be build to target the CLR (Common Language Runtime) can be considered a "dot net" language. Examples include C#, VB.Net, IronRuby, IronPython, and F#. One of the more popular languages, C#, was heavily influenced by Microsoft's Anders Hejlsberg, who was one of the original inventors of the Borland language Delphi.


Is vb an object oriented language?

yes,vb is an event oriented language.


What is the difference between ASPNET and Microsoft visual basic?

By troy barnes: Aap.net is not a programming language as where visual basic NET (or vb.net) is. ASP classic and also ASP.NET is a server side application. The language used can be VBS in the ASP Classic and also VB.NET can be used in the ASP.NET applications developed today right along with C Sharp or any other .NET language. As requests are sent from your web browser via controls (text box, radio buttons etc....) they are processed by the server in a dynamic fashion and then returned to your browser as static elements called HTML. HTML is not dynamic and so if the user inputs information the web page is only changed dynamically thru the ASP.NET server side response, rendered in HTML back to the screen of the one requesting this "Post Back". So in short you don't write code in ASP, you write it in VB, VB.NET , C Sharp etc... So ASP is a server side dynamic environment as to where VB and VB.NET are programming languages used to communicate, build and control ASP/ASP.NET applications.