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

Full description

Bibliographic Details
Main Author: Villela, Roger
Format: eBook
Language:English
Published: Berkeley, CA Apress 2020
Subjects:
Online Access:
Collection: O'Reilly - 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.