Skip to content

sswietoniowski/learning-aspnetcore-rest-api

Repository files navigation

Learning ASP.NET Core (.NET 6) - REST API

This is a sample API implementation using .NET.

Repository Contents

This repository contains the following sub-directories (with different API implementations):

  • mvc the REST API created using MVC controllers,
  • minimal the REST API created using minimal API endpoints,
  • clean the REST API created using clean architecture approach and CQRS design pattern,
  • graphql the API created using GraphQL,
  • grpc the API created using GRPC,
  • clients clients to consume the APIs.

Learning Resources

Based on these (free) courses/materials:

Also used these (paid) courses & books:

This is (sort of) continuation of these projects.

Useful Tools & Libraries

Some useful tools & libraries: