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 |
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
how do you truncate a table using entity data model?
Does Tempdata hold the data for other request in ASP.Net MVC?
What is ASP.NET MVC?
explain what is ado.net entity framework?
how many ways for pass the parameters in the fuction in c#
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???
How can I return string result from action in asp.net mvc?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Difference between <connectionstring> and <appsettings>
Explain the types of Scaffoldings.
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?