Found 527 packages
Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework Classic Code First.
Now works with Enums! Entity Framework Code First Seeder populates newly created databases with seed data from a simple XML file. You'll no longer need to create custom implementations of IDatabaseInitializer to hard code your seed entities. If updating from v0.9.x, you'll need to slightly modify your XML file. Wrap the DbSets node in a new root node, CodeFirstSeeder. See SeederExample.xml.
A ready to use FakeDbSet for faking Entity Framework code upgraded for EF 5 and .NET 4.5.
CodeFirstDbGenerator Tools for the Package Manager Console in Visual Studio. Enables these commands: Scaffold-DbModel Generate-Script Update-Database
BlueLeet.UCodeFirst.Core is the core project to BlueLeet.UCodeFirst a Code-First solution for Umbraco 8+
Description
A Lightweight Library to generate quickly Databases from entities. Concepts: - 0 Migration. No "MigrationsHistory" table. Avoids a directory with hundred of migrations. - Scaffold command to generate/synchronize entities, DbModel and Snapshot with Database - Generate script or update database command to update the database Db Supported: SQL Server, SQLite, MySQL|MariaDB, PostgreSQL
A Code-First solution for Umbraco 8+
CodeFirst for uCommerce. Eliminate the manual process of creating definitions in uCommerce backend. Simple creation of definitions and easy deployment.
Code First API Library, Scaffolding and Guidance for Coded UI Tests
Automatically add all your controller actions as controllerendering to sitecore
Allows Umbraco types (document types, data types etc) to be specified in code and automatically synchronised each time the site is started. The defined classes can also be used as strongly-typed models in views.
EF support for CodeFirst.CQRS
Code-first AsyncAPI documentation
update code first drop create database if model changes.
CQRS pattern implementation
Local SQLite database generated via Entity Framework 6 from code (code first). Provides custom support for database migrations based on schema versioning as described by Inne Hoekstra: https://medium.com/@hoekje/simple-migrations-with-c-and-sqlite-9942e1863536 Adds a few sample files to your project: example of data model classes under SampleDataModel, example of accessing data in the database via model classes under SampleDataAccess, and example of migration scripts under Migrations.
Light, simple and fast convention-based code-first POCO ORM for SQLite. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLite.