Stars
Resources related to my Pluralsight course on this topic.
Some examples showing domain modeling tips and traps
Some design approaches to enforcing a business rule requiring no duplicates. Domain driven design.
A simple package with guard clause extensions.
A result abstraction that can be mapped to HTTP response codes if needed.
A wrapper for HttpClient that caches to disk. Cached files, over the max specified, are deleted based on the last access times.
An approach to implementing a 304 Not Modified leveraging DB change tracking
The official repo for the design of the C# programming language
Sample code for the Pluralsight DDD Fundamentals course by Julie Lerman and Steve "ardalis" Smith
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
A reference .NET application implementing an eCommerce site
Base class with tests for adding specifications to a DDD model
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
The OpenTF Manifesto expresses concern over HashiCorp's switch of the Terraform license from open-source to the Business Source License (BSL) and calls for the tool's return to a truly open-source …
Distributed Application Framework for .NET
Example of using single table design in DynamoDB using .net core
Modular and customizable Material Design UI components for Android
📷 A modern, cross-platform, 2D Graphics library for .NET
This is a set of Xamarin bindings of Facebook.Shimmer for iOS and Android
CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
A fast, fun and stimulating object to object Mapper
A popular .NET validation library for building strongly-typed validation rules.
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and …