What platforms does the .NET Framework run on?



What platforms does the .NET Framework run on?..

Answer / swapna

The runtime supports Windows XP, Windows 2000, NT4 SP6a and
Windows ME/98. Windows 95 is not supported. Some parts of
the framework do not work on all platforms .

for example, ASP.NET is only supported on Windows XP and
Windows 2000. Windows 98/ME cannot be used for development.
IIS is not supported on Windows XP Home Edition, and so
cannot be used to host ASP.NET. However, the ASP.NET Web
Matrix
web server does run on XP Home.
The Mono project is attempting to implement the .NET
framework on Linux.

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

What is web api‘s in asp.net mvc 4 ?

1 Answers  


How can I return string result from action in asp.net mvc?

1 Answers  


Tell me about the internal working of Garbage collector?

3 Answers   Honeywell,


What is the benefit of entity framework?

1 Answers  


What is GUID , why we use it and where

1 Answers  


what is deferred loading(lazy loading)?

1 Answers   Microsoft,


What are child actions in ASP.Net MVC?

1 Answers  


When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?

1 Answers  


How can you return string result from Action in ASP.Net MVC?

1 Answers  


Is it possible to create a custom filter?

1 Answers  


What is managed extensibility framework?

1 Answers  


If we write return statement in finally block will it works fine or throws any error?

7 Answers   Kanbay,


Categories