ASP.NET MVC with Entity Framework and CSS
Autor Lee Nayloren 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.
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#.
Preț: 495.68 lei
Preț vechi: 619.61 lei
-20% Nou
Puncte Express: 744
Preț estimativ în valută:
94.87€ • 100.08$ • 79.06£
94.87€ • 100.08$ • 79.06£
Carte disponibilă
Livrare economică 12-26 decembrie
Livrare express 27 noiembrie-03 decembrie pentru 54.66 lei
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.08 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
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.08 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Building a Basic MVC Website.- 2. Creating Views, Controllers and a Database from Model Classes.- 3. Searching, Advanced Filtering and View Models.- 4. More Advanced Data Management.- 5. Sorting, Paging and Routing.- 6. Managing Product Images: Many-to-Many Relationships.- 7. Authentication and Authorization using ASP.NET Identity.- 8. Creating a Shopping Basket.- 9. Checkout - Creating and Viewing Orders.- 10. Advanced Scenarios and Common Workarounds.- 11. Using Entity Framework Code First with an Existing Database.- 12. Introduction to ASP.NET Core v1.0 (MVC 6 and EF 7).- 13. Deploying to Azure.- 14. Restyling the Web Site: An Introduction.- 15. Styling the Home Page.- 16. Styling Forms, Grid Layouts and Tables.- 17. Advanced CSS.- 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:
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