- ASP.NET MVC 4 Mobile App Development
- Andy Meadows
- 93字
- 2021-08-13 16:48:09
Summary
You should now have a good enough understanding of the homebrewing domain to apply it to the sample application. We also learned about the changes that have occurred in Visual Studio 2012's MVC 4 project templates and project structure and have now properly configured your environment to begin developing BrewHow, our mobile homebrew recipe-sharing app.
In the next chapter, we will do a detailed examination of the code generated by the template and how that code relates to the MVC design pattern. We will also create our first controller using this knowledge.