answersLogoWhite

0


Best Answer

The .NET framework is the layer which is installed on an Operating system (like windows) which holds everything you need to run a .NET application. It contains the libraries which provide functionality to, for example, open files, read xml, and so on. The .NET framework also includes the compilers for the various .NET languages. Like 'csc.exe' (C# compiler). This gives you the opportunity to write .NET applications, compile them and run them with only the .NET framework installed. Much like java does when you install the jvm (java virtual machine). However, you would have to use a simple text editor, like notepad, which wouldn't help you much by making the code you write prone to mistakes. This is where visual studio comes in. VS.NET needs the .NET framework. VS.NET won't function without it. Whenever you install VS, the install procedure will also install the .NET framework. VS.NET makes it much easier to create applications on the .NET framework by generating source code when you i.e. build a windows or web form. Also it makes compiling against the aformentioned compiler much easier. Note however that VS.NET uses the compiler (like the csc.exe) on the background while compiling. You could say that VS.NET is a very fancy notepad for creating .NET applications in any way, shape or form.

User Avatar

Wiki User

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

Wiki User

13y ago

Microsoft's web services architecture, pronounced dot-net. .net is the brand name for a set of proprietary Microsoft frameworks and technologies founded on XML web services standards. The .net framework is a part of Windows and provides a controlled environment for developing and running applications.

This answer is:
User Avatar

Add your answer:

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

What is the difference between framework and IDE?

IDE is just the development environment while the Framework is the backbone of compiling the code.IDE's :Visual StudioJbuilderjdevelopereclipsenetbeansand so onBut Framework for .Net programmers is different than what Java programmers understandFramework for java programmers is:Spring FrameworkStruts FrameworkShine Enterprise Java PatternFramework for .net programmers is:.net Framework 1.1.net Framework 2.net Framework 3.net Framework 3.5.net Framework 4


Explain the difference between net platform and dot net framework?

.net platform supports programming languages that are .net compatible. It is the platform using which we can build and develop the applications. .net framework is the engine inside the .net platform which actually compiles and produces the executable code. .net framework contains CLR(Common Language Runtime) and FCL(Framework Class Library) using which it produces the platform independent codes.


What is the difference between net and php?

.net is a framework based on Microsoft software and is not open source, php is a language which is open source and based on Linux/unix systems


Is it a framework or a methodology?

What is the difference between a framework and a methodology


What is the difference between a 'policy' and a 'framework' specifcally in the context of risk management?

What is the difference between Education framework and plicy.


What are the differences between PHP and .NET?

.NET is a framework, PHP is a scripting (programming) language.


Which Software to be installed for dot net framework?

The software you need to install for the .NET framework is the .NET framework.


What is the difference between .net and .NET framework?

The .NET Framework and .NET are related but different technologies: .NET Framework - This is Microsoft's original implementation of .NET for building applications that run on Windows. The .NET Framework provides a runtime environment and libraries for .NET applications. It was first released in 2002. .NET - This is the current evolution of the original .NET Framework. Whereas .NET Framework was Windows-only, .NET is a cross-platform, open-source implementation that runs on Windows, Linux, macOS, etc. It supports more modern application scenarios like cloud, mobile, and web apps. Some key differences: .NET Framework only runs on Windows. .NET runs cross-platform. .NET Framework is closed source. .NET is open source. .NET Framework is only supported by Microsoft. .NET is supported by Microsoft and the .NET community. .NET Framework is legacy technology. .NET represents the current direction. .NET has unified frameworks like .NET Core and .NET 5+. .NET Framework had separate versions like .NET Framework 3.5, 4.0, etc. In summary: .NET Framework is the original Windows-only .NET released in 2002. .NET is the new open-source, cross-platform version of .NET, representing the future direction. Read full guide at Msckey blog.


What is net framework?

.net is framework is a runtime environment for running .net projects..


What is dotnet 35sp1?

Hi In order to run .Net programmed applications, you have to have .Net Framework installed in your computer. It depends that the programmer programmed with which version of .Net? .Net Framework's versions are: .Net Framework 1.0 .Net Framework 2.0 .Net Framework 3.0 .Net Framework 3.5 .Net Framework 3.5 Service Pack 1 (SP1) .Net Framework 4.0 Usually, a .Net programmer has all of these .Net versions installed in his computer. But, as a client you have to have the .Net version that your programmed is coded by. Usually, the programmer makes the application installation file equipped with.Net Framework, so it installs on your computer and you don't have to do anything more.


Where can one download the Net Framework?

One can download the Net framework from Microsoft's Net Framework Developer Center. Some programs may not work unless the exact Net Framework is instaled.


What is dot net frame work?

Hi In order to run .Net programmed applications, you have to have .Net Framework installed in your computer. It depends that the programmer programmed with which version of .Net? .Net Framework's versions are: .Net Framework 1.0 .Net Framework 2.0 .Net Framework 3.0 .Net Framework 3.5 .Net Framework 3.5 Service Pack 1 (SP1) .Net Framework 4.0 Usually, a .Net programmer has all of these .Net versions installed in his computer. But, as a client you have to have the .Net version that your programmed is coded by. Usually, the programmer makes the application installation file equipped with.Net Framework, so it installs on your computer and you don't have to do anything more.