Tag: webapi
-
Creating a new .NET Core application using the dotnet command line
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS, and Linux, and can be used in device, cloud, and embedded/IoT scenarios. This is a simple guide to get you started with .NET Core by creating a simple Web API template using…