.NET Core in Action
eBook - ePub

.NET Core in Action

  1. 288 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

.NET Core in Action

About this book

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

  • Why.NET Core?
  • Building your first.NET Core applications
  • How to build with.NET Core
  • Unit testing with xUnit
  • Working with relational databases
  • Simplify data access with object-relational mappers
  • Creating a microservice
  • Debugging
  • Performance and profiling
  • Building world-ready applications
  • Multiple frameworks and runtimes
  • Preparing for release
  • appendix A - Frameworks and runtimes
  • appendix B - xUnit command-line options
  • appendix C - What's in the.NET Standard Library?
  • appendix D - NuGet cache locations

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access .NET Core in Action by Dustin Metzgar in PDF and/or ePUB format, as well as other popular books in Computer Science & Entreprise Applications. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. .NET Core in Action
  2. Copyright
  3. Brief Table of Contents
  4. Table of Contents
  5. front matter
  6. 1. Why .NET Core?
  7. 2. Building your first .NET Core applications
  8. 3. How to build with .NET Core
  9. 4. Unit testing with xUnit
  10. 5. Working with relational databases
  11. 6. Simplify data access with object-relational mappers
  12. 7. Creating a microservice
  13. 8. Debugging
  14. 9. Performance and profiling
  15. 10. Building world-ready applications
  16. 11. Multiple frameworks and runtimes
  17. 12. Preparing for release
  18. Appendix A. Frameworks and runtimes
  19. Appendix B. xUnit command-line options
  20. Appendix C. What’s in the .NET Standard Library?
  21. Appendix D. NuGet cache locations
  22. Options for .NET command-line dotnet tool
  23. Index
  24. List of Figures
  25. List of Tables
  26. List of Listings