Skip to content

GiangHM/PracticalASPNet

Repository files navigation

Practical ASP.Net Core API

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.

Description

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.

Prerequisites

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

Getting Started

  1. Clone the repository:

    git clone https://github.com/GiangHM/PracticalASPNet.git
    cd PracticalASPNet
  2. Navigate to the src directory and build the project:

    cd src
    dotnet build
  3. Run the examples:

    dotnet run

Additional Resources

About

This repo is where I practice what I've learnt about ASP.Net Core API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages