Trou
Trou
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
For caching, @Cacheable annotations is actually sufficient; this is what I meant to convey https://docs.spring.io/spring-boot/reference/io/caching.html
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
Please don't misunderstand, I'm not comparing technologies as good or bad, I'm just leaving this example:
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
im not talking about try catch block is there an wrapper for Exception Filter or Global Handler above if yes its my bad
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
It seems even important mechanisms like Authentication were included in .Net Core relatively late.
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
nah, http requests but Clean Architecture need to much effort instead of NLayered and because of this it can be unnecessary for small project and for learning curve. Thanks again, .Net ecosystem seemed a bit strange and different to me, we have to implement many things such as core things Exceptions, Cache, Logging etc. In other frameworks these things comes by built in feature as provider just plug and use
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
"because I believe it complicates the development process and would be an unnecessary burden for projects with above-average requests." I was referring to the development workload and cost when I mentioned the burden here, I didn't mean code performance
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
If I'm not getting millions of requests for a sec, performance is not and should not be a metric to consider
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
Thank you for your responses. I will review VSA, but I don't think to use Clean/Union architecture (or microservices) because I believe it complicates the development process and would be an unnecessary burden for projects with above-average requests. I think I will review different repositories based on a layered architecture template and come up with something.
40 replies
CC#
Created by Trou on 6/18/2024 in #help
Looking for Boilerplate and Learning Resources
This is not exactly what I meant. As far as I understand, apart from some simple tasks (Endpoint Mapping, Built-In IOC), it doesn't do much. The remaining part is more flexible, whereas in others, many things are already written for us, so we don't implement them. This brings a certain standard to the projects, and you can't easily deviate from it (unless you want to).
40 replies