Używamy cookies, aby ułatwić korzystanie z Portalu. Możesz określić warunki przechowywania, dostępu do plików cookies w Twojej przeglądarce. Dowiedz się więcej.
Go deep into the architecture and features of ASP.NET MVC 5, and learn how to build web applications that work well on both the desktop and mobile devices. Web development expert Dino Esposito takes you through the web framework’s Model-View-Controller (MVC) design model, and covers the tools you need to cleanly separate business logic from the user interface. If you’re an experienced web developer new to ASP.NET MVC, this practical guide will get you going.
Discover how to:
Dive into the functions of controllers—the heart of an MVC site
Build web applications that are easy to test and maintain
Design websites for mobile devices, localization, and error handling
Explore the structure and behavior of a view engine
Process a variety of input data using a custom model binder
Automate the writing of input forms, and streamline validation
Use Responsive Web Design to make sites mobile-friendly
Provide security by implementing a membership system
Inject script code into your site using JavaScript and jQuery
Pragniemy Państwa zapewnić, iż dokładamy wszelkich możliwych starań, by opisy książek i podręczników, zawarte na naszych stronach internetowych, zawierały bieżące i wiarygodne materiały. Może jednak, mimo naszych wysiłków, w opisy książek wkraść się przekłamanie z naszej strony niezamierzone. Nie może to stanowić powodu do roszczeń. O ile macie Państwo jakiekolwiek pytania lub wątpliwości - prosimy o kontakt z naszym ekspertem lub działem handlowym. Postaramy się odpowiedzieć na wszystkie Państwa pytania zanim podejmiecie Państwo decyzje o złożeniu zamówienia. #
ASP.NET MVC fundamentals
Chapter 1 ASP.NET MVC controllers
Routing incoming requests
The controller class
Summary
Chapter 2 ASP.NET MVC views
The structure and behavior of a view engine
HTML helpers
The Razor view engine
Coding the view
Summary
Chapter 3 The model-binding architecture
The input model
Model binding
Advanced model binding
Summary
Chapter 4 Input forms
General patterns of data entry
Automating the writing of input forms
Input validation
Summary
ASP.NET MVC software design
Chapter 5 Aspects of ASP.NET MVC applications
ASP.NET intrinsic objects
Error handling
Localization
Summary
Chapter 6 Securing your application
Security in ASP.NET MVC
Implementing a membership system
External authentication services
Summary
Chapter 7 Design considerations for ASP.NET MVC controllers