Apress | Understanding System.IO For .NET Core3: Implementing Internal And Commercial Tools (2020 EN)

Discussion in 'Computing' started by Kanka, Aug 16, 2020.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,047
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Author: Roger Villela
    Full Title: Understanding System.IO For .NET Core3: Implementing Internal And Commercial Tools
    Publisher: Apress; 1st ed. edition (September 20, 2020)
    Year: 2020
    ISBN-13: 9781484258729 (978-1-4842-5872-9), 9781484258712 (978-1-4842-5871-2)
    ISBN-10: 148425872X, 1484258711
    Pages: 174
    Language: English
    Genre: Educational: Microsoft .NET
    File type: EPUB (True), PDF (True), Code Files
    Quality: 10/10
    Price: 37.44 €


    Take full advantage of the .NET APIs in System.IO to achieve fundamental I/O operations and produce better quality software.

    You’ll start with the basics of creating a .NET Core custom library for System.IO. You will learn the purpose and benefits of a custom cross-platform .NET Core library along with the implementation architecture of the custom library components. Moving forward, you will learn how to use the .NET APIs of System.IO for getting information about resources. Here, you will go through drives, directories, files, and much more in the .NET API.

    You’ll discuss manipulation of resources and the environment, where you will learn how to build custom IO actions for resource manipulation followed by its properties and security. Next, you will learn special .NET API operations with System.IO with demonstrations on working with collection of resources, directories, files, and system information. Finally, you will go through the managed and unmanaged streams in the .NET API such as memory stream, file stream, and much more.

    After reading Understanding System.IO for .NET Core 3, you will be able to work with different features of .System.IO in .NET Core and implement its internal and commercial tools for different I/O scenarios.


    Learn:
    ✓ Discover the inner workings of the System.IO BCL implementation on the .NET Core platform
    ✓ Work with System.IO mechanisms available through the .NET Core platform
    ✓ Write a custom library that encapsulates .NET APIs from System.IO
    ✓ Design and implement various tools in System.IO

    Features:
    ✓ Contains C# source code for each System.IO mechanism
    ✓ Covers custom library functions that can be used on Microsoft Windows, Linux, and Apple macOS
    ✓ Contains examples for cross-platform Base Class Library and System.IO

    Who This Book Is For:
    Developers with prior experience of working in .NET or .NET Core.

    -------------