https://github.com/rijwanansari/cleanarchitecturedotnet7blazorserver
A Clean Architecture project sample for Blazor Server with .NET 7 f using entity framework core and repository pattern.
https://github.com/rijwanansari/cleanarchitecturedotnet7blazorserver
asp-net-core blazor blazor-server clean-architecture dotnet7 entity-framework-core repository-pattern
Last synced: about 1 month ago
JSON representation
A Clean Architecture project sample for Blazor Server with .NET 7 f using entity framework core and repository pattern.
- Host: GitHub
- URL: https://github.com/rijwanansari/cleanarchitecturedotnet7blazorserver
- Owner: rijwanansari
- License: mit
- Created: 2022-12-12T05:57:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T14:34:53.000Z (about 1 year ago)
- Last Synced: 2025-04-12T04:59:20.441Z (about 1 month ago)
- Topics: asp-net-core, blazor, blazor-server, clean-architecture, dotnet7, entity-framework-core, repository-pattern
- Language: C#
- Homepage:
- Size: 6.71 MB
- Stars: 45
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![LinkedIn][linkedin-shield]][linkedin-url]
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/rijwanansari/# Clean Architecture - Blazor Server with .NET 7 using Entity Framework and Repository Pattern 🏗️
This is a project sample for **Blazor Server** with **.NET 7** following **clean architecture** design pattern using entity framework core and **repository pattern**. This is a ready-to-use solution with example CRUD. There is a complete CRUD example for App Setting.## Tech Stack :muscle:
- .NET 7
- ASP.NET Core
- Blazor Server
- Microsoft Entity Framework Core 7
- Code-First Approach with Configuration
- AutoMapper
- Generic Repository Pattern
- Dependency Injection
- Microsoft SQL Server Database
- Custom Logs Capture Module## Learn About Clean Architecture 🔖
- [Clean Architecture Concept](https://rijsat.com/2022/02/01/what-is-clean-architecture/)
- [More on Clean Architecture](https://rijsat.com/?s=clean+architecture)## Down the Roadmap 🚀
- Implement Blazor UI component - Ant Design Blazor
- Authentication and Authorization
- UI Enhancement - Blazor UI Components
- Implement Admin LTE Design
- File Upload to Azure Blog Example
- Configuration Extension Class
- Graph API Example
- Add some CRUD with complex Models
- Fluent Validation
- Domain Events Implementation## Contribution 🤝
This is an open-source project and contributors are what make such project with rich feature to learn, inspire, and motivate. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Module Branch (`git checkout -b module/FeatureName`)
3. Commit your Changes (`git commit -m 'Add some FeatureName'`)
4. Push to the Branch (`git push origin module/FeatureName`)
5. Open a Pull Request## License
Distributed under the MIT License.
## Support ⭐
This project is created for learning and sharing purpose. Additionally, this project can be used in your project. Please share your feedback or issues. Please support with star and share in your network 👌