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 are Non Action methods in ASP.Net MVC?
What is the .net framework 3.0 (formerly winfx)?
Difference between ASP.NET MVC and ASP.NET WebForms?
How to bind table colum with gridview column?
Is razor a server side?
What are the sub types of ActionResult?
What are actions in mvc?
Can you explain renderbody and renderpage in mvc?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
Explain the advantages of asp.net mvc over asp.net?
What is model first? : Entity framework
How to make sure Client Validation is enabled in ASP.Net MVC
How to change the action name in ASP.Net MVC?
What are actions in asp.net mvc?
Is the following route definition a valid route definition? {controller}{action}/{id}