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 |
what is way of loading data in ef (entity framework)?
What is shadowing?
How do I define my own code group
Which are the important namespaces used in ASP.Net MVC?
Difference between Dispose and Finalize method
What is the significance of nonactionattribute?
What are the components of the .net framework.
What is the need of Action Filters in ASP.Net MVC
What are differences between entity framework and l2s? : Entity framework
How does the .net framework 3.0 relate to windows vista?
Is any files are generated,when we are adding the web reference to the web service?
What are delegates?where are they used