Cargando…

ASP.NET MVC 2 cookbook : over 70 clear and incredibly effective recipes to get the most out of the many tools and features of the ASP.NET MVC framework /

Annotation ASP.NET MVC, one of the latest web development platforms from Microsoft, brings the power of MVC programming to ASP.NET development. It simplifies the task of application development and maintenance for developers. However, ASP.NET MVC is filled with so many features that developers end u...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Siemer, Andrew
Otros Autores: Kimber, Richard
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham [U.K.] : Packt Pub., 2011.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn706487150
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 110309s2011 enka o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d UMI  |d OCLCQ  |d COO  |d HEBIS  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d UKMGB  |d OCLCQ  |d OCLCA  |d DKDLA  |d OCLCQ  |d OCLCO  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AZK  |d JBG  |d AGLDB  |d CNNOR  |d Z5A  |d MOR  |d PIFAG  |d OCLCQ  |d U3W  |d OCL  |d OCLCO  |d BRL  |d STF  |d WRM  |d VTS  |d CEF  |d INT  |d AU@  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCL  |d UAB  |d A6Q  |d M8D  |d UKAHL  |d HS0  |d UKCRE  |d OCLCO  |d OCLCQ 
016 7 |a 015774606  |2 Uk 
019 |a 741519891  |a 961510758  |a 962696533  |a 988474565  |a 992077898  |a 1037528908  |a 1038573929  |a 1083558322  |a 1153466059 
020 |a 9781849690317  |q (electronic bk.) 
020 |a 1849690316  |q (electronic bk.) 
020 |a 1849690308 
020 |a 9781849690300 
020 |z 9781849690300 
029 1 |a DEBBG  |b BV043158630 
029 1 |a DEBSZ  |b 368477959 
029 1 |a DEBSZ  |b 372799833 
029 1 |a DEBSZ  |b 421636149 
029 1 |a HEBIS  |b 291544932 
029 1 |a NZ1  |b 14255861 
029 1 |a NZ1  |b 16034040 
029 1 |a AU@  |b 000065461981 
035 |a (OCoLC)706487150  |z (OCoLC)741519891  |z (OCoLC)961510758  |z (OCoLC)962696533  |z (OCoLC)988474565  |z (OCoLC)992077898  |z (OCoLC)1037528908  |z (OCoLC)1038573929  |z (OCoLC)1083558322  |z (OCoLC)1153466059 
037 |a CL0500000096  |b Safari Books Online 
050 4 |a TK5105.8885.A26  |b S54 2011eb 
072 7 |a COM  |x 060160  |2 bisacsh 
082 0 4 |a 006.7/6  |2 22 
049 |a UAMI 
100 1 |a Siemer, Andrew. 
245 1 0 |a ASP.NET MVC 2 cookbook :  |b over 70 clear and incredibly effective recipes to get the most out of the many tools and features of the ASP.NET MVC framework /  |c Andrew Siemer, Richard Kimber. 
260 |a Birmingham [U.K.] :  |b Packt Pub.,  |c 2011. 
300 |a 1 online resource (iii, 317 pages) :  |b illustrations (some color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
588 0 |a Print version record. 
520 8 |a Annotation ASP.NET MVC, one of the latest web development platforms from Microsoft, brings the power of MVC programming to ASP.NET development. It simplifies the task of application development and maintenance for developers. However, ASP.NET MVC is filled with so many features that developers end up looking for solutions to the many problems that are encountered in their routine development tasks. ASP.NET MVC 2 Cookbook will provide solutions for the very specific problems that are encountered while developing applications with the ASP.NET MVC platform. It consists of many recipes containing step-by-step instructions that guide developers to effectively use the wide array of tools and features of ASP.NET MVC platform for web developmentASP.NET MVC Cookbook is a collection of recipes that will help you to perform your routine development tasks with ease using the ASP.NET MVC platform. In this book you will be walked through the solution to several specific web application development problems. Each recipe will walk you through the creation of a web application, setting up any Visual Studio project requirements, adding in any external tools, and finally the programming steps needed to solve the problem. The focus of the book is to describe the solution from start to finish. The book starts off with recipes that demonstrate how to work effectively with views and controllers _ two of the most important ingredients of the ASP.NET MVC framework. It then gradually moves on to cover many advanced routing techniques. Considering the importance of having a consistent structure to the site, the book contains recipes to show how to build a consistent UI and control its look with master pages. It also contains a chapter that is packed with many recipes that demonstrate how to gain control of data within a view. As the book progresses through some exciting recipes on performing complex tasks with forms, you will discover how easy it is to work with forms to jazz up the look of your web site. Building large applications with ease is one of the prime features of the MVC model. Therefore, this book also focuses on tools and features that make building large applications easier to manage. As data plays an important role in the MVC architecture, there are ample recipes dedicated to cover data validation, access, and storage techniques. Finally, the book demonstrates how to enhance the user experience of your visitors by controlling the data at the application, session, caching, and cookie level. By the end of this book, you will have explored a wide array of tools and features available with the ASP.NET MVC platformA fast-paced cookbook with recipes covering all that you wanted to know about developing with ASP.NET MVC. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Working with the View; Introduction; Using magic strings and the ViewData dictionary; Creating a strongly typed view; Decoupling a strongly typed view with a View model; Centralizing display logic with templated helpers; Using a partial view to segment view code; Rendering a child view with Html.RenderAction; Loading a view template from a database with NVelocity; Consuming a JSON with jQuery; Chapter 2: Taking Action in Your Controllers; Introduction 
505 8 |a Exposing JSON using a JsonResult with Json.NETA custom ActionResult to return an image; Specifying the size of an ImageResult; Creating a CAPTCHA system; Generating a PDF order summary; Implementing a controller factory for use with StructureMap; Chapter 3: Routing; Introduction; Creating a route to support a reporting engine; Making hackable URLs for a product catalog; Filter your matches with routing constraints; Using wildcard parameters to support slug URLs; Creating a 404 page via routing; Moving routes out of Global.asax; Supporting pagination in your URLs 
505 8 |a Supporting content hierarchies with a custom RouteHandlerCreating a blacklist route constraint; Chapter 4: Master Pages; Introduction; How to create a master page; Determining the master page in the ActionResult; Controlling which master page is used with a view base class; Setting the master page from a controller base class; Passing data to the master page; Rendering data in a master page from another view; Creating nested master pages; Chapter 5: Working with Data in the View; Introduction; Reintroducing for and foreach; Handling an array of checkboxes; Handling an array of radio buttons 
505 8 |a Working with a pageable set of dataHow to navigate sortable data; Deleting a record with an intermediary ""Are you sure?"" page; Adding a jQuery delete link with confirmation; Master/detail page with inline details via jQuery and a partial view; Creating a master/detail page with modal pop-up and JSON; Chapter 6: Working with Forms; Introduction; Using HTML helpers to create forms; Building a custom HTML helper to display a WYSIWYG; Centralizing create and edit forms for reuse; Adding custom attributes to form elements; Defining a default button with jQuery; Hijaxing a form with jQuery 
505 8 |a Performing an auto post-back with a select listAutocomplete with jQuery UI; Chapter 7: Simplifying Complex Applications; Introduction; Centralized formatting of common types with templated helpers; Making templated helpers for custom types; Using areas to separate application components; Creating a ""portable area"" to use across multiple applications; Using input builders of MvcContrib; Generating forms with Html.InputForm(); Leaving breadcrumbs for your users with MvcSiteMap; Displaying tabular data in a grid; Chapter 8: Validating MVC; Introduction; Basic input validation; Data annotations 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Active server pages. 
630 0 7 |a Active server pages.  |2 blmlsh 
630 0 7 |a Active server pages.  |2 fast  |0 (OCoLC)fst01388618 
650 0 |a Microsoft .NET Framework. 
650 0 |a Web site development. 
650 6 |a Sites Web  |x Développement. 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
700 1 |a Kimber, Richard. 
776 0 8 |i Print version:  |a Siemer, Andrew.  |t ASP.NET MVC 2 cookbook.  |d Birmingham, [U.K.] : Packt Publishing Ltd., 2011  |z 9781849690300 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=354532  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26944291 
938 |a ebrary  |b EBRY  |n ebr10442993 
938 |a EBSCOhost  |b EBSC  |n 354532 
938 |a YBP Library Services  |b YANK  |n 3605065 
994 |a 92  |b IZTAP