• Complain

Roger Villela - Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools

Here you can read online Roger Villela - Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: Apress, 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.

Roger Villela Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools
  • Book:
    Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2020
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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

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

What You Will 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

Who This BookIsFor
Developers with prior experience of working in .NET or .NET Core.

Roger Villela: author's other books


Who wrote Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools? Find out the surname, the name of the author of the book and a list of all author's works by series.

Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools — 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 "Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools" 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
Contents
Landmarks
Roger Villela Understanding SystemIO for NET Core 3 Implementing Internal - photo 1
Roger Villela
Understanding System.IO for .NET Core 3
Implementing Internal and Commercial Tools
Roger Villela So Paulo So Paulo Brazil Any source code or other - photo 2
Roger Villela
So Paulo, So Paulo, Brazil

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/978-1-4842-5871-2 . For more detailed information, please visit www.apress.com/source-code .

ISBN 978-1-4842-5871-2 e-ISBN 978-1-4842-5872-9
https://doi.org/10.1007/978-1-4842-5872-9
Roger Villela 2020
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.

This book is dedicated to my mother,

Marina Roel de Oliveira ()

January 14, 1952 to March 17, 2017 ()

Introduction

Working with software engineering is a challenge and a pleasure.

This book shows the reader how to take full advantage of the .NET APIs in System.IO in order to achieve fundamental I/O operations and produce better quality software.

The book starts 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. Manipulation of resources and environment is discussed, and you will learn how to build custom I/O actions for resource manipulation followed by its properties and security. Next, you will learn special .NET APIs operations with System.IO via demonstrations of working with a collection of resources, directories, files, and system information. Towards the end, you will go through the managed and unmanaged streams in the .NET API such as the memory stream, file stream, and much more.

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

The Common Language Runtime (CLR), foundational libraries, and specialized libraries are organized in various components and technologies that use resources and features of System.IO .NET data types, and the coordination presents many challenges to the managed execution environment. The C# programming language is used to show important aspects of the behaviors of the resources and features of System.IO libraries, and it should be considered as part of your day-by-day too, as engineering practices.

Acknowledgments

First, I would like to thank the people on the Apress team who worked with me on this book: Smriti Srivastava (Acquisitions Editor), Shrikant Vishwakarma (Coordinating Editor), Matthew Moodie (Development Editor), Welmoed Spahr (Managing Director), and Carsten Thomsen (Technical Reviewer). It was a pleasure and an honor work with such a highly professional team.

Thanks to my parents and a special thanks to my dad, Gilberto, and my two brothers, Eder and Marlos, and my sister-in-law Janana, and my nephew Gabriel, and my nieces Lvia and Rafaela.

Special thanks to my cousin Ariadne Villela.

I would also like to thank my professional colleagues and friends who worked with me through these years.

Table of Contents
About the Author
Roger Villela
is a software engineer and entrepreneur with almost 30 years of experience in - photo 3
is a software engineer and entrepreneur with almost 30 years of experience in the industry. He works as an independent professional. Currently, he is focused on his work as a book author and technical educator. He specializes in the inner works of orthogonal features of the following Microsoft development platforms:
  • Microsoft Windows base services

  • Microsoft Universal Windows Platform (UWP)

  • Microsoft WinRT

  • Microsoft .NET Framework implementation of the runtime environment (CLR)

His work is based on Microsoft Visual Studio (Microsoft Windows) using the following programming languages, extensions, and projections:
  • C/C++

  • Assembly (Intel IA-32/Intel 64 (x64/amd64))

  • Component extensions for runtimes (C++/CLI and C++/CX)

About the Technical Reviewer
Carsten Thomsen
is primarily a back-end developer but he works with smaller front-end bits as - photo 4

is primarily a back-end developer, but he works with smaller front-end bits as well. He has authored and reviewed a number of books and created numerous Microsoft Learning courses, all to do with software development. He works as a freelancer/contractor in various countries in Europe using Azure, Visual Studio, Azure DevOps, and GitHub. among other tools. Hes an exceptional troubleshooter and is adept at asking the right questions, including the less logical ones, in a most-logical-to-least-logical fashion. He also enjoys architecture, research, analysis, development, testing, and bug fixing. Carsten is a very good communicator with great mentoring and team-lead skills; he also has great skills in researching and presenting new material.

Roger Villela 2020
R. Villela Understanding System.IO for .NET Core 3 https://doi.org/10.1007/978-1-4842-5872-9_1
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools»

Look at similar books to Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools. 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 «Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools»

Discussion, reviews of the book Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools 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.