C# Docker

Open-source C# projects categorized as Docker

Top 23 C# Docker Projects

  • Bitwarden

    The core infrastructure backend (API, database, Docker, etc). (by bitwarden)

  • Project mention: Essential Tools & Technologies for New Developers | dev.to | 2024-05-08

    Bitwarden

  • example-voting-app

    Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • clean-architecture-manga

    :cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks

  • Project mention: How to find a sample enterprise applications? | /r/dotnet | 2023-12-06

    - https://github.com/ivanpaulovich/clean-architecture-manga (uses clean architecture in .NET Core + React)

  • Ombi

    Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!

  • Project mention: Yo Ho, Yo Ho, a pirates life for me!! Recent streaming services, prices and shows getting butchered, finally decided its time. Here's how a basic self-hosted 'Netflix' would look like. Fully automated once its setup. Using only a makeshift homelab server from second hand parts. | /r/Piracy | 2023-07-06

    The Overseer part In truth, I'm less familiar with and it's full feature set, But at a quick glance it looks like it would be similar to ombi (https://ombi.io/). I know for a fact that you can set up OMBI to let users just type in stuff and it will grab it for them. I didn't like that and opted to manually approve requests.

  • testcontainers-dotnet

    A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.

  • Project mention: Integration tests with AWS S3 buckets using Localstack and Testcontainers | dev.to | 2023-11-07

    Testcontainers

  • ASP.NET MVC Boilerplate

    .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.

  • run-aspnetcore-microservices

    Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • coolstore-microservices

    A full-stack .NET microservices build on Dapr and Tye

  • Primes

    Prime Number Projects in C#/C++/Python

  • Project mention: Primes – A Software Drag Race | news.ycombinator.com | 2023-12-09
  • Damselfly

    Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.

  • Project mention: Is there a way to remove metadata from an image file? | /r/csharp | 2023-12-07

    Code is here if you're interested: https://github.com/Webreaper/Damselfly/blob/master/Damselfly.Core/Services/ExifService.cs - although this may be overcomplicated for OP's needs, and just a Process Launch is all you really need.

  • WireMock.Net

    WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.

  • Project mention: Mock heavy tests | /r/dotnet | 2023-06-01

    I'd say that without wanting to refactor the code a little bit (maybe moving those HttpClients into a service so that they are easily mocked) your best bet would be to use something like WireMock or MockHttp.

  • FluentDocker

    Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI

  • FilterLists

    :shield: The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.

  • Project mention: Where do you all get your DNS block lists from? Is there a public forum that has a list of them? | /r/pihole | 2023-11-16

    They are all here, sortable by syntaxe or software: https://filterlists.com/

  • craftsman

    A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀

  • Project mention: Verticle Slice Architecture | /r/dotnet | 2023-06-18
  • Nager.Date

    :earth_americas: Worldwide holiday (REST API), NuGet or docker container

  • Kyoo

    A portable and vast media library solution.

  • Project mention: Show HN: Kyoo self hosted media browser (jellyfin/plex alternative) | news.ycombinator.com | 2024-04-05

    Mono is basically dead. This uses dotnet 8[1] which is cross platform (has been since 5.x and "core" 1.x-3.x).

    [1]: https://github.com/zoriya/Kyoo/blob/master/back/Dockerfile#L...

  • booking-microservices

    Practical microservices, built with .Net 8, DDD, CQRS, Event Sourcing, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.

  • Project mention: How do you structure large Minimal API Projects? | /r/dotnet | 2023-12-07

    Complete misinformation. Controllers are a thing of the past. Minimal APIs are fast, flexible, and can be organized neatly into endpoint groups in a dozen different ways. Hell there are even people that colocate a single endpoint with its mediator request handler https://github.com/meysamhadeli/booking-microservices/blob/main/src/Services/Flight/src/Flight/Aircrafts/Features/CreatingAircraft/V1/CreateAircraft.cs

  • OpenBudgeteer

    OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle

  • TaskoMask

    Task management system based on .NET 6 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts

  • Project mention: Introducing my open-source project based on .NET with Microservices, DDD, BDD and Testing concepts | /r/opensource | 2023-10-30
  • easyWSL

    Create WSL distros based on Docker Images.

  • dotnet-microservices-boilerplate

    The Ultimate Microservices Starter Kit for .NET Developers!

  • Project mention: .NET Microservices Starter Kit with Dapr, Vertical Slice Architecture, YARP, and Minimal APIs | /r/csharp | 2023-05-10

    Here is the repository: https://github.com/fullstackhero/dotnet-microservices-boilerplate

  • TeslaLogger

    TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Actually it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS.

  • Project mention: New M3 Owners: What Are Your Top 3 Must-Do Activities? | /r/TeslaLounge | 2023-06-04

    Does anyone have experience with a self-hosted solution? Something like TeslaMate or TeslaLogger?

  • cqrs-clean-eventual-consistency

    CQRS, using Clean Architecture, multiple databases and Eventual Consistency

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# Docker related posts

  • Bitwarden

    3 projects | news.ycombinator.com | 11 Mar 2024
  • Ask HN: How many of you are self employed?

    2 projects | news.ycombinator.com | 5 Feb 2024
  • Have you ever used AWS CDK Explorer for VS Code?

    4 projects | dev.to | 7 Jan 2024
  • What program(s) do you use to remember passwords, including crypto?

    6 projects | /r/CryptoCurrency | 10 Dec 2023
  • .NET 8 Standalone 50% Smaller On Linux

    9 projects | news.ycombinator.com | 11 Nov 2023
  • booking-microservices-express-js: Practical microservices, built with Typescript, Node.js, CQRS, Vertical Slice Architecture, Event-Driven Architecture

    2 projects | /r/code | 9 Oct 2023
  • How do I put a limit in client requests in Blazor Server?

    1 project | /r/dotnetcore | 10 Sep 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Docker projects in C#? This list will help you:

Project Stars
1 Bitwarden 14,401
2 example-voting-app 4,329
3 clean-architecture-manga 3,879
4 Ombi 3,589
5 testcontainers-dotnet 3,564
6 ASP.NET MVC Boilerplate 3,324
7 run-aspnetcore-microservices 2,439
8 coolstore-microservices 2,396
9 Primes 2,363
10 Damselfly 1,349
11 WireMock.Net 1,304
12 FluentDocker 1,293
13 FilterLists 1,248
14 craftsman 1,097
15 Nager.Date 1,039
16 Kyoo 1,138
17 booking-microservices 801
18 OpenBudgeteer 714
19 TaskoMask 646
20 easyWSL 543
21 dotnet-microservices-boilerplate 477
22 TeslaLogger 477
23 cqrs-clean-eventual-consistency 458

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com