Professional ASP.NET MVC 2 [[electronic resource] /] / Jon Galloway ... [et al.] |
Autore | Galloway Jon |
Edizione | [1st edition] |
Pubbl/distr/stampa | Indianapolis, Ind., : Wiley Pub., Inc., 2010 |
Descrizione fisica | 1 online resource (554 p.) |
Disciplina | 006.76 |
Collana | Wrox programmer to programmer |
Soggetto topico |
Microsoft .NET Framework
Web site development Software patterns |
Soggetto genere / forma | Electronic books. |
ISBN |
1-282-64328-2
9786612643286 0-470-90807-6 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto | ASP.NET MVC 2.0; Introduction; NerdDinner; Model-View-Controller and ASP.NET; ASP.NET > ASP.NET MVC; Routes and URLs; Controllers; Views; AJAX; Filters; Securing Your Application; Test Driven Development with ASP.NET MVC; Testable Design Patterns; Best of Both Worlds: Web Forms and MVC Together; What's New in ASP.NET MVC 2; Index |
Record Nr. | UNINA-9910458376603321 |
Galloway Jon | ||
Indianapolis, Ind., : Wiley Pub., Inc., 2010 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Professional ASP.NET MVC 2 [[electronic resource] /] / Jon Galloway ... [et al.] |
Autore | Galloway Jon |
Edizione | [1st edition] |
Pubbl/distr/stampa | Indianapolis, Ind., : Wiley Pub., Inc., 2010 |
Descrizione fisica | 1 online resource (554 p.) |
Disciplina | 006.76 |
Altri autori (Persone) | GallowayJon |
Collana | Wrox programmer to programmer |
Soggetto topico |
Microsoft .NET Framework
Web site development Software patterns |
ISBN |
0-470-90861-0
1-282-64328-2 9786612643286 0-470-90807-6 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto | ASP.NET MVC 2.0; Introduction; NerdDinner; Model-View-Controller and ASP.NET; ASP.NET > ASP.NET MVC; Routes and URLs; Controllers; Views; AJAX; Filters; Securing Your Application; Test Driven Development with ASP.NET MVC; Testable Design Patterns; Best of Both Worlds: Web Forms and MVC Together; What's New in ASP.NET MVC 2; Index |
Record Nr. | UNINA-9910791369703321 |
Galloway Jon | ||
Indianapolis, Ind., : Wiley Pub., Inc., 2010 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Professional ASP.NET MVC 2 [[electronic resource] /] / Jon Galloway ... [et al.] |
Autore | Galloway Jon |
Edizione | [1st edition] |
Pubbl/distr/stampa | Indianapolis, Ind., : Wiley Pub., Inc., 2010 |
Descrizione fisica | 1 online resource (554 p.) |
Disciplina | 006.76 |
Altri autori (Persone) | GallowayJon |
Collana | Wrox programmer to programmer |
Soggetto topico |
Microsoft .NET Framework
Web site development Software patterns |
ISBN |
0-470-90861-0
1-282-64328-2 9786612643286 0-470-90807-6 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto | ASP.NET MVC 2.0; Introduction; NerdDinner; Model-View-Controller and ASP.NET; ASP.NET > ASP.NET MVC; Routes and URLs; Controllers; Views; AJAX; Filters; Securing Your Application; Test Driven Development with ASP.NET MVC; Testable Design Patterns; Best of Both Worlds: Web Forms and MVC Together; What's New in ASP.NET MVC 2; Index |
Record Nr. | UNINA-9910816251703321 |
Galloway Jon | ||
Indianapolis, Ind., : Wiley Pub., Inc., 2010 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Professional ASP.NET MVC 3 [[electronic resource] /] / Jon Galloway ... [et al.] |
Autore | Galloway Jon |
Edizione | [1st edition] |
Pubbl/distr/stampa | Indianapolis, Ind., : John Wiley & Sons, Inc., 2011 |
Descrizione fisica | 1 online resource (433 p.) |
Disciplina | 006.7882 |
Collana | Wrox programmer to programmer |
Soggetto topico |
Microsoft .NET Framework
Internet programming |
Soggetto genere / forma | Electronic books. |
ISBN |
1-283-20436-3
9786613204363 1-118-15535-1 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Professional Asp.Net Mvc 3; 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 3; ASP.NET MVC 1 Overview; ASP.NET MVC 2 Overview; ASP.NET MVC 3 Overview; Razor View Engine; Validation Improvements; .NET 4 Data Annotation Support; Streamlined Validation with Improved Model Validation; Rich JavaScript Support; Unobtrusive JavaScript; jQuery Validation; JSON Binding; Advanced Features; Dependency Resolution; Global Action Filters
MVC 3 Feature Summary: Easier at All Levels Creating an MVC 3 Application; Software Requirements for ASP.NET MVC 3; Installing ASP.NET MVC 3; Installing the MVC 3 Development Components; Installing MVC 3 on a Server; Creating an ASP.NET MVC 3 Application; The New ASP.NET MVC 3 Dialog; Application Templates; View Engines; Testing; Understanding the MVC Application Structure; ASP.NET MVC and Conventions; Convention over Configuration; Conventions Simplify Communication; Summary; Chapter 2: Controllers; The Controller's Role; A Brief History of Controllers A Sample Application: The MVC Music Store Controller Basics; A Simple Example: The Home Controller; Writing Your First (Outrageously Simple) Controller; Creating the New Controller; Writing Your Action Methods; A Few Quick Observations; Parameters in Controller Actions; Summary; Chapter 3: Views; What a View Does; Specifying a View; Strongly Typed Views; View Models; Adding a View; Understanding the Add View Dialog Options; Customizing the T4 View Templates; Razor View Engine; What is Razor?; Code Expressions; Html Encoding; Code Blocks; Razor Syntax Samples; Implicit Code Expression Explicit Code Expression Unencoded Code Expression; Code Block; Combining Text and Markup; Mixing Code and Plain Text; Escaping the Code Delimiter; Server Side Comment; Calling a Generic Method; Layouts; ViewStart; Specifying a Partial View; The View Engine; Configuring a View Engine; Finding a View; The View Itself; Alternative View Engines; New View Engine or New Action Result?; Summary; Chapter 4: Models; Modeling the Music Store; Scaffolding a Store Manager; What Is Scaffolding?; Empty Controller; Controller with Empty Read/Write Actions Controller with Read/Write Actions and Views, Using Entity Framework Scaffolding and the Entity Framework; Code First Conventions; The DbContext; Executing the Scaffolding Template; The Data Context; The StoreManagerController; The Views; Executing the Scaffolded Code; Creating Databases with the Entity Framework; Using Database Initializers; Seeding a Database; Editing an Album; Building a Resource to Edit an Album; Models and View Models Redux; The Edit View; Responding to the Edit POST Request; The Edit Happy Path; The Edit Sad Path; Model Binding; The DefaultModelBinder A Word on Model Binding Security |
Record Nr. | UNINA-9910456980203321 |
Galloway Jon | ||
Indianapolis, Ind., : John Wiley & Sons, Inc., 2011 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Professional ASP.NET MVC 3 [[electronic resource] /] / Jon Galloway ... [et al.] |
Autore | Galloway Jon |
Edizione | [1st edition] |
Pubbl/distr/stampa | Indianapolis, Ind., : John Wiley & Sons, Inc., 2011 |
Descrizione fisica | 1 online resource (433 p.) |
Disciplina | 006.7882 |
Collana | Wrox programmer to programmer |
Soggetto topico |
Microsoft .NET Framework
Internet programming |
ISBN |
1-283-20436-3
9786613204363 1-118-15535-1 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Professional Asp.Net Mvc 3; 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 3; ASP.NET MVC 1 Overview; ASP.NET MVC 2 Overview; ASP.NET MVC 3 Overview; Razor View Engine; Validation Improvements; .NET 4 Data Annotation Support; Streamlined Validation with Improved Model Validation; Rich JavaScript Support; Unobtrusive JavaScript; jQuery Validation; JSON Binding; Advanced Features; Dependency Resolution; Global Action Filters
MVC 3 Feature Summary: Easier at All Levels Creating an MVC 3 Application; Software Requirements for ASP.NET MVC 3; Installing ASP.NET MVC 3; Installing the MVC 3 Development Components; Installing MVC 3 on a Server; Creating an ASP.NET MVC 3 Application; The New ASP.NET MVC 3 Dialog; Application Templates; View Engines; Testing; Understanding the MVC Application Structure; ASP.NET MVC and Conventions; Convention over Configuration; Conventions Simplify Communication; Summary; Chapter 2: Controllers; The Controller's Role; A Brief History of Controllers A Sample Application: The MVC Music Store Controller Basics; A Simple Example: The Home Controller; Writing Your First (Outrageously Simple) Controller; Creating the New Controller; Writing Your Action Methods; A Few Quick Observations; Parameters in Controller Actions; Summary; Chapter 3: Views; What a View Does; Specifying a View; Strongly Typed Views; View Models; Adding a View; Understanding the Add View Dialog Options; Customizing the T4 View Templates; Razor View Engine; What is Razor?; Code Expressions; Html Encoding; Code Blocks; Razor Syntax Samples; Implicit Code Expression Explicit Code Expression Unencoded Code Expression; Code Block; Combining Text and Markup; Mixing Code and Plain Text; Escaping the Code Delimiter; Server Side Comment; Calling a Generic Method; Layouts; ViewStart; Specifying a Partial View; The View Engine; Configuring a View Engine; Finding a View; The View Itself; Alternative View Engines; New View Engine or New Action Result?; Summary; Chapter 4: Models; Modeling the Music Store; Scaffolding a Store Manager; What Is Scaffolding?; Empty Controller; Controller with Empty Read/Write Actions Controller with Read/Write Actions and Views, Using Entity Framework Scaffolding and the Entity Framework; Code First Conventions; The DbContext; Executing the Scaffolding Template; The Data Context; The StoreManagerController; The Views; Executing the Scaffolded Code; Creating Databases with the Entity Framework; Using Database Initializers; Seeding a Database; Editing an Album; Building a Resource to Edit an Album; Models and View Models Redux; The Edit View; Responding to the Edit POST Request; The Edit Happy Path; The Edit Sad Path; Model Binding; The DefaultModelBinder A Word on Model Binding Security |
Record Nr. | UNINA-9910781503003321 |
Galloway Jon | ||
Indianapolis, Ind., : John Wiley & Sons, Inc., 2011 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Professional ASP.NET MVC 3 / / Jon Galloway ... [et al.] |
Autore | Galloway Jon |
Edizione | [1st edition] |
Pubbl/distr/stampa | Indianapolis, Ind., : John Wiley & Sons, Inc., 2011 |
Descrizione fisica | 1 online resource (433 p.) |
Disciplina | 006.7882 |
Collana | Wrox programmer to programmer |
Soggetto topico |
Microsoft .NET Framework
Internet programming |
ISBN |
1-283-20436-3
9786613204363 1-118-15535-1 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Professional Asp.Net Mvc 3; 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 3; ASP.NET MVC 1 Overview; ASP.NET MVC 2 Overview; ASP.NET MVC 3 Overview; Razor View Engine; Validation Improvements; .NET 4 Data Annotation Support; Streamlined Validation with Improved Model Validation; Rich JavaScript Support; Unobtrusive JavaScript; jQuery Validation; JSON Binding; Advanced Features; Dependency Resolution; Global Action Filters
MVC 3 Feature Summary: Easier at All Levels Creating an MVC 3 Application; Software Requirements for ASP.NET MVC 3; Installing ASP.NET MVC 3; Installing the MVC 3 Development Components; Installing MVC 3 on a Server; Creating an ASP.NET MVC 3 Application; The New ASP.NET MVC 3 Dialog; Application Templates; View Engines; Testing; Understanding the MVC Application Structure; ASP.NET MVC and Conventions; Convention over Configuration; Conventions Simplify Communication; Summary; Chapter 2: Controllers; The Controller's Role; A Brief History of Controllers A Sample Application: The MVC Music Store Controller Basics; A Simple Example: The Home Controller; Writing Your First (Outrageously Simple) Controller; Creating the New Controller; Writing Your Action Methods; A Few Quick Observations; Parameters in Controller Actions; Summary; Chapter 3: Views; What a View Does; Specifying a View; Strongly Typed Views; View Models; Adding a View; Understanding the Add View Dialog Options; Customizing the T4 View Templates; Razor View Engine; What is Razor?; Code Expressions; Html Encoding; Code Blocks; Razor Syntax Samples; Implicit Code Expression Explicit Code Expression Unencoded Code Expression; Code Block; Combining Text and Markup; Mixing Code and Plain Text; Escaping the Code Delimiter; Server Side Comment; Calling a Generic Method; Layouts; ViewStart; Specifying a Partial View; The View Engine; Configuring a View Engine; Finding a View; The View Itself; Alternative View Engines; New View Engine or New Action Result?; Summary; Chapter 4: Models; Modeling the Music Store; Scaffolding a Store Manager; What Is Scaffolding?; Empty Controller; Controller with Empty Read/Write Actions Controller with Read/Write Actions and Views, Using Entity Framework Scaffolding and the Entity Framework; Code First Conventions; The DbContext; Executing the Scaffolding Template; The Data Context; The StoreManagerController; The Views; Executing the Scaffolded Code; Creating Databases with the Entity Framework; Using Database Initializers; Seeding a Database; Editing an Album; Building a Resource to Edit an Album; Models and View Models Redux; The Edit View; Responding to the Edit POST Request; The Edit Happy Path; The Edit Sad Path; Model Binding; The DefaultModelBinder A Word on Model Binding Security |
Altri titoli varianti | Professional ASP.NET MVC Three |
Record Nr. | UNINA-9910822171603321 |
Galloway Jon | ||
Indianapolis, Ind., : John Wiley & Sons, Inc., 2011 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Professional ASP.NET MVC 5 |
Autore | Galloway Jon |
Pubbl/distr/stampa | Hoboken : , : Wiley, , 2014 |
Descrizione fisica | 1 online resource (622 pages) |
Disciplina | 005.146 |
Altri autori (Persone) |
WilsonBrad
AllenK. Scott MatsonDavid |
Soggetto topico |
Computer science
Internet programming |
Soggetto genere / forma | Electronic books. |
ISBN | 1-118-79472-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
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
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 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 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 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 How AuthorizeAttribute Works with Forms Authentication and the AccountController |
Record Nr. | UNINA-9910464498003321 |
Galloway Jon | ||
Hoboken : , : Wiley, , 2014 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Professional ASP.NET MVC 5 |
Autore | Galloway Jon |
Pubbl/distr/stampa | Hoboken : , : Wiley, , 2014 |
Descrizione fisica | 1 online resource (622 pages) |
Disciplina | 005.146 |
Altri autori (Persone) |
WilsonBrad
AllenK. Scott MatsonDavid |
Soggetto topico |
Computer science
Internet programming |
ISBN | 1-118-79472-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
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
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 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 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 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 How AuthorizeAttribute Works with Forms Authentication and the AccountController |
Record Nr. | UNINA-9910786636003321 |
Galloway Jon | ||
Hoboken : , : Wiley, , 2014 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Professional ASP.NET MVC 5 |
Autore | Galloway Jon |
Pubbl/distr/stampa | Hoboken : , : Wiley, , 2014 |
Descrizione fisica | 1 online resource (622 pages) |
Disciplina | 005.146 |
Altri autori (Persone) |
WilsonBrad
AllenK. Scott MatsonDavid |
Soggetto topico |
Computer science
Internet programming |
ISBN | 1-118-79472-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
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
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 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 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 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 How AuthorizeAttribute Works with Forms Authentication and the AccountController |
Record Nr. | UNINA-9910816452303321 |
Galloway Jon | ||
Hoboken : , : Wiley, , 2014 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|