All Projects → damienbod → AspNetCoreServiceBus

damienbod / AspNetCoreServiceBus

Licence: other
ASP.NET Core with Azure Service Bus

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to AspNetCoreServiceBus

pineblog
A light-weight blogging engine written in ASP.NET Core MVC Razor Pages, using Entity Framework Core or MongoDb.
Stars: ✭ 60 (-36.84%)
Mutual labels:  aspnetcore
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-77.89%)
Mutual labels:  aspnetcore
ASP.NET-Core-Web-API-Best-Practices-Guide
ASP.NET Core Web API Best Practices Guide
Stars: ✭ 62 (-34.74%)
Mutual labels:  aspnetcore
AspNetCoreIdentityEncryption
How to do manual encryption for ASP.NET Core Identity 2.1. Not that you should be doing it.
Stars: ✭ 51 (-46.32%)
Mutual labels:  aspnetcore
pokeR
Planning poker with SignalR
Stars: ✭ 37 (-61.05%)
Mutual labels:  aspnetcore
azure-service-bus-java
☁️ Java client library for Azure Service Bus
Stars: ✭ 61 (-35.79%)
Mutual labels:  service-bus
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+64.21%)
Mutual labels:  aspnetcore
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (-50.53%)
Mutual labels:  aspnetcore
servicestack-nuxt-example
A simple example of using nuxt for front-end development and ServiceStack for backend development
Stars: ✭ 48 (-49.47%)
Mutual labels:  aspnetcore
CfpExchange
An online community website used to share interesting call for papers with speakers.
Stars: ✭ 24 (-74.74%)
Mutual labels:  aspnetcore
MsCoreOne
MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.
Stars: ✭ 77 (-18.95%)
Mutual labels:  aspnetcore
GatewayService
GatewayService (Ocelot).
Stars: ✭ 19 (-80%)
Mutual labels:  aspnetcore
AspNetCoreUpdater
AspNetCore 应用程序热更新工具(全网第一个公开且完整的解决方案)。(Help AspNetCore application implement hot update tool.)
Stars: ✭ 77 (-18.95%)
Mutual labels:  aspnetcore
StartupModules
Startup modules for ASP.NET Core.
Stars: ✭ 33 (-65.26%)
Mutual labels:  aspnetcore
Reddnet
🎭 Minimal Reddit clone
Stars: ✭ 125 (+31.58%)
Mutual labels:  aspnetcore
Home
Home for Blazor Extensions
Stars: ✭ 51 (-46.32%)
Mutual labels:  aspnetcore
Minio.AspNetCore
AspNetCore integration for Minio client
Stars: ✭ 77 (-18.95%)
Mutual labels:  aspnetcore
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-81.05%)
Mutual labels:  aspnetcore
Authentication
Authentication examples for AspNetCore 3.1
Stars: ✭ 37 (-61.05%)
Mutual labels:  aspnetcore
Inyector
Library to Implement Automatic dependency injection by Configuration over Scaned Assemblies
Stars: ✭ 13 (-86.32%)
Mutual labels:  aspnetcore

.NET

ASP.NET Core Azure Sevice Bus

user secrets

{
  "ConnectionStrings": {
    "ServiceBusConnectionString": "--your-servicebus-connection--string--"
  }
}

History

2021-11-08 Updated .NET 6

2021-07-20 Added IHostedService to consumer the message in the ASP.NET Core app

2021-05-19 Updated to .NET 5, migrated to Azure.Messaging.ServiceBus, switched Json serializer

2020-03-06 Added restricted access example

2019-12-08 Updated to .NET Core 3.1

Links

https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/servicebus/Azure.Messaging.ServiceBus

https://docs.microsoft.com/en-us/azure/service-bus-messaging/

https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues

https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/integration-event-based-microservice-communications

https://www.nuget.org/packages/Microsoft.Azure.ServiceBus

https://www.planetgeek.ch/2019/01/07/azure-service-bus-topologies/

https://connectedcircuits.blog/2019/04/24/always-subscribe-to-dead-lettered-messages-in-an-azure-service-bus/

https://www.tomfaltesek.com/azure-functions-local-settings-json-and-source-control/

https://www.ben-morris.com/optimizing-performance-of-the-azure-service-bus-net-standard-sdk/

https://ml-software.ch/posts/stripe-api-with-asp-net-core-part-3

https://www.serverless360.com/blog/auto-forwarding-a-hidden-gem-of-service-bus

https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-tutorial-topics-subscriptions-cli

https://github.com/paolosalvatori/ServiceBusExplorer/

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].