- 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.
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Mastering ServiceStack
- Developing Mobile Web ArcGIS Applications
- 深入淺出Spring Boot 2.x
- Bulma必知必會
- Learn WebAssembly
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- 青少年學Python(第1冊)
- Programming with CodeIgniterMVC
- PHP編程基礎與實踐教程
- GameMaker Essentials
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Yii2 By Example
- Clojure for Finance
- C# 10核心技術指南