Answer Posted / kirti
Features of .NET Platform are :-
Common Language Runtime
Explains the features and benefits of the common language runtime, a run-time environment that manages the execution of code and provides services that simplify the development process.
Assemblies
Defines the concept of assemblies, which are collections of types and resources that form logical units of functionality. Assemblies are the fundamental units of deployment, version control, reuse, activation scoping, and security permissions.
Application Domains
Explains how to use application domains to provide isolation between applications.
Runtime Hosts
Describes the runtime hosts supported by the .NET Framework, including ASP.NET, Internet Explorer, and shell executables.
Common Type System
Identifies the types supported by the common language runtime.
Metadata and Self-Describing Components
Explains how the .NET Framework simplifies component interoperation by allowing compilers to emit additional declarative information, or metadata, into all modules and assemblies.
Cross-Language Interoperability
Explains how managed objects created in different programming languages can interact with one another.
.NET Framework Security
Describes mechanisms for protecting resources and code from unauthorized code and unauthorized users.
.NET Framework Class Library
Introduces the library of types provided by the .NET Framework, which expedites and optimizes the development process and gives you access to system functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is .net framework in simple terms?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is renderbody?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What is ViewData and TempData in ASP.Net MVC?
mention what is code first approach and model first approach in entity framework?
Do you know about the new features in ASP.Net MVC 4 ?
How do you handle variable number of segments in a route definition?
Which are the important namespaces used in mvc?
What are Action Methods in ASP.NET MVC?
What is needed for running an application built on winfx on the .net framework 3.0?
What is disconnected scenario? : Entity framework
Explain RenderBody and RenderPage in ASP.Net MVC?
Explain the tools used for unit testing in ASP.Net MVC
Can you explain renderbody and renderpage in mvc?