Come Discuss Your Side Projects March 2021

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • AdaptiveClient

    Library and pattern for creating a scalable, loosely coupled service layer. Build interdependent services that are granular and testable. Inject a single client that allows the application to access the entire service layer. Provision services across multiple providers and transports with almost zero application infrastructure.

  • Couple days ago I published AdaptiveClient version 2. Big changes are AdaptiveClient now targets net5.0 and net461. Also, dependency on Newtonsoft.Json has been removed.

  • AdaptiveClient.EntityFrameworkCore

    Utility classes and methods for using AdaptiveClient to work with DBContext and other Entity Framework Core objects. Build loosely coupled services, readily accessible via a lightweight façade. Easily build your service layer to use multiple providers (MSSQL, MySQL, SQLite) with no additional infrastructure. Use connection string objects to as keys to resolve specific implementations of DbContext for migrations and testing.

  • Extensions for Entity Framework have also been updated to target net5.0 and EF5.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • AdaptiveClient.EntityFramework.Zamagon

    Demo application for AdaptiveClient.EntityFrameworkCore

  • Zamagon demo application has been substantially updated and documentation has been improved.

  • AdaptiveClient.SimpleConsoleDemo

    Demonstration of how to use AdaptiveClient using a simple console application.

  • Simple Console Demo has also been updated.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts