What are the Main Features of .NET platform



What are the Main Features of .NET platform..

Answer / 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

More Dot Net Framework Interview Questions

What is serialization ?

7 Answers   IBM, Karrox, MMTS,


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

0 Answers  


Can I set the unlimited length for "maxjsonlength" property in config?

0 Answers  


What is a view engine?

0 Answers  


Why is entity framework used?

0 Answers  






What is side by side Execution ?

3 Answers   MEC, MMTS,


What is meant by tempdata in mvc?

0 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables?

1 Answers  


Explain Sections is ASP.Net MVC?

0 Answers  


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

0 Answers  


What is entitytype? : Entity framework

0 Answers  


How will you load dynamic assembly? How will create assemblies at run time?

3 Answers   Lance Soft, MGL,


Categories