Learn ASP.NET MVC

Learn ASP.NET MVC

Arnaud Weil
This is a sample of the book's content.Buy on Leanpub

Table of Contents

Learn ASP.NET MVC

  • Introduction
    • What this book is not
    • Prerequisites
    • How to read this book
    • Tools you need
    • Source code
  • 1. What is ASP.NET MVC and why use it
    • 1.1 What is it ?
    • 1.2 Why use it ?
    • 1.3 Competing technologies
  • 2. Creating our Web Site
  • 3. ASP.NET MVC inner workings
    • 3.1 Principles
    • 3.2 View
  • 4. Create an application and modify the home page
    • 4.1 Do-it-yourself 1 - Create the application
    • 4.2 Do-it-yourself 2 - Change the home page
  • 5. Razor
  • 6. Understanding ASP.NET MVC
  • 7. Typing things up
  • 8. Updating server data
    • 8.1 Action parameters
    • 8.2 Word of caution about URLs
    • 8.3 Do-it-yourself 8 - Display product details
    • 8.4 HTTP Post parameters
    • 8.5 Passing a full blown object
    • 8.6 Sit and watch - Basic product calculator
    • 8.7 Do-it-yourself 9 - Add a search box to the products list
  • 9. Updating data scenario
    • 9.1 Steps
    • 9.2 Controller
    • 9.3 Automated generation of controller and views
    • 9.4 Do-it-yourself 10 - Create the products management back-office
  • 10. Doing more with controllers and actions
  • 11. Basic security
  • 12. Going further
  • Do-it-yourself Cheat Sheet
  • Definitions
Learn ASP.NET MVC/overview

Learn ASP.NET MVC

course_overview

Fast self-teaching ASP.NET MVC 5 in a week with Visual Studio 2015.

count_chapters
begin_reading
download
p_implied_book_part_name

Learn ASP.NET MVC15 chapters

Begin ›
  1. Introduction

  2. 1. What is ASP.NET MVC and why use it

  3. 2. Creating our Web Site

  4. 3. ASP.NET MVC inner workings

  5. 4. Create an application and modify the home page

  6. 5. Razor

  7. 6. Understanding ASP.NET MVC

  8. 7. Typing things up

  9. 8. Updating server data

  10. 9. Updating data scenario

  11. 10. Doing more with controllers and actions

  12. 11. Basic security

  13. 12. Going further

  14. Do-it-yourself Cheat Sheet

  15. Definitions