This Asp.net Core Tutorial with some real-time examples, I will keep on updating, if you have some specific query, please feel free to ask, and I will try to answer as early as possible.
ASP.NET Core is a cross-platform, open-source framework for building cloud-based web applications. ASP.NET Core Framework becoming more popular among developers for various reasons
If you are familiar with earlier version of Asp.net Code behind or Asp.net MVC you may find Asp.net Core little easy, if not, nothing to worry, Let’s learn ASP.NET Core step by step
Now we can create ASP.NET applications & deploy them to Linux, macOS and Windows.
Microsoft community have put a huge effort into making Linux a first-class citizen for running ASP.NET.
ASP.NET Core allows developers to utilize all of new (containers) technologies like
Docker ,
Kuberenetes
Ths is one of the reasons why ASP.NET Core is faster is its extensive use of asynchronous patterns within the new MVC Framework and Kestrel frameworks.
Here are few important features of Asp.net Core you must know.
Download ASP.NET Core IDE
To start with Asp.net Core, First download the IDE, in google just type "visual studio community", there you get free version of visual studio to downlaod and practice
In this Asp.net Core Tutorial you will learn different controls of Asp.net core, and how to develop web application using Asp.net core framework with many real-time examples, also some best practices that software development companies ask during Asp.Net core interview
You may be interested to read more documentation about cross-platform, high-performance, open source Asp.net Core Framework and various application using .net core framework, like console, web api etc.