This repository is where I practice what I've learned about ASP.Net Core API development. It contains various examples and exercises to demonstrate the features and capabilities of ASP.Net Core.
The purpose of this repository is to provide a hands-on learning experience with ASP.Net Core API. The examples are written in C# and cover a wide range of topics including routing, controllers, middleware, authentication, and more.
To run the examples in this repository, you will need:
- .NET Core SDK
- Visual Studio or Visual Studio Code
- Basic knowledge of C# and ASP.Net Core
-
Clone the repository:
git clone https://github.com/GiangHM/PracticalASPNet.git cd PracticalASPNet -
Navigate to the
srcdirectory and build the project:cd src dotnet build -
Run the examples:
dotnet run