What is .NET?
You will learn what “.NET” is and what you can use it for. In addition, you will learn the different flavors of .NET out there.
One way to think about .NET (pronounced as “dot net”) is that it is an ecosystem consisting of a collection of runtimes, languages, frameworks, and libraries that allow you to build almost anything. You can then deploy those products in almost all popular platforms.
What can we build with .NET?
You can use .NET to make anything you want for almost all major platforms. Different frameworks within .NET will help you develop for your targeted platform and application type.
Difference between .NET Framework and .NET Core
Both .NET Framework and .NET Core are .NET implementations for building ...