Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonasaugust1/filmesapi-dotnet
- Owner: jonasaugust1
- Created: 2022-10-06T14:10:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T16:48:21.000Z (about 2 years ago)
- Last Synced: 2024-11-05T15:13:50.916Z (2 months ago)
- Topics: csharp, dotnet
- Language: C#
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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