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 |
Why do you need to box a primitive variable
What is the use of view model in asp.net mvc?
how to maintain the session state? what is Abstract class and interface and inheritence with example?
How do assemblies find each other?
What are Satellite Assemblies? How you will create this?
How will you load dynamic assembly? How will create assemblies at run time?
List out few different return types of a controller action method?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
Is it possible to share a view across multiple controllers?
What is Global Assembly Cache (GAC) and what is the purpose of it?
What is controllercontext?
What is a view engine?