answersLogoWhite

0

.NET Applications are any application developed in Microsoft Visual Studio in any .NET language (including C# and VB.NET).

.NET applications can be both windows applications and web applications.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

When was Net Applications created?

Net Applications was created in 1999.


What are the famous net applications?

Paint.Net .Net Reflector


What is dot in dot net?

dot in dot net is basically a semantic for "." (period symbol) its probably symbolizes dot com applications


How do you create mobile applications in net?

Mobile applications in .Net can be created with the .Net Compact Framework. Much of the .Net framework is in the Compact Framework. In the MSDN documentation, note which class methods and properties have what looks like a small "cellphone" icon. This indicates the method is available in the .Net CF.


What type of applications are not performing in net comparing to java?

desktop


What is the .NET framework used for?

The .Net framework serves as the runtime for applications that were built to target the Common Language Runtime.


Define .net frame work?

The .NET Framework is a collection of libraries and APIs for the development of software applications. It is developed and distributed by Microsoft.


What is dotnet?

Microsoft's applications development framework. Most commonly written as: ".Net".


What are the types of application?

In .net having below applications: 1) Console applications 2) Windows GUI applications (Windows Forms) 3) Windows Presentation Foundation (WPF) applications 4) ASP.Net applications (Web Applications) 5) Web services applications 6) Windows services applications


What is the use of dot net in a computer?

A computer doesn't require .NEt framework for its normal functioning. The framework on the other hand is generally installed if one is looking to develop .NET applications.


Do I need both Microsoft .NET 2.0 and .NET 3.0?

If you have applications installed on your PC that use both the .NET Framework 2.0, and the .NET Framework 3.0, then yes, you must have both frameworks installed. There is no problem with doing this.


How is Windows programming different from NET programming?

In Windows Programming the application programs call windows API function directly. The applications run in the windows environment i.e. operating system itself. These types of applications are called unmanaged or unsafe applications.In .NET Programmingthe application programs call .Net Base Class library functions which will communicate with operating system. The applications run in .Net Runtime environment. These types of applications are called as managed or safe applications. The .Net Runtime starts code execution, manages threads, provides services, manages memory etc. The detailed description is provided in next section. The .Net Base classes are fully object-oriented. It provides all functionalities of traditional windows API along with functionalities in new areas like accessing database, internet connections and web services.