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 are the aggregate functions in ASP.NET?
What are differences between entity framework and l2s? : Entity framework
How do I install .net framework?
Is entity framework slow?
What is .net architecture and framework?
can we call the garbage collector to run explicicitly?
What is shadowing?
Explain the advantages of dependency injection (di) in asp.net mvc?
Can you handle all button click events at once in a form? Give coding.
give the feature of .net2.0 over .net1.1
What does mvvm mean?
What happens when you encounter a continue statement inside the for loop ?