Skip to content

Instantly share code, notes, and snippets.

View KeylaDalseco's full-sized avatar
🏠
Working from home

Keyla Costa Dalseco KeylaDalseco

🏠
Working from home
View GitHub Profile
@lucasKoyama
lucasKoyama / cheatsheet.md
Last active March 8, 2024 23:01
REST API + CRUD + .NET 6 + EF + Authentication + Authorization + Login + External API Requests

Web API => REST API + CRUD + .NET 6 + EF + Authentication + Authorization + Login + External API Requests

The purpose of this gist is to provide a step-by-step guide on how to create a REST API with all CRUD methods using .NET 6 and Entity Framework.

💡 Additionally, you can fork this gist and use the summary checkboxes to mark the steps as finished!

💡 Every Default Method will have a boilerplate code to replace the Entity1/Entity2/Entities names accordintly to your Table or Columns names!

❗ This is a step-by-step Cheat Sheet, so I won't dive deep into explanations of technical terms, just code snippets!❗

😉 But referencial links to public explanations will be provided! 😉