answersLogoWhite

0


Best Answer

Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released.[1]

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who invented .net framework platform?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is there any project that run platform independent in dot net platform?

No. The .NET framework is a Windows-specific framework.


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.


Which are the Platform technologies supported by NET framework?

Some of the platform technologies supported by .NET Framework are: n ADO.NET n ASP.NET n VB.NET


Which are platform technologies supported by net framework?

Some of the platform technologies supported by .NET Framework are: n ADO.NET n ASP.NET n VB.NET


Is Net framework platform independent?

Yes. no .net is not platform independent is supports on OS .... as is need clr for Linux to support it but till now .net platform is not independent ...


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.


How net is the frame work for c?

It isn't. The .NET framework is the backbone of C#, F# and Visual Basic, all of which are dependent upon the Microsoft Windows platform, whereas C is a cross-platform language.


What is the net framework download for?

It is used to download the .NET Platform. This enables a person to build new applications, create excellent communications and to help with business processes.


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 net framework?

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


Who invented net?

.net is a framework consisting of libraries,classes,etc.which is used to build,create,deploy an application according to the user requirement.


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.