"FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL."
Library or NuGet package built with .net standard and c# by Sean Chambers, Josh Coffman, Tom Marien & Mark Junker.
Project website: https://github.com/fluentmigrator/fluentmigrator/wiki
Repository: https://github.com/fluentmigrator/fluentmigrator.git
NuGet: https://www.nuget.org/packages/FluentMigrator.Runner.SQLite
"Provides common simple helper functions to accelerate .NET development. Those vary by complexity and nature and include a lot of extension methods to calculate hashes (m…"
Library or NuGet package built with .net standard and c# by Ivan Gavryliuk (@aloneguid).
"This package contains shared code for other NuGet packages, and contains no public API in and of itself."
Library or NuGet package built with .net standard and c# by Andrew Arnott.
"Provides build-time support for SQL Change Automation, including support for Octopus Deploy NuPkg file creation."
Library or NuGet package built with .net standard and c# by ReadyRoll.
"# This package is deprecated (no longer maintained)Use System.Linq.Dynamic.Core instead- Dynamic Linq: System.Linq.Dynamic.Core- Dynamic Linq (EF Core): Microsoft.Entity…"
Library or NuGet package built with .net standard and c# by Microsoft.
"The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly libra…"
Library or NuGet package built with .net standard and c# by Microsoft.
"WebMarkupMin.AspNetCore2 contains one ASP.NET Core 2.X Middleware - `WebMarkupMinMiddleware`."
Library or NuGet package built with .net standard and c# by Andrey Taritsyn.
Hello, I'm Corstiaan. I'm a .net developer from the Netherlands and I manage BuiltWithDot.Net. I created this site as a place where developers working with .net technology can showcase their projects and inspire other developers.
There's so much you can build with .net these days that I thought it would be nice to have a corner of the web dedicated to the breadth of .net. Enjoy!
Get weekly updates about new projects built with .net tech
Great! Click the link in the e-mail to confirm. Check the spam folder if you can't find it.
No spam. Unsubscribe any time.
© 2023 - created by Corstiaan Hesselink - submit project - RSS feed - contact