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 |
Why to use Html.Partial in ASP.Net MVC?
How does CAS work
How do assemblies find each other?
exe abrevatiom
What are the derived classes from xmlReader and xmlWriter
Difference between manifest , metadata?
3 Answers Soma Technology, TCS,
What is namespace of asp.net mvc?
Explain how to use multiple submit buttons in ASP.Net MVC?
How you can implement custom validation in asp.net MVC?
What is serialization ?
Can we have more than 1 partial classes in the same file?
Which is the default http method for an action method?