Hello everyone, I'm studing MVC pattern in asp.net core. Could you help me how to set up view to my project?
1. I created libraries for model, repositories, and made crud/controllers in project call TNAI_FinalProject.Api as Web Api
2. Can I use this libraries to pass data on view?
3. If yes how to connect view (in visual studio for example) to these, to don't need to make over code.
4. If no, how should it looks.
5. What changes should I make in program.cs of TNAI.Web and TNAI.Api?
6. Could you describe me in example, how to code it?
I attached my project structure, and couple of code.
I guess it's really noob question, so plz don't judge lol.