|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn889314216 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
140805t20142014inua o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e rda
|e pn
|c E7B
|d OCLCO
|d UMI
|d YDXCP
|d COO
|d RECBK
|d DEBBG
|d REB
|d VGM
|d B24X7
|d OCLCQ
|d OCLCF
|d D6H
|d LOA
|d OCLCQ
|d COCUF
|d CNNOR
|d MOR
|d CCO
|d PIFAG
|d OTZ
|d LIV
|d OCLCQ
|d U3W
|d STF
|d CEF
|d NRAMU
|d CRU
|d OCLCQ
|d INT
|d OCLCQ
|d G3B
|d TKN
|d OCLCQ
|d UAB
|d VLY
|d HS0
|d UWK
|d OCLCQ
|d TUHNV
|d OCLCO
|d OCLCQ
|d INARC
|
019 |
|
|
|a 899291704
|a 961586577
|a 962645326
|a 1162088892
|a 1165258141
|a 1166203104
|a 1227636904
|a 1290114392
|a 1316666371
|
020 |
|
|
|a 9781118794722
|q (e-book)
|
020 |
|
|
|a 1118794729
|q (e-book)
|
020 |
|
|
|a 9781118794760
|q (ebook)
|
020 |
|
|
|a 1118794761
|q (ebook)
|
020 |
|
|
|a 1118794753
|
020 |
|
|
|a 9781118794753
|
020 |
|
|
|z 9781118794753
|
029 |
1 |
|
|a AU@
|b 000059332663
|
029 |
1 |
|
|a DEBBG
|b BV042490509
|
029 |
1 |
|
|a DEBSZ
|b 434836885
|
029 |
1 |
|
|a GBVCP
|b 882843389
|
035 |
|
|
|a (OCoLC)889314216
|z (OCoLC)899291704
|z (OCoLC)961586577
|z (OCoLC)962645326
|z (OCoLC)1162088892
|z (OCoLC)1165258141
|z (OCoLC)1166203104
|z (OCoLC)1227636904
|z (OCoLC)1290114392
|z (OCoLC)1316666371
|
037 |
|
|
|a CL0500000521
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.8883
|b .P76 2014eb
|
082 |
0 |
4 |
|a 006.7882
|2 23
|
049 |
|
|
|a UAMI
|
245 |
0 |
0 |
|a Professional ASP. NET MVC 5 /
|c Jon Galloway [and three others].
|
264 |
|
1 |
|a Indianapolis, Indiana :
|b John Wiley & Sons, Inc.,
|c 2014.
|
264 |
|
4 |
|c ©2014
|
300 |
|
|
|a 1 online resource (622 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Wrox programmer to programmer
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
520 |
8 |
|
|a Annotation
|b ASP.NET MVC insiders cover the latest updates to the technology in this popular Wrox referenceMVC 5 is the newest update to the popular Microsoft technology that enables you to build dynamic, data-driven websites. Like previous versions, this guide shows you step-by-step techniques on using MVC to best advantage, with plenty of practical tutorials to illustrate the concepts. It covers controllers, views, and models; forms and HTML helpers; data annotation and validation; membership, authorization, and security. MVC 5, the latest version of MVC, adds sophisticated features such as single page applications, mobile optimization, and adaptive renderingA team of top Microsoft MVP experts, along with visionaries in the field, provide practical advice on basic and advanced MVC topicsCovers controllers, views, models, forms, data annotations, authorization and security, Ajax, routing, ASP.NET web API, dependency injection, unit testing, real-world application, and much moreProfessional ASP.NET MVC 5 is the comprehensive resource you need to make the best use of the updated Model-View-Controller technology.
|
505 |
0 |
|
|a Cover; Title Page; Copyright; Contents; Chapter 1 Getting Started; A Quick Introduction to ASP.NET MVC; How ASP.NET MVC Fits in with ASP.NET; The MVC Pattern; MVC as Applied to Web Frameworks; The Road to MVC 5; MVC 4 Overview; Open-Source Release; ASP.NET MVC 5 Overview; One ASP.NET; New Web Project Experience; ASP.NET Identity; Bootstrap Templates; Attribute Routing; ASP.NET Scaffolding; Authentication Filters; Filter Overrides; Installing MVC 5 and Creating Applications; Software Requirements for ASP.NET MVC 5; Installing ASP.NET MVC 5; Creating an ASP.NET MVC 5 Application
|
505 |
8 |
|
|a The New ASP.NET Project DialogThe MVC Application Structure; ASP.NET MVC and Conventions; Convention over Configuration; Conventions Simplify Communication; Summary; Chapter 2 Controllers; The Controller's Role; A Sample Application: The MVC Music Store; Controller Basics; A Simple Example: The Home Controller; Writing Your First Controller; Parameters in Controller Actions; Summary; Chapter 3 Views; The Purpose of Views; View Basics; Understanding View Conventions; Strongly Typed Views; How ViewBag Falls Short; Understanding ViewBag, ViewData, and ViewDataDictionary; View Models
|
505 |
8 |
|
|a Adding a ViewThe Razor View Engine; What Is Razor?; Code Expressions; HTML Encoding; Code Blocks; Razor Syntax Samples; Layouts; ViewStart; Specifying a Partial View; Summary; Chapter 4 Models; Modeling the Music Store; Scaffolding a Store Manager; What Is Scaffolding?; Scaffolding and the Entity Framework; Executing the Scaffolding Template; Executing the Scaffolded Code; Editing an Album; Building a Resource to Edit an Album; Responding to the Edit POST Request; Model Binding; The DefaultModelBinder; Explicit Model Binding; Summary; Chapter 5 Forms and HTML Helpers; Using Forms
|
505 |
8 |
|
|a The Action and the MethodTo GET or to POST?; HTML Helpers; Automatic Encoding; Making Helpers Do Your Bidding; Inside HTML Helpers; Setting Up the Album Edit Form; Adding Inputs; Helpers, Models, and View Data; Strongly Typed Helpers; Helpers and Model Metadata; Templated Helpers; Helpers and ModelState; Other Input Helpers; Html. Hidden; Html. Password; Html. RadioButton; Html. CheckBox; Rendering Helpers; Html. ActionLink and Html. RouteLink; URL Helpers; Html. Partial and Html. RenderPartial; Html. Action and Html. RenderAction; Summary; Chapter 6 Data Annotations and Validation
|
505 |
8 |
|
|a Annotating Orders for ValidationUsing Validation Annotations; Custom Error Messages and Localization; Looking Behind the Annotation Curtain; Controller Actions and Validation Errors; Custom Validation Logic; Custom Annotations; IValidatableObject; Display and Edit Annotations; Display; ScaffoldColumn; DisplayFormat; ReadOnly; DataType; UIHint; HiddenInput; Summary; Chapter 7 Membership, Authorization, and Security; Security: Not fun, But Incredibly Important; Using the Authorize Attribute to Require Login; Securing Controller Actions
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Web sites
|x Authoring programs.
|
650 |
|
0 |
|a Web sites
|x Computer programs.
|
650 |
|
6 |
|a Sites Web
|x Systèmes-auteur.
|
650 |
|
6 |
|a Sites Web
|x Logiciels.
|
650 |
|
7 |
|a Web sites
|x Authoring programs.
|2 fast
|0 (OCoLC)fst01173249
|
650 |
|
7 |
|a Web sites
|x Computer programs.
|2 fast
|0 (OCoLC)fst01173251
|
700 |
1 |
|
|a Galloway, Jon,
|e author.
|
700 |
1 |
|
|a Matson, David
|c (Computer software developer)
|
776 |
0 |
8 |
|i Print version:
|t Professional ASP. NET MVC 5.
|d Indianapolis, Indiana : John Wiley & Sons, Inc., ©2014
|h xxxiv, 584 pages
|z 9781118794753
|
830 |
|
0 |
|a Programmer to programmer.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781118794760/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Internet Archive
|b INAR
|n professionalaspn0000unse_w1g0
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00063825
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10896035
|
938 |
|
|
|a Recorded Books, LLC
|b RECE
|n rbeEB00595669
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11996769
|
994 |
|
|
|a 92
|b IZTAP
|