https://github.com/adshan/dotnet-azure-function-entity
Using Fluent API in Entity Framework with Azure Functions.
https://github.com/adshan/dotnet-azure-function-entity
azure azure-functions dotnet entity-framework-core fluent-api net5 serverless
Last synced: 10 months ago
JSON representation
Using Fluent API in Entity Framework with Azure Functions.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-azure-function-entity
- Owner: AdsHan
- License: mit
- Created: 2021-10-27T23:25:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T23:40:22.000Z (over 4 years ago)
- Last Synced: 2025-06-12T05:40:52.397Z (10 months ago)
- Topics: azure, azure-functions, dotnet, entity-framework-core, fluent-api, net5, serverless
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-azure-function-entity
Demonstração da utilização do Entity Framework com Azure Functions.
# Este projeto contém:
- Azure Functions;
- Geração de migrations em projetos serverless;
- Injeção de dependência em projetos serverless;
- Repository Pattern;
- Entity Framework;
# Como executar:
Clonar / baixar o repositório em seu workplace.
Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
A infraestrutura da aplicação será criada através do docker compose /docker/docker_infrastructure.yml
# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).