This project is a Blazor WebAssembly application built upon the architecture of the AspNetCoreEnterprisePlatform by Ben Abt. It showcases how to integrate the Mediator Pattern within a Blazor WebAssembly context, leveraging dependency injection for modular and maintainable code.
- .NET 9 SDK (preview version, ensure it’s installed on your system)
- To start, fork the AspNetCoreEnterprisePlatform repository to get access to its architecture and features.
After setting everything up, run the application using:
dotnet run
Visit https://localhost:{port} to access your Blazor WebAssembly application.
Feel free to contribute to this project by forking the repository, making improvements, or reporting issues. If you have ideas or enhancements, submit a pull request!
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to Ben Abt for his insightful architecture and guidance.