- ASP.NET MVC 4 Mobile App Development
- Andy Meadows
- 117字
- 2021-08-13 16:48:11
Summary
Congratulations! This chapter was a whirlwind of information, but we now have a basic understanding of the MVC pattern and how it relates to ASP.NET MVC 4. We learned about controllers and action methods and how to create them. We created a model, passed the model from the controller to the view, and wrote code that displayed that model. With the basics known, it's time for us to look at bigger and better things.
In the next chapter, we leverage the functionality of Entity Framework 5.0 to create a persistence layer for our application and return the information stored in the database. This persistence layer will be used as the basis for our models moving forward.
推薦閱讀
- Getting Started with Gulp(Second Edition)
- 高手是如何做產(chǎn)品設(shè)計(jì)的(全2冊(cè))
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- Java Web基礎(chǔ)與實(shí)例教程
- Bootstrap Essentials
- Backbone.js Blueprints
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- 從零開(kāi)始學(xué)Linux編程
- Building Dynamics CRM 2015 Dashboards with Power BI
- 算法圖解
- 微前端設(shè)計(jì)與實(shí)現(xiàn)
- Python預(yù)測(cè)分析與機(jī)器學(xué)習(xí)
- TypeScript圖形渲染實(shí)戰(zhàn):2D架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)