sample app for best practices
Hello, I am implementing a project using ABP. this would be my first real project. Is there a sample app implemented with all the best practices, that could be used as guidance ? that would be very appreciated.
hi
https://docs.abp.io/en/abp/latest/Best-Practices/Index
https://abp.io/books/implementing-domain-driven-design
And performance optimizations: https://community.abp.io/posts/performance-optimization-of-.netbased-and-also-abpbased-application-pmdwhwxc
Hello, thanks a lot for the links. I am having a few errors when it comes to delete and edit functions for a CRUD AppServices. I think I must review the Repository and AppService