𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

.NET Core in action

✍ Scribed by Dustin Metzgar


Publisher
Manning Publications
Year
2018
Tongue
English
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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.

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.

    ✦ Subjects


    Microsoft .NET Framework.;Application software -- Development.


    πŸ“œ SIMILAR VOLUMES


    .Net Core in Action
    ✍ Dustin Metzgar πŸ“‚ Library πŸ“… 2018 πŸ› Manning Publications 🌐 English

    .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. About the Technology .NET Core i

    ASP.NET Core in Action
    ✍ Andrew Lock πŸ“‚ Library πŸ“… 2021 πŸ› Manning 🌐 English

    Fully updated to ASP.NET 5.0, ASP.NET Core in Action, Second Edition is a hands-on primer to building cross-platform web applications with your C# and .NET skills. Even if you've never worked with ASP.NET you'll start creating productive cross-platform web apps fast. And don’t worry about late-break

    ASP.NET Core in Action
    ✍ Andrew Lock πŸ“‚ Library πŸ“… 2023 πŸ› Manning Publications 🌐 English

    Build professional-grade full-stack web applications using C# and ASP.NET Core. In ASP.NET Core in Action, Third Edition you’ll learn how to: β€’ Build minimal APIs for serving JSON to client-side applications β€’ Create dynamic, server-side rendered applications using Razor Pages β€’ User authentic