DotGen
by: Jakub (TcKs) Müller
- 1 total downloads
- Latest version: 1.4.0
Library with marker attributes for c# source code generators. See https://www.nuget.org/packages/DotGen.SourceGenerators
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 3 total downloads
- Latest version: 2.0.395
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
dotnet-ef
by: Microsoft
- 1 total downloads
- Latest version: 10.0.2
Entity Framework Core Tools for the .NET Command-Line Interface.
Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update
DotNet.Testcontainers
by: Andre Hofmeister and contributors
- 9 total downloads
- Latest version: 1.6.0-beta.1980
A lightweight library to run tests with throwaway instances of Docker containers.
EFCore.NamingConventions
by: Shay Rojansky
- 4 total downloads
- Latest version: 10.0.1
Naming Conventions for Entity Framework Core Tables and Columns.
EntityFramework
by: Microsoft
- 4 total downloads
- Latest version: 6.3.0-preview8-19405-04
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
EPPlus
by: EPPlus Software AB
- 5 total downloads
- Latest version: 8.4.2
A spreadsheet library for .NET framework and .NET core
FastEndpoints
by: FastEndpoints
- 39 total downloads
- Latest version: 8.2.0-beta.21
A light-weight REST Api framework for ASP.Net 8 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes
by: FastEndpoints
- 51 total downloads
- Latest version: 8.2.0-beta.22
Attributes used by FastEndpoints.
FastEndpoints.Core
by: FastEndpoints
- 10 total downloads
- Latest version: 8.2.0-beta.18
Core service resolution and other shared functionality of FastEndpoints.
FastEndpoints.JobQueues
by: FastEndpoints
- 13 total downloads
- Latest version: 8.2.0-beta.20
Command based background job queueing with scheduling and tracking for .NET 8 and newer
FastEndpoints.Messaging
by: FastEndpoints
- 16 total downloads
- Latest version: 8.2.0-beta.17
Standalone messaging library for Command Bus/Event Bus implementations on .NET 8 and newer.
FastEndpoints.Messaging.Core
by: FastEndpoints
- 27 total downloads
- Latest version: 8.2.0-beta.17
Core messaging interfaces used by FastEndpoints.
FastEndpoints.Security
by: FastEndpoints
- 33 total downloads
- Latest version: 8.2.0-beta.19
Security library for FastEndpoints.
FastExpressionCompiler.src
by: Maksim Volkau
- 0 total downloads
- Latest version: 5.3.1
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FluentAssertions
by: Dennis Doomen
- 1 total downloads
- Latest version: 1.5.0
A very extensive set of extension methods for .NET 3.5, 4.0 and Silverlight 4.0 that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test.
FluentMigrator.Abstractions
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
- 2 total downloads
- Latest version: 8.0.1
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.
FluentMigrator.Extensions.Postgres
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
- 2 total downloads
- Latest version: 8.0.1
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.