So im kinda new in learning about Asp Net Core because my new job requires me to work with some templates that are created with Asp Net Core. There are 4 of them, API template, web app template, kafka producer and consumer template.
I have spent weeks trying to understand the projects and I have some basic idea of how they work, but code wise, I really dont understand how they work, like do I need to understand everything? The documentation only tells you how to install but not how to work with them. I kinda got overwhelmed with how many things I have to learned because every single line is a new concept to me; interfaces, services, repositories, etc.
What I need help with is to in a way, narrow down the concepts I need to learn. I mean its a template, that means I have to develop my projects based on it right? Well, I dont even know how and the seniors are busy as heck its frustrating.
What are the concepts I should learn or maybe learning journey I should take to understand how to use these templates?
Thanks a lot.