Understanding System.IO for .NET Core 3 Implementing Internal and Commercial Tools

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

Full description

Bibliographic Details
Main Author: Villela, Roger
Format: eBook
Language:English
Published: Berkeley, CA Apress 2020, 2020
Edition:1st ed. 2020
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • Chapter 1 – About .NET Core
  • Chapter 2 – Overview of Architecture for Implementation
  • Chapter 3 – Custom Data Types for a Custom Library
  • Chapter 4 – Custom Collections for a Custom Library
  • Chapter 5 – Custom Collections – About C++ Templates, and .NET Generics
  • Chapter 6 - Unmanaged data types and System.IO.