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 |
Explain dependency resolution?
Can source code be reverse-engineered from IL?
Types of assemblies that can be created in dotnet ?
What are html helpers in asp.net mvc?
what is entity sql?
What is objectcontext? : Entity framework
What are the levels at which filters can be applied in an asp.net mvc application?
Is any files are generated,when we are adding the web reference to the web service?
If I have multiple filters implemented, what is the order in which these filters get executed?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
In razor syntax, what is the escape sequence character for @ symbol?
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?