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 controllercontext?
What are Action Methods in ASP.NET MVC?
how do you mark a property as required? For example, for a project, the name is a required field.
Explain test driven development (tdd) ?
What is entityset? : Entity framework
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Explain something about model, view and controllers in asp.net mvc?
why DotNetFramework is included in building a software
how can you enhance the performance of entity framework?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What is domain class model?
Explain the advantages of dependency injection (di) in asp.net mvc?
What is routeconfig.cs in mvc 4?
What is ado.net data provider? : Entity framework