Creating A Web Application Project Using Command line (.NET CLI)
Creating A Web Application Project Using Command-line (.NET CLI) This tutorial shows step-by-step instructions to create an ASP.NET Core Web Application Project with individual user authentication. I use the Windows Power Shell command interface for this tutorial. At the time of writing this tutorial latest available .NET Core version is 6, while Visual Studio 2022 community is the latest available version. But I wanted to use and test an older application and custom template build using ASP.NET Core 2.2 and Visual Studio 2017. And I wanted to create several test projects but the old custom templates didn't work. And also most of the Microsoft documentation is changed, updated, or outdated. So most latest documents are based on the dotnet new command line. So I wanted to dig into the dotnet CLI. I know that this will be useful for me again later time or it will be useful to someone else. Create directories First, we create a directory for the template PS D:\dev\dotcli> mkdir