SQL Server, Docker and migrations

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

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

    This repository contains a provider for Microsoft.Extensions.Configuration that retrieves secrets stored in AWS Secrets Manager.

  • Most of our .NET workloads run in AWS ECS or Lambda. For production secrets, we use AWS Secrets Manager and load them into the apps using Kralizek.Extensions.Configuration.AWSSecretsManager.

  • aws-dotnet-extensions-configuration

    This repository hosts various libraries that help developers configure .NET applications using AWS services.

  • I also use AWS AppConfig in a similar way to expose feature toggles and non-secret configuration knobs. The hot-reloading is especially nice for client demos and day-to-day operations.

  • 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
  • NetCore

    NetCore Project

  • you can take a look at my repo. Basic step is to create a new console app, register db context and your services

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