دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: [1 ed.]
نویسندگان: Roger Villela
سری:
ISBN (شابک) : 1484258711, 9781484258712
ناشر: Apress
سال نشر: 2020
تعداد صفحات: 174
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 7 Mb
در صورت تبدیل فایل کتاب Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب درک System.IO برای NET Core 3: پیاده سازی ابزارهای داخلی و تجاری نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
از API های .NET در System.IO برای دستیابی به عملیات اساسی ورودی/خروجی و تولید نرم افزار با کیفیت بهتر بهره کامل ببرید.
شما با اصول اولیه ایجاد یک کتابخانه سفارشی NET Core برای System.IO شروع خواهید کرد. شما با هدف و مزایای یک کتابخانه کراس پلتفرم دات نت Core به همراه معماری پیاده سازی اجزای کتابخانه سفارشی آشنا خواهید شد. با حرکت رو به جلو، یاد خواهید گرفت که چگونه از API های دات نت System.IO برای به دست آوردن اطلاعات در مورد منابع استفاده کنید. در اینجا، درایوها، دایرکتوریها، فایلها و موارد دیگر را در NET API مرور خواهید کرد.
شما در مورد دستکاری منابع و محیط بحث خواهید کرد، جایی که یاد خواهید گرفت که چگونه اقدامات سفارشی IO را برای دستکاری منابع و به دنبال ویژگی ها و امنیت آن بسازید. در مرحله بعد، عملیات ویژه NET API را با System.IO همراه با نمایش هایی در مورد کار با مجموعه منابع، فهرست ها، فایل ها و اطلاعات سیستم خواهید آموخت. در نهایت، جریانهای مدیریتشده و مدیریتنشده در NET API مانند جریان حافظه، جریان فایل و موارد دیگر را مرور خواهید کرد.
پس از خواندن درک System.IO برای NET Core 3 ، میتوانید با ویژگیهای مختلف .System.IO در NET Core کار کنید و ابزارهای داخلی و تجاری آن را برای سناریوهای مختلف ورودی/خروجی پیادهسازی کنید.چه خواهید آموخت
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.What You Will Learn
Table of Contents About the Author About the Technical Reviewer Acknowledgments Introduction Chapter 1: About .NET Core Acronyms .NET Core Platform Target Framework Moniker Creating the RVJ.IO Library for .NET Core Using Microsoft Visual Studio 2019 Summary Dos Don’ts Chapter 2: Overview of Architecture for Implementation RVJ.IO Custom Library and the Architecture for Implementation Encapsulating Data Types Summary Dos Don’ts Chapter 3: Custom Data Types for a Custom Library Purpose of Custom Data Types Working with Custom Data Types for Stream Data Types Using C++/CLI Projection and .NET Core Summary Dos Don’ts Chapter 4: Custom Collections for a Custom Library Overview Fundamental Set of .NET Data Types for Collections in BCL Non-Generic–Based Custom Collections Generic-Based Custom Collections Iteration Over Collections About IEnumerableand IEnumerable Interfaces Iteration Over a Collection, the Enumerator Pattern The Engineering About for…each and Collections Summary Dos Don’t Chapter 5: Custom Collections - About C++ Templates and .NET Generics Working with C++ Templates – Welcome, Everyone Templates and Encapsulating Knowledge Fundamental Data Types The Idea of a Template in Software Development Activities Chapter 6: Unmanaged .NET Data Types and System.IO Unmanaged .NET Data Types and System.IO System.IO.UnmanagedMemoryStream .NET Data Type As an Example Index