As we know Asp .Net is a Developers platform to build various applications, it is developed by Microsoft.
"ASP.NET Core is a cross-platform, high-performance, open-source framework for building modern, cloud-enabled, Internet-connected apps. " -by MicrosoftUsing this we can develop Web Application, Mobile Application, Gaming App, Services, API, IoT.
The Recommended System Requirements
OS
1.Windows 8.1, 10
2.Mac 10.11,11.12
3.Linux 7
4.Ubantu 14.04,16.04,17
Hardware
1.RAM 1GB(recommended) ,min 512MB
2.Processor 64GB
3.Hard disk 2GB (recommended)
Development Tool
1.Visual Studio 2015,2017,2019(recomended).
2..Net Framework 4.5.1 and later
Optional Tools
Visual Studio Code(Editor)
SQL Server (Database)
Command Line
ASP.Net Core 3.1(stable version)
The Detailed System requirement by Microsoft for ASP.Net Core 3.1.
The latest version of .Net core is 5.0 released on March 16,2020 (latest preview is released on April 23,2020), but the stable version is 3.1.
Before starting work, First, we have to download .Net Core 3.1.
Downloading steps
(or)
1. Click here to go tho the site or paste the link on browser address bar "https://dotnet.microsoft.com/download".
2. click on Download .Net Core SDK
(Install)
Check, if .Net core 3.1 is installed or not
1.Open command prompt
2. write the command "dotnet"
C:\> dotnet
and then enter.
3. You can see certain command info. type "dotnet --info" to check the version of your .net SDK
In the next post, we will discuss creating a Core project in Command-Line and from Visual Studio. Also, we will discuss the Component Specification of .Net core project. Click here for Next Post.