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 associationset? : Entity framework
How to use Jquery Plugins in ASP.Net MVC validation?
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
How do you initiate a string without escaping each backslash ?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
What is ado.net data provider? : Entity framework
Explain the advantages of asp.net mvc over asp.net?
Explain the request flow in asp.net mvc framework?
what are the different stepts to create shared assemblies?
Explain RenderBody and RenderPage in ASP.Net MVC?
What is action methods in web api?