Pro ASP.NET MVC 5 platform

The power of ASP.NET MVC 5 stems from the underlying ASP.NETand .NET Frameworks upon which it is founded. To make your ASP.NET MVC applications the best they can possibly be, you need to fully understand what these "back office" technologies are doing and how they can be tailored to create...

Full description

Bibliographic Details
Main Author: Freeman, Adam
Format: eBook
Language:English
Published: [Berkeley, CA], New York, NY Apress, Distributed to the Book trade worldwide by Springer 2014
Series:The expert's voice in web development
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 05771nmm a2200457 u 4500
001 EB001940413
003 EBX01000000000000001103315
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781430265429 
050 4 |a QA76.76.M52 
100 1 |a Freeman, Adam 
245 0 0 |a Pro ASP.NET MVC 5 platform  |c Adam Freeman 
260 |a [Berkeley, CA], New York, NY  |b Apress, Distributed to the Book trade worldwide by Springer  |c 2014 
300 |a xv, 395 pages  |b illustrations 
505 0 |a Handling Request Life-Cycle Events Using Special MethodsDisplaying the Event Information; Handling Request Life-Cycle Events Without Special Methods; Using a Single Method to Handle Multiple Events; The ASP.NET Context Objects; Understanding the ASP.NET Context Objects; Working with HttpApplication Objects; Handling Property Exceptions; Working with HttpRequest Objects; Working with HttpResponse Objects; Summary; Chapter 4: Modules; Preparing the Example Project; ASP.NET Modules; Creating a Module; Setting Up the Event Handlers; Handling the BeginRequest Event; Handling the EndRequest Event 
505 0 |a Registering a ModuleTesting the Module; Creating Self-registering Modules; Creating the Project; Creating the Module; Creating the Registration Class; Testing the Module; Using Module Events; Defining the Module Event; Creating the Consuming Module; Generating HTML; Understanding the Built-in Modules; Summary; Chapter 5: Handlers; Preparing the Example Project; Adding the System.Net. Http Assembly; ASP.NET Handlers; Understanding Handlers in the Request Life Cycle; Understanding Handlers; Handlers and the Life-Cycle Events; Creating a Handler; Registering a Handler Using URL Routing 
505 0 |a At a Glance; Part 1: Getting Ready; Chapter 1: Putting the ASP.NET Platform in Context; What Is the ASP.NET Platform?; What Do You Need to Know?; What's the Structure of This Book?; Part 1: Getting Ready; Part 2: The ASP.NET Platform Foundation; Part 3: The ASP.NET Services; Are There Lots of Examples?; Where Can You Get the Example Code?; What Software Do You Need for This Book?; Preparing Visual Studio; Getting Google Chrome; Summary; Chapter 2: Pattern and Tools Primer; Understanding the MVC Pattern; Understanding the Benefits of the MVC Pattern; Creating the Example Project 
505 0 |a Registering a Handler Using the Configuration FileTesting the Handler; Creating Asynchronous Handlers; Creating Modules That Provide Services to Handlers; Consuming the Items Data; Targeting a Specific Handler; Decoupling Components Using Declarative Interfaces; Custom Handler Factories; Controlling Handler Instantiation; Registering the Handler Factory; Selecting Handlers Dynamically; Reusing Handlers; Summary; Chapter 6: Disrupting the Request Life Cycle; Preparing the Example Project; Adding the Bootstrap Package; Creating the Controller; Creating the View; Testing the Example Application 
505 0 |a Creating the MVC ComponentsTesting the Application; Adding Packages to the Project; Using Bootstrap; Summary; Part 2: The ASP.NET Platform Foundation; Chapter 3: The ASP.NET Life Cycles; Preparing the Example Project; The ASP.NET Application Life Cycle; Understanding the Application Life Cycle; Receiving Notifications When the Application Starts and Ends; Testing the Start and Stop Notifications; Testing the Start Notification; Testing the Stop Notification; The ASP.NET Request Life Cycle; Understanding the Request Life Cycle; Understanding Modules and Handlers 
653 |a Web sites / Authoring programs / fast 
653 |a Sites Web / Systèmes-auteur 
653 |a Microsoft .NET Framework 
653 |a COMPUTERS / Web / Design / bisacsh 
653 |a Microsoft .NET Framework / fast 
653 |a Web sites / Authoring programs / http://id.loc.gov/authorities/subjects/sh98000036 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a The expert's voice in web development 
500 |a Includes index 
024 8 |a 10.1007/978-1-4302-6542-9 
776 |z 1430265418 
776 |z 9781430265412 
776 |z 9781430265429 
776 |z 1430265426 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430265412/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 005.276 
082 0 |a 745.4 
520 |a The power of ASP.NET MVC 5 stems from the underlying ASP.NETand .NET Frameworks upon which it is founded. To make your ASP.NET MVC applications the best they can possibly be, you need to fully understand what these "back office" technologies are doing and how they can be tailored to create a high-productivity programming model that promotescleaner code architecture, test-driven development and powerful extensibility. ASP.NET and .NET provide your MVC 5 applications with a richsuite of services including such vital every-day features as extensible request handling, state management and user authentication. Developing a good understanding of the life-cycle of these features and how they impact upon the reliability and performance of your MVC application is the difference between creating an average web application and a best-in-class one. MVC applications that are architected will a thorough knowledge of the underlying platforms will be be faster to write, faster to run and less likely to develop bugs during development. In Pro ASP.NET MVC 5:The Platform, best selling .NET author Adam Freeman explains how to get themost from the entire MVC platform, beginning with a nuts-and-bolts descriptionof the tools you have available to you and working through to the most advancedfeatures. He goes in-depth at every stage to give you the practical knowledgethat you need to apply these concepts to your own code