{"id":19099865,"url":"https://github.com/damienbod/AspNetCoreServiceBus","last_synced_at":"2025-04-18T17:32:16.047Z","repository":{"id":46187639,"uuid":"181752714","full_name":"damienbod/AspNetCoreServiceBus","owner":"damienbod","description":"ASP.NET Core with Azure Service Bus","archived":false,"fork":false,"pushed_at":"2024-06-30T09:18:29.000Z","size":146,"stargazers_count":105,"open_issues_count":1,"forks_count":42,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-11-07T00:43:43.056Z","etag":null,"topics":["aspnetcore","azure","azure-functions","dotnet","isolated-function","queue","service-bus","subscription","topic"],"latest_commit_sha":null,"homepage":"https://damienbod.com/2019/04/23/using-azure-service-bus-queues-with-asp-net-core-services/","language":"C#","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/damienbod.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-16T19:22:29.000Z","updated_at":"2024-07-01T12:22:36.000Z","dependencies_parsed_at":"2022-09-10T18:12:41.542Z","dependency_job_id":"15f2f855-431c-4343-a996-42326e0239f0","html_url":"https://github.com/damienbod/AspNetCoreServiceBus","commit_stats":{"total_commits":123,"total_committers":1,"mean_commits":123.0,"dds":0.0,"last_synced_commit":"2cad413a510a8f7e15aff75b405b93e6be06dd44"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreServiceBus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreServiceBus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreServiceBus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreServiceBus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damienbod","download_url":"https://codeload.github.com/damienbod/AspNetCoreServiceBus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783108,"owners_count":17201903,"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"}},"keywords":["aspnetcore","azure","azure-functions","dotnet","isolated-function","queue","service-bus","subscription","topic"],"created_at":"2024-11-09T03:52:20.105Z","updated_at":"2024-11-09T03:52:36.983Z","avatar_url":"https://github.com/damienbod.png","language":"C#","readme":"[![.NET](https://github.com/damienbod/AspNetCoreServiceBus/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/AspNetCoreServiceBus/actions/workflows/dotnet.yml)\r\n\r\n# ASP.NET Core Azure Service Bus\r\n\r\n- [Using Azure Service Bus Queues with ASP.NET Core Services](https://damienbod.com/2019/04/23/using-azure-service-bus-queues-with-asp-net-core-services/)\r\n- [Using Azure Service Bus Topics in ASP.NET Core](https://damienbod.com/2019/04/24/using-azure-service-bus-topics-in-asp-net-core/)\r\n- [Using Azure Service Bus Topics Subscription Filters in ASP.NET Core](https://damienbod.com/2019/04/27/using-azure-service-bus-topics-subscription-filters-in-asp-net-core/)\r\n- [Using Entity Framework Core to process Azure Service Messages in ASP.NET Core](https://damienbod.com/2019/04/30/using-ef-core-to-process-azure-service-messages-in-asp-net-core/)\r\n- [Using an Azure Service Bus Topic Subscription in an Azure Function](https://damienbod.com/2019/05/03/using-an-azure-service-bus-topic-subscription-in-an-azure-function/)\r\n- [Using Azure Service Bus with restricted access](https://damienbod.com/2020/03/06/using-azure-service-bus-with-restricted-access/)\r\n- [Using an ASP.NET Core IHostedService to run Azure Service Bus subscriptions and consumers](https://damienbod.com/2021/07/20/using-an-asp-net-core-ihostedservice-to-run-azure-service-bus-subscriptions-and-consumers/)\r\n\r\nuser secrets\r\n```\r\n{\r\n  \"ConnectionStrings\": {\r\n    \"ServiceBusConnectionString\": \"--your-servicebus-connection--string--\"\r\n  }\r\n}\r\n```\r\n\r\n## History\r\n\r\n- 2024-06-30 Updated Azure function .NET 8 isolated v4\r\n- 2024-06-29 Updated packages\r\n- 2023-11-24 Updated .NET 8\r\n- 2023-11-03 Updated packages\r\n- 2023-04-28 Updated .NET 7\r\n- 2021-11-08 Updated .NET 6\r\n- 2021-07-20 Added IHostedService to consumer the message in the ASP.NET Core app\r\n- 2021-05-19 Updated to .NET 5, migrated to Azure.Messaging.ServiceBus, switched Json serializer\r\n- 2020-03-06 Added restricted access example\r\n- 2019-12-08 Updated to .NET Core 3.1\r\n\r\n## Links\r\n\r\nhttps://github.com/Azure/azure-sdk-for-net/tree/master/sdk/servicebus/Azure.Messaging.ServiceBus\r\n\r\nhttps://docs.microsoft.com/en-us/azure/service-bus-messaging/\r\n\r\nhttps://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues\r\n\r\nhttps://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/integration-event-based-microservice-communications\r\n\r\nhttps://www.nuget.org/packages/Microsoft.Azure.ServiceBus\r\n\r\nhttps://www.planetgeek.ch/2019/01/07/azure-service-bus-topologies/\r\n\r\nhttps://connectedcircuits.blog/2019/04/24/always-subscribe-to-dead-lettered-messages-in-an-azure-service-bus/\r\n\r\nhttps://www.tomfaltesek.com/azure-functions-local-settings-json-and-source-control/\r\n\r\nhttps://www.ben-morris.com/optimizing-performance-of-the-azure-service-bus-net-standard-sdk/\r\n\r\nhttps://ml-software.ch/posts/stripe-api-with-asp-net-core-part-3\r\n\r\nhttps://www.serverless360.com/blog/auto-forwarding-a-hidden-gem-of-service-bus\r\n\r\nhttps://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-tutorial-topics-subscriptions-cli\r\n\r\nhttps://github.com/paolosalvatori/ServiceBusExplorer/\r\n\r\nhttps://docs.microsoft.com/en-us/cli/azure/install-azure-cli\r\n","funding_links":[],"categories":["dotnet","azure"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2FAspNetCoreServiceBus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamienbod%2FAspNetCoreServiceBus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2FAspNetCoreServiceBus/lists"}