docs.particular.net
docs.particular.net copied to clipboard
Create a sample on how to use NServiceBus in a Blazor app
As requested by one of our champs:
Blazor server has full access to all the things server-side. It would be a cool sample so see:
- a button that triggers an NServiceBus message
- the result of that handler/saga being routed back via messaging to that user (or /and other users)
- see the UI update that "your task has completed [link]"
POA
- [ ] Learn Blazor- https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/create
- [ ] Identify the sample to mirror in Blazor- https://docs.particular.net/nservicebus/hosting/asp-net?version=extensions.hosting_2, which is a sample on how to host an nservicebus endpoint in an asp.net core application.
- [ ] Create a sample using Blazor
- [ ] Publish the sample
- [ ] Announce