I am new to ASP.NET CORE and interested in how MVC and WEB API could be combined together? For example is there any way to use WEB API for back-end and MVC for front-end? The application should be simple CRUD app.
-
2You can use whatever you want at the same time. Usually with MVC you still have some Web APIs in the background.Sami Kuhmonen– Sami Kuhmonen2021-03-05 16:09:44 +00:00Commented Mar 5, 2021 at 16:09
-
@SamiKuhmonen Which should I create MVC or API project at start?user12365268– user123652682021-03-05 16:16:30 +00:00Commented Mar 5, 2021 at 16:16
Add a comment
|