Is .NET a runtime service or a development platform?
Answer Posted / guest
It's both and actually a lot more. Microsoft .NET includes a
new way of delivering software and services to businesses
and consumers. A part of Microsoft.NET is the .NET
Frameworks. The .NET frameworks SDK consists of two parts:
the .NET common language runtime and the .NET class library.
In addition, the SDK also includes command-line compilers
for C#, C++, JScript, and VB. You use these compilers to
build applications and components. These components require
the runtime to execute so this is a development platform.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe the gac in the .net framework.
mention what is csdl, ssdl and msl sections in an edmx file?
what is way of loading data in ef (entity framework)?
How to Redirect Tracing to a File
Explain how you can implement Ajax in MVC?
What is conceptual model? : Entity framework
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What you mean by routing in mvc?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is a view engine?
what is minimum requirement for entity framework applications to run?
What is the .net framework?
Why we need a separate mobile project template, while we can render our web application in mobile ?
what is msl?
What is entity graph? : Entity framework