0 votes
in Dot Net by
What is .NET Framework and what are the main components of it?

1 Answer

0 votes
by

.NET Framework facilitates the developer to develop, run and deploy the applications like console application, window Forms applications, web applications, web services, window services etc. It also provides environment to create sharable components to be used in distributed computing architecture.

  1. Main components of .Net Framework:
  2. Class library
  3. Common Language Runtime (CLR)
  4. Dynamic Language Runtime (DLR)
  5. Application Domains
  6. Runtime Hosts
  7. Cross-language interoperability
  8. Framework security
  9. Profiling etc.

Related questions

0 votes
0 votes
0 votes
asked Sep 18, 2023 in Dot Net by Robin
0 votes
asked Aug 18, 2019 in MVC Language by rahulsharma
0 votes
asked May 14, 2023 in JAVA by john ganales
...