null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

ASP.NET Core in Action

List Price: $49.99
SKU:
9781617294617
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Andrew Lock
    Format:
    Paperback
    Pages:
    712
    Publisher:
    Manning (July 13, 2018)
    Language:
    English
    ISBN-13:
    9781617294617
    ISBN-10:
    1617294616
    Weight:
    42.24oz
    Dimensions:
    7.38" x 9.25" x 1.4"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    10
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    ASP.NET Core in Action is for C# developers without any web development experience who want to get started and productive fast using ASP.NET Core 2.0 to build web applications.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    The dev world has permanently embraced open platforms with flexible tooling, and ASP.NET Core has changed with it. This free, open source web framework delivers choice without compromise. You can enjoy the benefits of a mature, well-supported stack and the freedom to develop and deploy from and onto any cloud or on-prem platform.

    About the Book

    ASP.NET Core in Action opens up the world of cross-platform web development with .NET. You'll start with a crash course in .NET Core, immediately cutting the cord between ASP.NET and Windows. Then, you'll begin to build amazing web applications step by step, systematically adding essential features like logins, configuration, dependency injection, and custom components. Along the way, you'll mix in important process steps like testing, multiplatform deployment, and security.

    What's Inside
    • Covers ASP.NET Core 2.0
    • Dynamic page generation with the Razor templating engine
    • Developing ASP.NET Core apps for non-Windows servers
    • Clear, annotated examples in C#

    About the Reader

    Readers need intermediate experience with C# or a similar language.

    About the Author

    Andrew Lock has been developing professionally with ASP.NET for the last seven years. His focus is currently on the ASP.NET Core framework.

    Table of Contents

    PART 1 - GETTING STARTED WITH MVC
    1. Getting started with ASP.NET Core
    2. Your first application
    3. Handling requests with the middleware pipeline
    4. Creating web pages with MVC controllers
    5. Mapping URLs to methods using conventional routing
    6. The binding model: retrieving and validating user input
    7. Rendering HTML using Razor views
    8. Building forms with Tag Helpers
    9. Creating a Web API for mobile and client applications using MVCP


    PART 2 - BUILDING COMPLETE APPLICATIONS
    1. Service configuration with dependency injection
    2. Configuring an ASP.NET Core application
    3. Saving data with Entity Framework Core
    4. The MVC filter pipeline
    5. Authentication: adding users to your application with Identity
    6. Authorization: securing your application
    7. Publishing and deploying your application

    PART 3 - EXTENDING YOUR APPLICATIONS
    1. Monitoring and troubleshooting errors with logging
    2. Improving your application's security
    3. Building custom components
    4. Testing your application