Cantitate/Preț
Produs

ASP.NET MVC with Entity Framework and CSS

Autor Lee Naylor
en Limba Engleză Paperback – 13 sep 2016
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#.
Citește tot Restrânge

Preț: 41873 lei

Preț vechi: 52341 lei
-20%

Puncte Express: 628

Preț estimativ în valută:
8022 8690$ 6880£

Carte tipărită la comandă

Livrare economică 10-24 mai

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484221365
ISBN-10: 1484221362
Pagini: 659
Ilustrații: XXV, 608 p. 335 illus., 334 illus. in color.
Dimensiuni: 178 x 254 x 33 mm
Greutate: 1.19 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1. Building a Basic MVC Website
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<
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 (MVC 6 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<

Notă biografică

Lee Naylor has 15 years experience as a software engineer with experience in Finance (Banking and Accounting), Retail, Automotive and Gaming/Gambling. His current areas of expertise are ASP.NET MVC, Entity Framework, Front End Development with CSS, JavaScript and JQuery. In the past he has worked with several technologies, including Classic ASP, VB, Access, Java, Oracle, Unix and search engine software such as Google Search Appliances and Autonomy/Verity. He is also experienced in Project and Team Management, mentoring/teaching others and understand all aspects of Software Projects from proposals and budgeting through analysis, estimations, planning, development, testing, UAT, and release management.


Textul de pe ultima copertă

Get up and running quickly with Microsoft ASP.NET MVC and Entity Framework as you build and deploy complex web sites. By using a fully working example retail web site 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 web site using Microsoft ASP.NET and Entity Framework Code First with fully explained code examples including:
  • Filtering and searching related data using Linq
  • Using Code First migrations to automatically update the database plus seeding data from code
  • How to use Visual Studio Scaffolding views and controllers
  • Managing CRUD operations, including model binding as recommended by Microsoft and correctly dealing with cascading deletions
  • Input and data validation using attributes
  • Sorting and paging through data and routing for friendly URL formats
  • Authorization and authentication using Microsoft Identity v2 by making use of Microsoft example code, including the correct use of redirection after login and registration
  • Advanced techniques, including managing data concurrency conflicts and using two database contexts
  • Asynchronous database access and paging
  • Azure deployment using Code First migrations, remote debugging, and viewing/editing your remote data
  • CSS styling, including animation and media queries for use with tablet or mobile/cell phone devices

Caracteristici

Shows you, start to finish, how to build a website using MVC 5 and Entity Framework v6
Gets you up and running quickly
Covers advanced topics, including asynchronous database access and managing data conflicts