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...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2020.
|
Edición: | 1st ed. 2020. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630952606719 |
Tabla de Contenidos:
- 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.