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
What is entity framework in asp net?
What is code first? : Entity framework
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
what is ssdl?
How to change the action name in mvc?
Explain Sections is ASP.Net MVC?
What is the .net framework and how does it work?
Define the core components of an ASP.NET MVC application?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Explain the .net framework.
What is the domain object?
how to disable the lazy loading framework?
What is the 'page life cycle' of an ASP.NET MVC?
what is complex type?
How we can invoke child actions in ASP.Net MVC?