Cantitate/Preț
Produs

Pro .NET 5 Custom Libraries: Implementing Custom .NET Data Types

Autor Roger Villela
en Limba Engleză Paperback – 26 noi 2020
Leverage .NET 5, Microsoft’s bold new cross-platform implementation, for developing your very own cross-platform custom data types and libraries for Windows, Linux, and  macOS.  
The book starts with the purpose and benefits of a custom cross-platform model of .NET data types and its architectural implementation in detail. Next, you will learn fundamental operations such as the equality and inequality operations in .NET 5, demonstrated with sample projects in C#. Implementation of comparison and sorting operations is discussed next followed by a discussion on cloning operations. Here you will learn details of overriding the clone virtual method and its implementation. Moving forward, you will understand custom formatting with specialized .NET data types in various functions and how to implement it. You will then go through .NET reference types along with developing a custom library for working with the software project. Finally, you will explore .NET5 assemblies and modules followed by their APIs. 
After reading Pro .NET 5 Custom Libraries, you will be able to work on fundamental operations for productivity and quality in your designs of .NET 5 custom data types. 
What You Will Learn
  • Work with .NET 5 assemblies
  • Work with .NET 5 modules
  • Understand the logical and physical organization of .NET 5 modules
  • Implement custom .NET reference types from scratch
  • Implement a custom .NET value type from scratch
Who This Book Is For

Software developers working on .NET and .NET Core platform.


Citește tot Restrânge

Preț: 22909 lei

Preț vechi: 28637 lei
-20% Nou

Puncte Express: 344

Preț estimativ în valută:
4385 4560$ 3674£

Carte disponibilă

Livrare economică 21 februarie-07 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484263907
ISBN-10: 1484263901
Pagini: 116
Ilustrații: XIII, 116 p. 36 illus.
Dimensiuni: 178 x 254 x 13 mm
Greutate: 0.24 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

CHAPTER 1:  .NET Platform- CHAPTER 2: .NET Custom Dara Type.- CHAPTER 3: .NET Methods, Implemention Details.- CHAPTER 4: .NET Special Members - Constructors in Managed Environment.- CHAPTER 5: "Finalizer Method", the .NET Special Member.- CHAPTER 6: .NET Manifest and Versioning for Managed Libraries.- CHAPTER 7: NET Assemblies in Managed Execution Environment

Notă biografică

Roger Villela is a software engineer and entrepreneur with almost 30 years of experience in the industry and works as an independent professional. Currently, he is focused on his work as a book author and technical educator and specializes in the inner works of orthogonal features of the following Microsoft development platforms and specialized APIs:
  • Microsoft Windows operating system base services
  • Microsoft Windows APIs architecture and engineering
  • Microsoft Universal Windows Platform (UWP)
  • Microsoft WinRT platform
  • Microsoft .NET Framework implementation of the runtime environment (CLR)
His works are based on Microsoft Windows SDK tools and libraries, Microsoft Visual Studio platform (Microsoft Windows), platform foundational APIs: architectures and engineering, and Microsoft Windows operating system using the following programming languages, extensions, and projections: 
  • C/C++
  • Assembly (Intel IA-32/Intel 64 (x64/amd64))
  • Component extensions/projections for runtimes :
  • C++/CLI
  • C++/CX
  • C++/WinRT
  • C#
  • Common Intermediate Language (MSIL) implementation for CLR platform

  • Textul de pe ultima copertă

    Leverage .NET 5, Microsoft’s bold new cross-platform implementation, for developing your very own cross-platform custom data types and libraries for Windows, Linux, and macOS.   The book starts with the purpose and benefits of a custom cross-platform model of .NET data types and its architectural implementation in detail. Next, you will learn fundamental operations such as the equality and inequality operations in .NET 5, demonstrated with sample projects in C#. Implementation of comparison and sorting operations is discussed next followed by a discussion on cloning operations. Here you will learn details of overriding the clone virtual method and its implementation. Moving forward, you will understand custom formatting with specialized .NET data types in various functions and how to implement it. You will then go through .NET reference types along with developing a custom library for working with the software project. Finally, you will explore .NET 5 assemblies and modules followed by their APIs. 
    After reading Pro .NET 5 Custom Libraries, you will be able to work on fundamental operations for productivity and quality in your designs of .NET 5 custom data types. 
    You will:
    • Work with .NET 5 assemblies
    • Work with .NET 5 modules
    • Understand the logical and physical organization of .NET 5 modules
    • Implement custom .NET reference types from scratch
    • Implement a custom .NET value type from scratch

    Caracteristici

    Consists of sample projects for each data type implementation Demonstrates implementation in C# Covers dos and don'ts of each implementation