/angular-asp-dotnet-mvc

Angular SPA with ASP.NET MVC

Primary LanguageC#MIT LicenseMIT

Angular SPA with ASP.NET MVC Template

A simple Angular SAP + ASP.NET MVC at backend

  • .NET 6
  • Angular 12

Design Patterns

  • DI
  • Repository
  • Singleton
  • Mediator
  • CQRS
  • etc

Persistence

  • JSON files

Unit Tests

  • Frontend
  • Backend

Thoughts

  • I purposefully do not put many code comments since I believe that having a good source code structure & best practices helps us avoid tons of redundant comments.
  • I would have not used Repository to deal with the persistene - JSON file.
  • I would like to use Entity Framework to work with JSON files and any other types of storage. Fundamentally, EF applies both Repository and UoW patterns already.
  • Both backend and frontend source code structures are not completed yet and needed to futher works. So, let me know your suggestions or improvements.

Contribute

  • I would love to hear from all. Awesome !! 💘 💘

Contact