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 latest version of .net framework?
what is lazy loading in entity framework?
give the feature of .net2.0 over .net1.1
what do you mean by navigation property?
Is http stateful or stateless?
What is Jit compilers?.how many are available in clr
What is boxing and unboxing?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is strong name and which tool is used for this ?
4 Answers Accenture, BirlaSoft,
Explain peek method in tempdata in asp.net mvc?
Why doesn't the .NET runtime offer deterministic destruction
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?