Open-Source Projects

Here you can find an updated list of my open-source projects, in no particular order.

Name Description Location
DomainEvents Domain Events for .NET. https://github.com/rjperes/DomainEvents
EFSoftDeletes A collection of APIs for easing soft-deletes with EF Core. https://github.com/rjperes/EFSoftDeletes
ExtendedServiceProvider A wrapper for the .NET service provider offering additional features. https://github.com/rjperes/ExtendedServiceProvider
FluidCore FluidCore is an elastic object implementation for .NET. https://github.com/rjperes/FluidCore
HttpClientCache An in-memory cache for the HTTP Client. https://github.com/rjperes/HttpClientCache
Interpose.Core Interpose.Core is a framework for doing dynamic interception of .NET code (Aspect-Oriented Programming). https://github.com/rjperes/Interpose.Core
LinqQueryCache LinqQueryCache is an in-memory cache for LINQ queries. https://github.com/rjperes/LinqQueryCache
Postal.NET Postal.NET is a .NET library for writing decoupled applications. https://github.com/rjperes/Postal.NET
Search.NET A .NET proxy for search engines. https://github.com/rjperes/NetSearch
SharedFlat SharedFlat is a multitenancy library for .NET. https://github.com/rjperes/SharedFlat


Comments

Popular posts from this blog

Domain Events with .NET

Domain Events with .NET - New Features

Named HttpClient Registrations