answersLogoWhite

0


Best Answer

ASP.Net is the technology for programming the Web Application.WebForms are part of ASp.Net as Windows Forms are for Windows Application.

ASP.Net doesn't depend on any particular language as all the .Net languages can talk to each other very easily.

VB.Net is a .Net language as is C# and C++.Net. You can use any language to program the WEB (ASP.Net) in .Net. ASP.Net provides the tools,Paradign, Controls that are useful for Web Applications. You can use these tools to program Web Applications easily rather then creating them yourself using the language of your choice.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between aspnet and vbnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between aspnet vbnet and c?

asp.net is website programming vb.net is windows forms programming the visual basic language c#.net is windows forms programming in c# language


What is the difference between C and Vbnet?

It is just a different coding language, but C is more for business that VBNET


What are the basic difference between c sharp and vbnet?

They use different syntax.


How do you write a VBnet program to find the prime numbers between 100 to 200?

VBnet program to find the prime numbers between 100 to 200?


Difference between aspnet 2.0 and aspnet 3.5?

Asp.net 3.0 have some new feature Like Windows Presentation Foundation,Windows Communication Foundation,Windows Workflow Foundation,Windows Card Space. these feature doesn't have asp.net 2.0 .


How do you read the dll file within the aspnet program which the dll file is used to pass parameter between aspnet program?

Question need some more clarification


How do you find keyword in aspnet using vbnet?

I believe that this is currently not possible. The reason why this is currently impossible is because ASP.NET is a different programming language then VB.NET. ASP.NET is a web programming language, and VB.NET is a windows form development language. I am sorry but I believe that it is almost impossible to do this.


Is java better than vbnet?

Java is not better than VBNet, nor is VBNet better than Java. Eachone has its advantages and disadvantaged over the other one.


Difference between ctype and directcast in vbnet?

The difference between the two keywords is that CTypesucceeds as long as there is a valid conversion defined between the expression and the type, whereas DirectCast requires the run-time type of an object variable to be the same as the specified type. If the specified type and the run-time type of the expression are the same, however, the run-time performance of DirectCast is better than that of CType.


What is datareader in VBNET?

x


Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


What is instance in vbnet?

An instance in VBNet is the same as an instance in any other language; it is the realisation of a type. In object-oriented languages, like VBNet, we say that an object is an instance of a class, where the class defines the object's type.