Is .NET a runtime service or a development platform?
Answer / 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 |
What is namespace of asp.net mvc?
What is Differnce between html.action and ajax.action?
How we can call a javascript function on the change of a dropdown list in mvc?
js fn to go to the particular page when enter is clicked
mention in what all scenarios entity framework can be applicable?
What is entity framework? : Entity framework
How .net assemblies are registred as private and shared assembly ?
What is web api‘s in asp.net mvc 4 ?
What are actions in mvc?
What is the difference between Finalize and Dispose (Garbage collection)
What are authentication filters in web api?
Explain Model, view and Controllers in Asp.Net MVC?