Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "cli-tools"

Creating Web Api Project With Asp.NET Core

Creating Web Api Project With Asp.NET Core

17 September 20223 min readWeb Programming

Let's create our project from powershell screen with dotnet cli commands. I click Start, type PowerShell, and then click Windows PowerShell. First of all, I see that my file is empty with the ls command. I am creating my onurnet folder with the mkdir onurnet command and then I go into my file with the cd onurnet command.

#ASP.NET Core#Web API#.NET+3 more