Djoufson
HomeAboutWhat I BuildBlogCommunityContact
GithubLinkedInTwitter/XRSS Feed
© Djoufson 2026

Connect with me

GithubLinkedInTwitter/XRSS Feed
© Djoufson 2026
Back to Projects

EF Core Seeder Library

active

A cli tool for applying seeders against a database using Entity Framework Core and Bogus

C#
Core Maintainer
2024 - Present
open-source
EF Core Seeder Library

Impact

Created a tool for applying Seeder in a developer's convenient way, that uses Ef Core and Bogus to apply seeders on demand

241
Downloads
1
Contributors

Key Features

Generate meaningful sets of fake data using Bogus
Apply your seeders sequentially and on-demand
Decouple business code from data pre-population
Enhance maintainability by using C# code instead of raw sql scripts for populating the database
Leverage EF Core capabilities

Challenges

1

Integrate with Ef Core

2

Make an intuitive & convenient API for developers

3

Manage releases and bug fixes

Achievements

Reached 200+ downloads

View on GitHubVisit Website