You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,31 @@
1
-
# Microsoft eShopOnWeb ASP.NET Core Reference Application
1
+
# eShopOnNServiceBus - Microsoft eShopOnWeb ASP.NET Core Reference Application + NServiceBus
2
2
3
-
This Microsoft reference application is now being maintained by [NimblePros](https://nimblepros.com/).
3
+
This repo contains a snapshot of eShopOnWeb as of June 2025.
4
4
5
-
If you're looking for the .NET Aspire eShop sample it's [here](https://github.com/dotnet/eShop). Microsoft also recommends the [Reliable Web App](https://learn.microsoft.com/azure/architecture/web-apps/guides/reliable-web-app/overview) patterns guidance for building web apps with enterprise app patterns.
5
+
The purpose of this repo is to show how you can use [NServiceBus](https://go.particular.net/using-nservicebus-2024) in .NET apps.
6
6
7
-
Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a single-process (monolithic) application architecture and deployment model. If you're new to .NET development, read the [Getting Started for Beginners](https://github.com/nimblepros/eShopOnWeb/wiki/Getting-Started-for-Beginners) guide.
7
+
This demo was shown as part of [the NimblePros' webinar on domain events](https://www.youtube.com/live/29-kl2V2sps?si=EhkwoRqZsypvu2DE).
8
+
9
+
This repo will be expanded on for [the NimblePros' webinar on NServiceBus](https://www.youtube.com/live/YWHY09R46m4?si=TLzKCk0FnWl0qSwv).
- Microsoft also recommends the [Reliable Web App](https://learn.microsoft.com/azure/architecture/web-apps/guides/reliable-web-app/overview) patterns guidance for building web apps with enterprise app patterns.
15
+
-[eShopOnWeb without NServiceBus](https://github.com/NimblePros/eShopOnWeb)
16
+
17
+
## Learn more about NServiceBus + NimblePros' Relationship with It
-[NimblePros Named a Particular Partner for Expertise in NServiceBus](https://blog.nimblepros.com/blogs/nimblepros-particular-partner/)
21
+
-[NimblePros Blog Series on NServiceBus](https://blog.nimblepros.com/series/nservicebus/) including:
22
+
-[Introduction](https://blog.nimblepros.com/blogs/what-is-nservicebus/) and [Getting Started](https://blog.nimblepros.com/blogs/getting-started-with-nservicebus/)
23
+
- Concepts such as [asychronous messaging](https://blog.nimblepros.com/blogs/what-is-asynchronous-messaging/) and [commands, events, and messages](https://blog.nimblepros.com/blogs/commands-events-messages-explained/)
- Sagas - [Introduction](https://blog.nimblepros.com/blogs/supercharged-sagas-introduction/), [create your first saga](https://blog.nimblepros.com/blogs/supercharged-sagas-creating-your-first-nservicebus-saga/), [timeout tips](https://blog.nimblepros.com/blogs/supercharged-sagas-timeout-tips/), and [testing strategies](https://blog.nimblepros.com/blogs/supercharged-sagas-unit-testing-strategies/)
26
+
- And some fun! [Automating Santa's Workshop with NServiceBus](https://blog.nimblepros.com/blogs/automating-santas-workshop-with-nservicebus/)
27
+
28
+
## More from the README on eShopOnWeb
8
29
9
30
A list of Frequently Asked Questions about this repository can be found [here](https://github.com/nimblepros/eShopOnWeb/wiki/Frequently-Asked-Questions).
0 commit comments