Is .NET a runtime service or a development platform?
Answers were Sorted based on User's Feedback
Answer / shh!!
Answer It?s both and actually a lot more. Microsoft .NET is
a company-wide initiative. It includes a new way of
delivering software and services to businesses and
consumers. A part of Microsoft.NET is the .NET Frameworks.
The frameworks is the first part of the MS.NET initiate to
ship and it was given out to attendees at the PDC in July.
The .NET frameworks consists of two parts: the .NET common
language runtime and the .NET class library. These two
components are packaged together into the .NET Frameworks
SDK which will be available for free download from
Microsoft?s MSDN web site later this month. 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. When
Visual Studio.NET ships, it will include the .NET SDK and a
GUI editor, wizards, tools, and a slew of other things.
However, Visual Studio.NET is NOT required to build .NET
applications.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pradeep jagadeesan
In simple it is both runtime service and a development
platform.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to instantiate a delegate?
Explain me how does linq work?
What are the features of dot net?
What's the problem with .net generics?
Explain the purpose of Remoting in .NET?
0 Answers Petranics Solutions,
Explain about .net assemblies?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is the single responsibility principle?
What is lambda expressions in c#?
Please explain what is the difference between encrypting a password and applying a hashing?
What is an anonymous method and how is it different from a lambda expression?
What is portable executable (PE)?