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

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.

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).