ardalis / DoubleDispatchSamplesLinks
Some examples of double dispatch in C# and how to use in domain models.
☆15Updated 7 years ago
Alternatives and similar repositories for DoubleDispatchSamples
Users that are interested in DoubleDispatchSamples are comparing it to the libraries listed below
Sorting:
- An example of the State design pattern in C#☆32Updated 3 years ago
- Event Sourcing, Clean Architecture, and DDD templates☆10Updated 4 years ago
- ☆30Updated 6 years ago
- A sample showing how to add ASP.NET Core Identity auth options to the basic Blazor app.☆27Updated 5 years ago
- A library designed to help generating codes / confirmation strings☆46Updated 6 years ago
- A project for holding Roslyn analyzers that leverage Ardalis.GuardClauses☆11Updated 6 years ago
- A simple console application to explore and transform expressions using ExpressionVisitor.☆18Updated 5 years ago
- ASP.NET Core Blazor BFF with Microsoft Entra ID and Razor page☆52Updated 8 months ago
- A set of helper extension methods (on Stream) for working with streams. Particularly useful for interaction with an API through HttpClie…☆60Updated 3 years ago
- Examples of approaches to unit testing different kinds of code in C#.☆34Updated 6 years ago
- Extension methods to make working with EF Core easier.☆44Updated 2 years ago
- White-glove service for .NET Core and Kubernetes☆27Updated last year
- The incremental approach to migrate from .NET Framework legacy system to new .NET Core system using Strangler Pattern.☆27Updated 3 years ago
- Sample project for demonstrating how to use async streams, JSONL (JSON Lines), and NDJSON (Newline Delimited JSON) to improve user experi…☆43Updated 2 weeks ago
- Minimal API using ASP.NET Core in .NET☆25Updated 2 years ago
- ☆13Updated last year
- A Visual Studio Extension to generate a RestEase compatible client based on a Swagger / OpenAPI specification files☆26Updated 9 months ago
- A JavaScript rules engine running in .NET 6 using the Jint library.☆10Updated 3 years ago
- .NET abstractions and implementations for message brokers, event queues and data ingestion services.☆49Updated 3 years ago
- ☆12Updated 3 years ago
- A .NET Core Global Tool to deploy changes to SQL databases using DbUp.