in Technology by
What are the critical components in .NET Core?

1 Answer

0 votes
by

Since .NET Core is a modular platform thus, its components could be stacked into these three layers:

  • A .Net runtime: It consists of different runtime libraries that allow you to perform functions such as type safety, load assemblies, garbage collections etc.
  • A collection of Framework libraries: It also consists of libraries that offer utilities, primitive data types, etc.
  • A collection of SDK tools and compilers: It permits you to work with .NET Core SDK quickly.

This stack could be divided into these four components:

critical components in .NET Core

                              .NET Core Components

Related questions

0 votes
    What are service lifetimes in .NET Core?...
asked Jun 13, 2023 in Technology by JackTerrance
0 votes
    What are the differences between .Net Core and Mono?...
asked Jun 13, 2023 in Technology by JackTerrance
0 votes
    What is .NET Core middleware?...
asked Jun 13, 2023 in Technology by JackTerrance
0 votes
    What is .NET Core used for?...
asked Jun 13, 2023 in Technology by JackTerrance
0 votes
    What are critical components in .NET Core?...
asked Mar 27, 2023 in Technology by JackTerrance
0 votes
    What are the core components of a HTTP response in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What are the core components of a HTTP Request in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Hadoop? List the core components of Hadoop?...
asked Aug 2, 2021 in Technology by JackTerrance
0 votes
    What is Kestrel?...
asked Jun 13, 2023 in Technology by JackTerrance
0 votes
    What are some characteristics of .NET Core?...
asked Feb 16, 2023 in Technology by JackTerrance
0 votes
    What is included in .NET Core?...
asked Feb 16, 2023 in Technology by JackTerrance
0 votes
    What's the difference between SDK and Runtime in .NET Core?...
asked Feb 16, 2023 in Technology by JackTerrance
0 votes
    What is the difference between .NET Core and Mono?...
asked Feb 16, 2023 in Technology by JackTerrance
0 votes
    Can ASP.NET Core work with the .NET framework?...
asked Feb 16, 2023 in Technology by JackTerrance
0 votes
    What is .NET Core?...
asked Feb 16, 2023 in Technology by JackTerrance
...