COMPUTER-PDF.COM

Learning .net-core

Chapters

  • Chapter 1: Getting started with .net-core
  • Chapter 2: .NET Core command line interface
  • Chapter 3: .NET Core with Docker
  • Chapter 4: Building libraries with .NET Core
  • Chapter 5: Components and Versioning in .NET Core
  • Chapter 6: Getting started with appsetting.json
  • Chapter 7: Installing .NET Core on Linux
  • Chapter 8: The global.json
  • Chapter 9: Understanding System.Runtime vs. mscorlib

An overview of Learning .net-core

.NET Core is a platform for development that can be used for various purposes and is maintained on GitHub by both Microsoft and the .NET community.

.NET Core is best described by having the following characteristics:

  • Flexible deployment: can be integrated directly into your app or installed separately on a per-user or per-machine basis.
  • It can be used on other operating systems and is compatible with Windows, macOS, and Linux. Over time, the range of supported computer operating systems (OS), central processing units (CPUs), and application scenarios will expand thanks to contributions from Microsoft as well as other businesses and individuals. . NET can also be utilized in the cloud, embedded systems, and devices connected to the internet of things.
  • Tools for the command line: Every product scenario can be tested using the command line.
  • Through the.NET Standard Library, compatibility can be achieved between.NET Core and.NET Framework, as well as Xamarin and Mono.
  • Open source: The.NET Core platform is available under the MIT and Apache 2 licenses, making it open. The documentation is distributed with a CC-BY license. .NET Core is a project that the.NET Foundation is developing.
  • Provided with support by Microsoft According to the.NET Core Support documentation, Microsoft includes support for.NET Core.

.NET Core is put together using the following components:

  • A.NET runtime offers various essential services, such as a type system, assembly loading, a garbage collector, and native interop, amongst others.
  • A collection of framework libraries that, among other things, offer types of primitive data and app composition, as well as fundamental utilities.
  • A collection of language compilers and SDK tools that are made available in the.NET Core SDK and together enable the fundamental developer experience.
  • The "dotnet" app host is responsible for launching.NET Core applications. The application host is responsible for selecting and hosting the runtime, supplying an assembly loading policy, and starting the application. In a manner not dissimilar to that described above, SDK tools can also be launched using the same host.
Description : Download free course learning dot net-core, It is an unofficial PDF .net-core ebook created for educational purposes.
Level : Beginners
Created : July 14, 2022
Size : 151.75 KB
File type : pdf
Pages : 26
Author : Stack Overflow
Licence : Creative commons
Downloads: 1134
Download the file

Online Tutorials

ASP.NET Core Mastery: Intermediate Skills
ASP.NET Web API: Secure RESTful Services
ASP.NET Basics: Crafting Your First Web App
Learn ASP.NET Web API Performance Optimization
Advanced ASP.NET MVC: Dynamic Web Apps

More PDFs Tutorials

Core JavaScript Documentation
.NET Book Zero
Course ASP.NET
Learning .NET Framework
.NET Tutorial for Beginners
VB.NET Programming
C# .NET Crash Course
ASP.Net for beginner