- Modern Web Development with ASP.NET Core 3
- Ricardo Peres
- 99字
- 2021-06-18 18:36:00
Getting started
We will be working where the actual code is, where you get things done and where you process the requests from the browser. We will talk about MVC controllers returning views, but also about persisting data across requests, injecting dependencies into our controllers and actions, and how to add localization support to the code. All in all, it's a very important chapter, so I ask for your full attention.
In this chapter, we will be talking about the most important aspects of an MVC application:
- Controllers
- Actions
We will study each of these in the coming sections.
推薦閱讀
- 零基礎搭建量化投資系統:以Python為工具
- Intel Galileo Essentials
- 解構產品經理:互聯網產品策劃入門寶典
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Rust編程從入門到實戰
- 神經網絡編程實戰:Java語言實現(原書第2版)
- 我的第一本算法書
- Python計算機視覺編程
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- C語言從入門到精通(第4版)
- Java軟件開發基礎
- JavaScript 程序設計案例教程
- Android系統原理及開發要點詳解
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Python自然語言理解:自然語言理解系統開發與應用實戰