Skip to content

sswietoniowski/learning-aspnetcore-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Learning Resources

Based on these (free) courses/materials:

Also used these (paid) courses & books:

This is a continuation of these projects](./docs/other_examples.md).

Useful Tools & Libraries

Some useful tools & libraries: