Reputation: 929
I am learning MVC and I find the best way to learn is to work on a test project. However I have a few questions that I cannot find the answer for anywhere.
I would like a website where a user can login to the website and this navigates to a page containing controls (Textboxes, Labels, Buttons etc) where the user can save/retrieve data to/from a database.
Could I use the Default Template for this as this allows a user to login. Is there any tutorials that cover this concept?
Thanks for your help,
Upvotes: 0
Views: 300
Reputation: 1439
You might want to search on "database first workflow" - that is what the paradigm you are trying to use if often called.
Upvotes: 0
Reputation: 86
Yes and yes, the default template provides the starting blocks for what you need, personally I found these Chanel9 tutorial videos helpful.
Upvotes: 1