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

.NET Core in Action

List Price: $44.99
SKU:
9781617294273
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:
    Dustin Metzgar
    Format:
    Paperback
    Pages:
    288
    Publisher:
    Manning (August 3, 2018)
    Imprint:
    Manning
    Language:
    English
    ISBN-13:
    9781617294273
    ISBN-10:
    1617294276
    Weight:
    18.24oz
    Dimensions:
    7.38" x 9.25" x 0.7"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $44.99
    Pub Discount:
    37
    Case Pack:
    32
    As low as:
    $42.74
    Publisher Identifier:
    P-SS
    Discount Code:
    H
  • Overview

    Summary
    .NET Core in Action shows .NET developers how to build professional software applications with .NET Core. Learn how to convert existing .NET code to work on multiple platforms or how to start new projects with knowledge of the tools and capabilities of .NET Core.

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

    About the Technology
    .NET Core is an open source framework that lets you write and run .NET applications on Linux and Mac, without giving up on Windows. Built for everything from lightweight web apps to industrial-strength distributed systems, it's perfect for deploying .NET servers to any cloud platform, including AWS and GCP.

    About the Book
    .NET Core in Action introduces you to cross-platform development with .NET Core. This hands-on guide concentrates on new Core features as you walk through familiar tasks like testing, logging, data access, and networking. As you go, you'll explore modern architectures like microservices and cloud data storage, along with practical matters like performance profi ling, localization, and signing assemblies.

    What's Inside

     
    • Choosing the right tools
    • Testing, profiling, and debugging
    • Interacting with web services
    • Converting existing projects to .NET Core
    • Creating and using NuGet packages


    About the Reader
    All examples are in C#.

    About the Author
    Dustin Metzgar is a seasoned developer and architect involved in numerous .NET Core projects. Dustin works for Microsoft.

    Table of Contents

     

     
    1. Why .NET Core?
    2. Building your first .NET Core applications
    3. How to build with .NET Core
    4. Unit testing with xUnit
    5. Working with relational databases
    6. Simplify data access with object-relational mappers
    7. Creating a microservice
    8. Debugging
    9. Performance and profiling
    10. Building world-ready applications
    11. Multiple frameworks and runtimes
    12. Preparing for release
    13. appendix A - Frameworks and runtimes
    14. appendix B - xUnit command-line options
    15. appendix C - What's in the .NET Standard Library?
    16. appendix D - NuGet cache locations