0%

Book Description

Get up and running quickly with Microsoft ASP.NET MVC and Entity Framework as you build and deploy complex websites. By using a fully working example retail website you will learn solutions to real-world issues that developers frequently encounter.

Whether you are a novice developer or an experienced .NET developer wishing to learn more about MVC and Entity Framework, author Lee Naylor will teach you how to develop a detailed database-driven example website using Microsoft ASP.NET and Entity Framework Code First with fully explained code examples.

What You Will Learn:

  • Get up and running quickly with ASP.NET MVC and Entity Framework to build a complex website to display and manage several related entities

  • Integrate identity code into a project

  • Understand advanced topics, including asynchronous database access and managing data conflicts

  • Work with Microsoft Azure, including remote debugging and database access

  • Develop your CSS skills, including animations and media queries for use with tablet or mobile/cell phone devices

Who This Book Is For:

Novice developers new to the subject through to more experienced ASP.NET web forms developers looking to migrate from web forms to MVC and Entity Framework. The book assumes some programming knowledge such as object-oriented programming concepts and a basic knowledge of C#.

Table of Contents

  1. Cover
  2. Frontmatter
  3. 1. Building a Basic MVC Web Site
  4. 2. Creating Views, Controllers, and a Database from Model Classes
  5. 3. Searching, Advanced Filtering, and View Models
  6. 4. More Advanced Data Management
  7. 5. Sorting, Paging, and Routing
  8. 6. Managing Product Images: Many-to-Many Relationships
  9. 7. Authentication and Authorization Using ASP.NET Identity
  10. 8. Creating a Shopping Basket
  11. 9. Checkout: Creating and Viewing Orders
  12. 10. Advanced Scenarios and Common Workarounds
  13. 11. Using Entity Framework Code First with an Existing Database
  14. 12. Introduction to ASP.NET Core v1.0 (MVC6 and EF 7)
  15. 13. Deploying to Azure
  16. 14. Restyling the Web Site: An Introduction
  17. 15. Styling the Home Page
  18. 16. Styling Forms, Grid Layouts, and Tables
  19. 17. Advanced CSS
  20. 18. Responsive Web Sites: Styling for Mobile/Cell and Tablet Sized Devices
  21. Backmatter