- 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.
推薦閱讀
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- Building a Game with Unity and Blender
- FFmpeg入門詳解:音視頻流媒體播放器原理及應(yīng)用
- Python Game Programming By Example
- Learning Informatica PowerCenter 10.x(Second Edition)
- Mastering matplotlib
- Kotlin Standard Library Cookbook
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- UVM實戰(zhàn)
- Learning AngularJS for .NET Developers
- Python深度學(xué)習(xí)原理、算法與案例
- C專家編程
- JavaScript悟道
- Appcelerator Titanium:Patterns and Best Practices
- Microsoft HoloLens By Example