{"id":46575,"url":"https://github.com/afedyanin/awesome-dev","name":"awesome-dev","description":"Awesome C# development","projects_count":35,"last_synced_at":"2026-06-10T06:00:21.560Z","repository":{"id":83055261,"uuid":"573129438","full_name":"afedyanin/awesome-dev","owner":"afedyanin","description":"Awesome C# development","archived":false,"fork":false,"pushed_at":"2022-12-03T17:44:55.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T11:01:51.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afedyanin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-01T19:03:10.000Z","updated_at":"2022-12-01T19:03:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cf7eb1d-b5d0-4359-a210-6c63a9a100a1","html_url":"https://github.com/afedyanin/awesome-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afedyanin%2Fawesome-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afedyanin%2Fawesome-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afedyanin%2Fawesome-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afedyanin%2Fawesome-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afedyanin","download_url":"https://codeload.github.com/afedyanin/awesome-dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233753245,"owners_count":18724821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-14T11:14:59.343Z","updated_at":"2026-06-10T06:00:21.561Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Docker Docs","gRPC","NATS"],"sub_categories":[".NET Docker","Visual Studio","Docker Compose","Env variables","Blazor","gRPC Protobuf","gRPC exception handling","NATS Infrastructure","NATS C# Development"],"readme":"# Awesome C# development\n\n## Docker Docs\n\n- [Docker docs](https://docs.docker.com/)\n- [Build your .NET image](https://docs.docker.com/language/dotnet/build-images/)\n- [Share the application](https://docs.docker.com/get-started/04_sharing_app/)\n- [Play with Docker](https://labs.play-with-docker.com/)\n\n### .NET Docker\n\n- [Official .NET Docker images](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/net-core-net-framework-containers/official-net-docker-images)\n- [dotnet-docker](https://github.com/dotnet/dotnet-docker)\n\n### Visual Studio \n\n- [Container Tools in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/containers/?view=vs-2022)\n- [Docker images for ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/docker/building-net-docker-images?view=aspnetcore-7.0)\n- [Tutorial: Containerize a .NET app](https://learn.microsoft.com/en-us/dotnet/core/docker/build-container?tabs=windows)\n- [Deploy to Docker Hub](https://learn.microsoft.com/en-us/visualstudio/containers/deploy-docker-hub?view=vs-2022)\n\n### Docker Compose\n\n- [Defining your multi-container application with docker-compose.yml](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/multi-container-microservice-net-applications/multi-container-applications-docker-compose)\n- [Tutorial: Create a multi-container app with Docker Compose](https://learn.microsoft.com/en-us/visualstudio/containers/tutorial-multicontainer?view=vs-2022)\n\n### Env variables\n- [How do I pass environment variables to Docker containers?](https://stackoverflow.com/questions/30494050/how-do-i-pass-environment-variables-to-docker-containers)\n- [Environment variables in Compose](https://docs.docker.com/compose/environment-variables/)\n- [Use multiple environments in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-7.0)\n- [Configuration in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-7.0)\n\n### Blazor\n\n- [Containerising a Blazor Server App](https://chrissainty.com/containerising-blazor-applications-with-docker-containerising-a-blazor-server-app/)\n- [Containerising a Blazor WebAssembly App](https://chrissainty.com/containerising-blazor-applications-with-docker-containerising-a-blazor-webassembly-app/)\n- [Запуск Blazor WebAssembly в Docker](https://www.calabonga.net/blog/post/starting-blazor-webassembly-in-docker)\n- [Blazor Docker - How to Containerize Blazor WebAssembly Standalone, WebAssembly Hosted, and Blazor Server apps](https://github.com/jongio/BlazorDocker)\n\n\n## gRPC\n\n### gRPC Protobuf\n\n- [Create Protobuf messages for .NET apps](https://learn.microsoft.com/en-us/aspnet/core/grpc/protobuf?view=aspnetcore-7.0)\n- [Protocol Buffer Basics: C#](https://developers.google.com/protocol-buffers/docs/csharptutorial)\n- [Language Guide (proto3)](https://developers.google.com/protocol-buffers/docs/proto3)\n- [Style Guide](https://developers.google.com/protocol-buffers/docs/style)\n\n### gRPC exception handling\n\n- [ASP.NET Core 6: Handling gRPC exception correctly server side](https://anthonygiretti.com/2022/08/28/asp-net-core-6-handling-grpc-exception-correctly-server-side/)\n- [How to add global exception handler for gRPC services in ASP.NET Core?](https://stackoverflow.com/questions/58277184/how-to-add-global-exception-handler-for-grpc-services-in-asp-net-core)\n- [Google API error model](https://cloud.google.com/apis/design/errors)\n- [gRPC for WCF developers - Error handling](https://learn.microsoft.com/en-us/dotnet/architecture/grpc-for-wcf-developers/error-handling)\n\n## NATS\n\n### NATS Infrastructure\n\n- [Installing a NATS Server](https://docs.nats.io/running-a-nats-service/introduction/installation)\n- [Installing the nats CLI Tool](https://docs.nats.io/running-a-nats-service/clients#installing-the-nats-cli-tool)\n\n### NATS C# Development\n\n- [Developing With NATS](https://docs.nats.io/using-nats/developer)\n- [NATS - .NET C# Client](https://github.com/nats-io/nats.net)\n- [AlterNats — High Performance .NET PubSub Client and How implement of optimized socket programming in .NET 6](https://neuecc.medium.com/alternats-high-performance-net-ca7174cd5a19)\n- [AlterNats](https://github.com/Cysharp/AlterNats)\n- [NATS JetStream subscription in ASP.Net Core](https://stackoverflow.com/questions/73069085/nats-jetstream-subscription-in-asp-net-core)\n\n\n\n\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/afedyanin%2Fawesome-dev/projects"}