answersLogoWhite

0


Best Answer

Visual Studio is an IDE, whereas DotNet is a framework. A Framework is a set of usable components which can be used to develop some application, hence Visual Studio is a development environment for DotNet based applications.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Visual Basic

(VB) is a third-generation event-driven programming language and associated development environment (IDE) from Microsoft

for its COM programming model.[1] Visual Basic was derived from BASIC and enables the rapid application development

(RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects. Scripting languages such as VBA and VBScript are syntactically similar to Visual Basic, but perform differently.

A programmer can put together an application using the components provided with Visual Basic itself. Programs written in Visual Basic can also use the Windows API, but doing so requires external function declarations.

The final release was version 6 in 1998. Microsoft's extended support ended in February 2008 and the designated successor was Visual Basic .NET.


Visual Basic .NET (VB.NET) is an object-oriented computer language that can be viewed as an evolution of Microsoft's Visual Basic (VB) implemented on the Microsoft .NET framework. Its introduction has been controversial, as significant changes were made that broke backward compatibility with older versions and caused a rift within the developer community.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Visual Studio .Net is the programming tool used to create .Net applications. When you create a .Net application, you can do it in a number of different programming languages, one of which is Visual Basic .Net.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

difference between asp.net and visual studio

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Same thing, but different names :)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between ASP Net and visual studio Net?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How can I open an asp file?

I would suggest Visual Studio.


What is visual basic express 2008?

The Visual Studio Express editions are free versions of software that are released with the intent of teaching people that would like to learn to use Microsoft-based programming languages. Visual Basic is one of the core languages you can learn using the Express 2008 suite, along with C++, C#, Microsoft SQL Lite, and the Web Developer (ASP) versions. Downloading Visual Basic Express 2008 allows you to learn Visual Basic and compile programs for demonstration/testing purposes only. You must upgrade to Visual Studio 2008 to legally distribute programs you have created in Visual Basic Express 2008. The projects for both programs are compatible with each other, so you can upgrade at any time without losing your work.


Difference between ASP and HTML?

HTML is a client-side language that is developed and outputted like a "website" by a browser - not a server. It consists of tags to create elements and objects. ASP is a server-side language that outputs other languages (or just pure text) dynamicly - depending on how functions and queries turn out, how variables are compared to one another, and etc.


What is the default scripting language in ASP?

Default scripting language in ASP is VB Script


Difference between asp net and java?

ASP.Net and Java do not have any real comparison. Java is a computer language, where as ASP.Net is a web technology for generating web content. You could use any CLR (Common Language Runtime) targeted language to create an ASP.Net website, such as VB.Net, C#, or IronPython.

Related questions

How can I open an asp file?

I would suggest Visual Studio.


May you install visual studio net and ASP net?

Yes, you may.


Definitions of aspnet projects?

ASP NET is a specific type of web development. Part of Microsoft, ASP NET has programs like Visual Studio and Visual Web Developer.


Can you use visual studio for asp?

Yes! When creating a new project select "ASP.Net Web Application" from the New Project dialog box. This option provides the familiar ASP language combined with the power of the different supported Visual Studio languages.


Difference between ASP and JSP?

The main difference between ASP and JSP is that JSP is more script like and includes Java, whereas ASP does not. Both of these are server side languages.


Can run asp without iis and pwd?

Visual Studio includes a built in web server (basically a mini version of IIS) that you can use for development and debugging, but to actually host a ASP webpage on a server you need IIS.


Regarding lrit What is the difference between the authorised asp and the recognised asp?

An authorised ASP is authorised to test/certify. The recognised ASP is the ASP that provides the Data Centre for that particular Administration.


What are ASP NET web projects?

They are a certain kind of project in Visual Studio. You can build your first web app on the internet with your computer by using this web project which is free.


How do you make aspnet applications work without visual studio platform i created a dynamic data website. and it takes a lot of space and slows the computer because of the visual studio platform?

You can install Sharp Develop (http:/www.icsharpcode.net/OpenSource/SD to create your ASP .NET Application (#Develop is the free equivalent of VS), and use ISS or Cassini (http:/www.ultidev.com/products/Cassini to make them work without Visual Studio.


In ASP what is the difference between Error Object and Err Object in detail.?

sorry no answer


What is the difference between ASP.net and ASP?

The main difference between ASP and ASP.Net is that ASP is interpreted whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses.NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language. Below some other difference are given. 1. Classic ASP uses a technology called ADO to connect and work with databases. ASP.NET uses the ADO.NET technology. 2. ASP has Mixed HTML and coding logic where in asp.net html and coding part are separated by code behind files. 3. ASP.NET purely object oriented whereas ASP is partially object oriented. 4. For ASP No in-built support for XML whereas in ASP.NET full XML Support for easy data exchange. I think above details help you a lot. I hosted my website at Asp.net hosting of Mywindowshosting.com.


What is the difference between asp and servlet?

ASP is a server side technology which enables a developer to combine both HTML & scripting language in the same page. servlets are server side programs written in java.It is platform independent