+ 3
How to create a mvc asp. Net project
2 Antworten
+ 4
This is a good tutorial for ASP.NET MVC: https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started
This is good tutorial for ASP.NET MVC with Entity Framework: https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application
I advise doing both of these, in this order. I have been formally trained on ASP.NET MVC and I have completed both of these tutorials out of curiosity of their quality. If you have any questions on MVC or Entity Framework, feel free to ask.
An easier place to discuss such things is this SoloLearn Slack team I created. You (and anyone else) can join here, if you'd like: Join my Slack workspace! https://join.slack.com/t/sololearndevconnect/shared_invite/enQtMjQ5NDc3NzY3OTIzLWFmMmMzY2JlZjQ5YzhlN2ZmN2JkN2E2MzJlMjY4ZDVjMTk3MmM0MzQ0MzM2MDYwOTkxM2ZhODBiZGIzZWVlOTU
0
Yes