26 skills found
ErikEJ / EFCorePowerToolsEntity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
aspnet / Diagnostics[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
appany / AppAny.Quartz.EntityFrameworkCore.MigrationsEntityFrameworkCore PostgreSQL migrations for Quartz.NET
stil / EfmigGUI for Entity Framework Core migrations.
mzwierzchlewski / EFCore.AuditExtensionsAn Entity Framework Core 6 extension providing support for auditing entities with migrations support.
centridsol / EFCoreAutoMigratorCode driven auto-migrations for Entity Framework Core
leandro-cervelin / Cf Api Net Core.NET 10.0 API using SQL Server with Entity Framework Core + Migration + DDD + Docker with compose
codemunkie15 / EFCore.ChangeTriggersEFCore.ChangeTriggers is an Entity Framework Core extension that enables comprehensive entity history tracking using SQL triggers and migrations.
cpvariyani / Entity Framework Core Codefirst Db Migrationthis explains how we can create database based on code first approach. I have created models at first then using migration commands created the database. please have a look at youtube video 'codingfriday entityframework core run migration and create database with practical example' ' if you want to do it manually here are the steps 1st part install-package Microsoft.EntityFrameworkCore.SqlServer install-package Microsoft.EntityFrameworkCore.Design Create Models Create DbContext provide connectionstring add startup configuration demo with running the application ------------------------------------------------------------------------ 2nd part remove the database and startup entry enable-migration add-migration developerdbmigration update-database demo ------------------------------------------------------------------------- remove data Annotations update Developerdbcontext create DeveloperEntityConfiguration delete migration add-migration developerdbmigration update-database demo
renatogroffe / ASPNETCore7 REST API MySql EFCore Migrations Postman ChamadosSuporteExemplo de API REST criada com o .NET 7 + ASP.NET Core para cadastramento e consulta de chamados de suporte usando MySQL + Entity Framework + Migrations (configurações). Inclui validações com FluentValidation, Dockerfile para geração de imagens da aplicação e testes em JavaScript com Postman (para execução de uma Collection via Newman).
MichelZ / MSBuild.EntityFrameworkCore.RemoveDesignerCompilationMakes sure that only the last N .Designer.cs files from Entity Framework Core Migrations are compiled.
mivano / EFIndexIncludeExample project showing how to extend Entity Framework Core to output Include statements in code first migrations.
renatogroffe / ASPNETCore7 REST API SqlServer EFCore Migrations Postman ChamadosSuporteExemplo de API REST criada com o .NET 7 + ASP.NET Core para cadastramento e consulta de chamados de suporte usando SQL Server + Entity Framework + Migrations (configurações). Inclui validações com FluentValidation, Dockerfile para geração de imagens da aplicação e testes em JavaScript com Postman (para execução de uma Collection via Newman).
terryfkjc / EntityFrameworkCore.SqlServer.TemporalTableAn extension to support MSSQL temporal table queries & migration for Entity Framework Core 5
chadgolden1 / MultiTenantEfCoreMigratorAn example .NET console application that executes pending Entity Framework Core (EF Core) migrations to configured tenant databases.
renatogroffe / AzureDevOps PostgreSQL EFCoreMigrations Postman Newman DotNet7 ASPNETCore IntegrationTestsPipeline do Azure DevOps para automação de testes (com Postman + Newman) de uma API REST criada com .NET 7 + ASP.NET Core e que utiliza PostgreSQL + Migrations do Entity Framework Core. Inclui a geração de relatório HTML e de XML (JUnit) com o resultados dos testes.
leaderanalytics / AdaptiveClient.EntityFrameworkCoreUtility classes and methods for using AdaptiveClient to work with DBContext and other Entity Framework Core objects. Build loosely coupled services, readily accessible via a lightweight façade. Easily build your service layer to use multiple providers (MSSQL, MySQL, SQLite) with no additional infrastructure. Use connection string objects to as keys to resolve specific implementations of DbContext for migrations and testing.
halilibrahimgedik / ShopAppShopApp projesi, Sadık Turan hocamızın eğitiminden öğrendiklerimle .Net Core 6.0 sürümüyle geliştirilmiştir . Bu Proje ; Asp.Net Core Mvc, Entity Framework Core, MSSQL veri tabanı, OOP, Code First, Migration, Identity, Authorization & Authentication, Session, Iyzico kredi kartı entegrasyonu gibi birçok teknoloji kullanılarak geliştirilmiş
renatogroffe / AzureDevOps SqlServer EFCoreMigrations Postman Newman DotNet7 ASPNETCore IntegrationTestsPipeline do Azure DevOps para automação de testes (com Postman + Newman) de uma API REST criada com .NET 7 + ASP.NET Core e que utiliza SQL Server + Migrations do Entity Framework Core. Inclui a geração de relatório HTML e de XML (JUnit) com o resultados dos testes.
renatogroffe / AzureDevOps PostgreSQL EFCoreMigrations Postman Newman DotNet6 ASPNETCore AKS ChamadosPipeline do Azure DevOps para automação de testes (com Postman + Newman) utilizando PostgreSQL + Migrations do Entity Framework Core, build e deployment no Azure Kubernetes Service (AKS) de uma API REST criada com .NET 6 + ASP.NET Core. Inclui a geração de relatório HTML e de XML (JUnit) com o resultados dos testes.