answersLogoWhite

0

What percentage of PCs have dot net framework installed?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

.NET Framework is part of the Operating System rather than the hardware. It can be installed on Windows based systems.

.NET 1.1 comes preinstalled in Windows Server 2003, .NET 3.0 in Windows Vista and Windows Server 2008, .NET 3.5 in Windows 7 and Windows Server 2008 R2.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What percentage of PCs have dot net framework installed?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 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.


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.


Can you run dot net code in laptop?

Yes. Of course you must have .Net framework runtime installed to run any .net application, and your laptop is running one of the Windows operating system.


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

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


When was the dot NET framework 2 released?

The dot NET framework 2 was released on January 16th, 2009, by the company Microsoft. This information can be found by visiting their Download Center page on the internet.


Why dot net framework need?

Without the Framework, you would have to write all classes that you use from it, manually. The Framework is a set of precompiled classes that you can use to make your programming life easier and to realise your applications.


Parser Error Message Unrecognized configuration section 'connectionStrings' when you use Dot net framework v2.05 but in runtime it show framework v1.14322 why?

You may need to restart IIS...


What is mean by dot in vb. net?

The . in the string is symbolical of an extension. Due to the fact that Visual Studio uses the NET framework to launch applications procured in the development environment. 


Can you make web app in c sharp dot net without using asp dot net?

Yes. But Asp.net is a framework to ease the pain of constructing a web app from the ground up.


What is the percentage of Americans that dot pay taxes?

the percent is 35%


What is meaning of dot in dotnet?

It is just branding and has no specific meaning The dot operator is used to access specific methods within the .NET Framework class libraries. For Example:- // The class Console in namespace System: System.Console.WriteLine("Hello India.");