What is the diff b/w asp.net & vb.net and tell about its architecture.

Showing Answers 1 - 23 of 23 Answers

Yamini

  • Oct 4th, 2005
 

ASP.Net is used to create Web application where as VB.Net is used for creating normal business applications.

  Was this answer useful?  Yes

Paresh

  • May 11th, 2006
 

asp.net is term which is used for designing web application and vb.net is a language which can be used to code in ASP.net apart from the C#

  Was this answer useful?  Yes

Davinder Kumar

  • Apr 3rd, 2007
 

ASP.NET is tool to design GUI (form)and VB.NET is complete programming language to write business logic as code behind.

  Was this answer useful?  Yes

mujeeb

  • Oct 27th, 2007
 

asp.net is a technology that is used to develop web based applications. vb.net is a language that is used to develop web based and windows based applications

  Was this answer useful?  Yes

ASP.NET is a specification which provides set of rules for creating web applications where as VB.NET is  purely an object oriented programming language which is used for windows and web (in code behind technique) applications. 

  Was this answer useful?  Yes

r_prakas

  • Jun 12th, 2008
 

ASP.Net used to create web application with vb.net/C# support. But vb.net used to create windows application (stand alone application)

  Was this answer useful?  Yes

knlram

  • Oct 27th, 2008
 

1>ASP.net is based on an object oriented and event-driven programming model whereas ASP is based on a procedural and event-driven programming model.

2>Application written in ASP.net are compiled whereas application written are interpreted.

3>ASP.net files have .aspx file extension whereas ASP files have .asp file extension.

4>ASP.net pages can only support one programming language on a page whereas ASP pages support multiple programming languages on a page.

5>ASP.net provides validation controls for implementing user input validation whereas user input validation is done using programming logic,as ASP does not provides any controls or in-built functions to implement user input validation.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions