jhewlett / ValueObjectLinks
A micro library for easily creating C# classes with value semantics. No need to override Equals, GetHashCode, et all.
☆199Updated 5 years ago
Alternatives and similar repositories for ValueObject
Users that are interested in ValueObject are comparing it to the libraries listed below
Sorting:
- ASP.NET Core middleware that adds HttpCache headers to responses (Cache-Control, Expires, ETag, Last-Modified), and implements cache expi…☆279Updated 7 months ago
- Specification Pattern for .Net☆164Updated 10 months ago
- Exception handling as a convention in the ASP.NET Core request pipeline☆271Updated 3 years ago
- Library to run business logic when using Entity Framework Core for database accesses☆220Updated 3 years ago
- Inject OWASP recommended HTTP Headers for increased security in a single line☆310Updated 3 weeks ago
- Reference architecture application for .NET that demonstrates how to build highly maintainable web services.☆200Updated 9 months ago
- Balea is an authorization framework for ASP.NET Core developers.☆245Updated last year
- Enable feature folders for MVC controllers and views in ASP.NET Core☆250Updated 3 years ago
- .NET Core event sourcing framework☆189Updated last month
- EFCore Extension that allows a means to map a stored procedure to a class, fluently.☆176Updated 8 months ago
- Implementation of the Specification Pattern in C#☆311Updated last year
- Middleware for adding security headers to an ASP.NET Core application.☆275Updated 10 months ago
- FluentMediator is an unobtrusive library that allows developers to build custom pipelines for Commands, Queries and Events.☆195Updated 6 years ago
- Tools for helping in unit testing applications that use Entity Framework Core☆363Updated last month
- A sample demonstrating the CachedRepository pattern☆118Updated 2 years ago
- Moq extensions for Dapper methods.☆181Updated last year
- Extension method to find/register classes in an assembly into the Microsoft DI provider☆243Updated last year
- ☆127Updated 3 months ago
- Extensions for AutoMapper and EF6☆224Updated last year
- The CQRS flavoured framework that will speed up your WebAPI and Microservices development☆288Updated 3 years ago
- Source code for the Specification Pattern in C# Pluralsight course☆145Updated last year
- Sample ASP.NET Core application based on Event Sourcing and CQRS patterns☆177Updated 2 years ago
- A sample ASP.NET Core project showing how to configure the HttpClientFactory☆118Updated 4 years ago
- ASP.NET Core MiddleWare to create a GraphQL end-point☆182Updated 2 years ago
- Implements OIDC token renewal with aligned session cookie lifetime☆73Updated 3 years ago
- Offers several different ways to organize content in ASP.NET Core MVC and Razor Pages projects.☆210Updated 4 years ago
- The query-side counterpart of Brighter☆243Updated 2 weeks ago
- A workshop for moving through the various new pieces in ASP.NET Core Authentication☆208Updated 6 years ago
- Provides the ability to bind models using both ModelBinder and ValueProvider in ASP.NET Core.