ASP.NET MVC with Entity Framework and CSS是2016年出版的一本比較新的、關於ASP.NET MVC、EF以及CSS技術的圖書,我將嘗試着翻譯本書以供日后查閱。但是,由於本人英語水平有限,難免有翻譯不准確或錯誤的地方,請大家踴躍提出寶貴的意見,以進行修正。本書一共18章,下面列出各章的英文目錄:
- Chapter 1: Building a Basic MVC Web Site
- Chapter 2: Creating Views, Controllers, and a Database from Model Classes
- Chapter 3: Searching, Advanced Filtering, and View Models
- Chapter 4: More Advanced Data Management
- Chapter 5: Sorting, Paging, and Routing
- Chapter 6: Managing Product Images: Many-to-Many Relationships (Part one)
- Chapter 6: Managing Product Images: Many-to-Many Relationships (Part two)
- Chapter 7: Authentication and Authorization Using ASP.NET Identity
- Chapter 8: Creating a Shopping Basket
- Chapter 9: Checkout: Creating and Viewing Orders
- Chapter 10: Advanced Scenarios and Common Workarounds
- Chapter 11: Using Entity Framework Code First with an Existing Database
- Chapter 12: Introduction to ASP.NET Core v1.0 (MVC6 and EF 7)
- Chapter 13: Deploying to Azure
- Chapter 14: Restyling the Web Site: An Introduction
- Chapter 15: Styling the Home Page
- Chapter 16: Styling Forms, Grid Layouts, and Tables
- Chapter 17: Advanced CSS
- Chapter 18: Responsive Web Sites: Styling for Mobile/Cell and Tablet Sized Devices
廢話不多說,我們現在就進入正題,開始第一章的學習!