• Complain

Dustin Metzgar - .NET Core in action

Here you can read online Dustin Metzgar - .NET Core in action full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Manning Publications, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Dustin Metzgar .NET Core in action
  • Book:
    .NET Core in action
  • Author:
  • Publisher:
    Manning Publications
  • Genre:
  • Year:
    2018
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

.NET Core in action: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book ".NET Core in action" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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, its 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, youll explore
modern architectures like microservices and cloud data storage,
along with practical matters like performance profi ling,
localization, and signing assemblies.

Whats 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.

    Dustin Metzgar: author's other books


    Who wrote .NET Core in action? Find out the surname, the name of the author of the book and a list of all author's works by series.

    .NET Core in action — read online for free the complete book (whole text) full work

    Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book ".NET Core in action" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make
    .NET Core in Action
    Dustin Metzgar

    NET Core in action - image 1

    Copyright

    For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher offers discounts on this book when ordered in quantity. For more information, please contact

    Special Sales Department Manning Publications Co. 20 Baldwin Road PO Box 761 Shelter Island, NY 11964 Email: orders@manning.com

    2018 by Manning Publications Co. All rights reserved.

    No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher.

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.

    Picture 2 Recognizing the importance of preserving what has been written, it is Mannings policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine.

    Picture 3Manning Publications Co.20 Baldwin RoadPO Box 761Shelter Island, NY 11964
    Development editors: Cynthia Kane, Kristen WattersonReview editor: Aleksandar DragosavljeviTechnical development editor: Mike ShepardProject manager: Kevin SullivanCopyeditor: Andy CarrollProofreader: Melody DolabTechnical proofreader: Ricardo PeresTypesetter and cover designer: Marija TudorIllustrator: Chuck Larson

    ISBN 9781617294273

    Printed in the United States of America

    1 2 3 4 5 6 7 8 9 10 DP 23 22 21 20 19 18

    Brief Table of Contents
    Table of Contents
    Foreword

    .NET Core is what weve always asked for as .NET developers: an open source, fast, and portable runtime for C#, VB, F#, and more. The book youre holding is a great on-ramp to the world of .NET and .NET Core. Youll learn the why, what, and how of building systems on this new platform. Youll utilize a host of open source libraries to test your code, access databases, build microservices, and ultimately go live! Youll also learn how to debug and profile real code in the real world with practical tips and a pragmatic perspective.

    .NET Core brings the Common Language Runtime not just to Windows, but also to Mac, Linux, and beyond. You can run .NET Core in a Docker container on an ARM-based Raspberry Pi if it makes you happy! You can code against the .NET Standard and create libraries that can be shared among all these platforms as well as iOS, Android, and even an Apple Watch.

    .NET Core is yours and mine, and Im thrilled youre joining us on this adventure. The .NET community has rallied alongside .NET Core like nothing weve seen before in the Microsoft development community. Over half the pull requests for the .NET Core framework come from outside Microsoft! You can run .NET Core apps in Azure, Amazon, Google, and more. Large-scale open source container orchestrators such as Kubernetes can build sophisticated hybrid systems that include all the languages that make you productiveall running side by side on the OS of your choice.

    S COTT H ANSELMAN
    P RINCIPAL P ROGRAM M ANAGER , .NET, M ICROSOFT

    Preface

    Software developers keep learning throughout their careers. Its part of the appeal of the field. The more I learn, the more I discover how much I dont know (the known unknown). The times when I learned the most were the times when an unknown unknown became a known unknownwhen a whole category of development was revealed to me that I hadnt heard of before. Subjects such as performance profiling and localization never even occurred to me when I started out. Yet they have an important role in professional software development.

    With so much information available through blogs, tweets, Stack Overflow, conferences, and online documentation, some may wonder if physical books can still be relevant, especially with a subject like .NET Core, where the book may be outdated by the time it reaches print. I believe the true value of a book, what gives it lasting impact, is the revelation of the unknown unknown to the reader. The book should cause you to ask questions you havent asked before and provide new context and ways to process the avalanche of information out there on a particular topic.

    While this book is about .NET Core, a lot of the concepts have been part of the .NET Framework for years. By opening .NET Core to other platforms, Microsoft hopes to reach a new audience of developers. Im fortunate enough to be in the right place at the right time to write a book that introduces not only .NET Core but also some important aspects of software engineering and how theyre accomplished in the .NET ecosystem. Its my goal with this book to make you a better developer and pique your curiosity about aspects of software engineering you may not have thought about before.

    A significant portion of my career has been spent on .NET. My introduction to .NET happened while I was working as a consultant for enterprise resource planning (ERP) systems. A salesman for the consulting company didnt know (or care) that our web ERP portal product was written in Java. The customer liked the portal but wanted to customize it and to use .NET. We worked to rebuild the portal in .NET in a few months and collaborated with the customers development team on their customizations. That turned out to be my favorite consulting job. Years later, I was fortunate enough to be hired by Microsoft and work on the .NET Framework itself. I got to work with many talented developers and wrote code now used by countless applications.

    When .NET Core started, I was excited about its potential and got involved early. An editor at Manning saw some of my early work and gave me the opportunity to submit a proposal and table of contents. Id always wanted to write a book, so I jumped at the chance. It takes a special kind of navet to think you have time to write a book after the birth of a child and after taking a larger lead role at work. Not only that, but .NET Core was a moving target in the beginning, which resulted in my having to throw out or rewrite finished chapters and parts of the table of contents.

    This book took way longer to write than I expected. But I learned a lot along the way, and Im pleased with the result. Im also proud that I was able to deliver most of the ambitious table of contents I originally planned. I hope you finish this book not only with the ability to write and publish libraries and applications in .NET Core, but also with a desire to learn more.

    Acknowledgments

    This book wouldnt have been possible without the support of my wife, Sherry. Our son is a handful sometimes, so I really appreciate you giving me time to write. I doubt I would have finished without your encouragement.

    Thanks also to the editors at Manning who kept the bar high and helped me write the book I wanted to write: Kristen Watterson, for guiding me to production; Cynthia Kane, for helping me through writing most of the manuscript; Mark Renfrow, for getting me to my first MEAP release; and Greg Wild, for giving me the chance to write this book and some useful advice along the way.

    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «.NET Core in action»

    Look at similar books to .NET Core in action. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


    Reviews about «.NET Core in action»

    Discussion, reviews of the book .NET Core in action and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.