Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonasaugust1/filmesapi-dotnet

I created this project to learn the concepts of create and consume an API using C# and .NET.
https://github.com/jonasaugust1/filmesapi-dotnet

csharp dotnet

Last synced: 16 days ago
JSON representation

I created this project to learn the concepts of create and consume an API using C# and .NET.

Awesome Lists containing this project

README

        

# FilmesAPI-Dotnet

I created this project to learn the concepts of create and consume an API using C# and .NET.

## Learn how to:

- Connect to a data base using Entity Framework Core
- Use DTOs to handle requests and responses
- Map system objects in an automated way with AutoMapper