Is .NET a runtime service or a development platform?



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

Post New Answer

More Dot Net Framework Interview Questions

What are delegates?where are they used

1 Answers  


Can we add constraints to the route? If yes, explain how we can do it?

0 Answers  


What does CLR do as soon as an assembly is created ?

2 Answers   MMTS,


How to bind table coloum with gridview column

3 Answers   Sypher Technologies,


How can I return string result from action in asp.net mvc?

0 Answers  






How to bind table colum with gridview column?

0 Answers  


What are Model Binders in ASP.Net MVC?

0 Answers  


mention what is code first approach and model first approach in entity framework?

0 Answers   Microsoft,


What are actions in asp.net mvc?

0 Answers  


what is entity sql?

0 Answers   Microsoft,


what is lazy loading in entity framework?

0 Answers   Microsoft,


What is the difference between tempdata and viewbag?

0 Answers  


Categories