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

How we can add the CSS in ASP.Net MVC?

0 Answers  


Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???

6 Answers   3i Infotech,


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

0 Answers  


Is .NET a runtime service or a development platform?

1 Answers  


How to Create an Intranet Site Using ASP.NET MVC?

0 Answers  






If we not suppress finalize method in dispose what will happen?

2 Answers   Kanbay,


Why doesn't the .NET runtime offer deterministic destruction

1 Answers  


VIEWS WITH SYNTAX AND EXAMPLE IN SQL

1 Answers  


What is attribute routing in mvc?

0 Answers  


Define .NET architecture ?

3 Answers   TCS,


What is the use of the default route {resource}.axd/{*pathinfo} ?

0 Answers  


About .NET Framework ?

5 Answers   MMTS,


Categories