Cart
Free Shipping in Australia
Proud to be B-Corp

Pro .NET 5 Custom Libraries Roger Villela

Pro .NET 5 Custom Libraries By Roger Villela

Pro .NET 5 Custom Libraries by Roger Villela


$113.59
Condition - New
Only 2 left

Summary

Intermediate to Advance

Pro .NET 5 Custom Libraries Summary

Pro .NET 5 Custom Libraries: Implementing Custom .NET Data Types by Roger Villela

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.

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.

About Roger Villela

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
  • Table of Contents

    CHAPTER 1: Implementing A Custom .NET Data Type From Scratch.

    CHAPTER GOAL: In this chapter we will learn about the purpose and benefits of a custom cross-platform model of .NET data type, and about the implementation architecture in custom libraries.

    NO OF PAGES: 50-90

    SUB - TOPICS

    1. Acronym's.

    2. Architecture for implementation.

    3. Logical Organization.

    4. Data structures.

    5. Deriving from System.Object:

    1. Constructors.

    2. Implementing ReferenceEquals static method.

    3. Overriding ToString virtual method.

    4. Overriding Clone virtual method - first steps.

    5. Implementing MemberwiseClone protected method - first steps.

    6. Implementing others inherited methods.

    7. Destructors.

    6. Sample projects

    C# programming language.

    Custom Libraries.

    7. Do's and Don'ts.

    CHAPTER 2: Implementing Equality and Inequality.

    CHAPTER GOAL: In this chapter we will learn about the implementation of equality and inequality operations.

    NO OF PAGES: 50-90

    SUB - TOPICS

    1. Acronym's.

    2. Overriding Equals virtual method.

    3. Implementing the required operators.

    4. Implementing System.IEquatable interface.

    5. Sample projects

    C# programming language.

    Custom Libraries.

    6. Do's and Don'ts.

    CHAPTER 3: Implementing comparison and sorting.

    CHAPTER GOAL: In this chapter we will learn about the implementation of comparison and sorting operations.

    NO OF PAGES: 50-90

    SUB - TOPICS

    1. Acronym's.

    2. Implementing System.IComparable and System.IComparable interfaces.

    3. Implementing the required operators.

    4. Sample projects

    C# programming language.

    Custom Libraries.

    5. Do's and Don'ts.

    CHAPTER 4: Implementing cloning operation.

    CHAPTER GOAL: In this chapter we will learn about the implementation of cloning operation.

    NO OF PAGES: 50-90

    SUB - TOPICS

    1. Acronym's.

    2. Working with clone operation.

    3. Overriding Clone virtual method - Details.

    4. Implementing MemberwiseClone protected method - Details.

    5. Sample projects

    C# programming language.

    Custom Libraries.

    6. Do's and Don'ts.

    CHAPTER 5: Implementing a Custom Formatter.

    CHAPTER GOAL: In this chapter we will learn about the implementation of custom formatting using specialized .NET data types.

    NO OF PAGES: 50-90

    SUB - TOPICS

    1. Acronym's.

    2. Implementing the System.IFormattable .NET interface.

    3. Overriding System.Object.ToString virtual method.

    4. Working with System.IFormatProvider .NET interface.

    5. Working with System.ICustomFormatter .NET interface.

    6. Sample projects

    C# programming language.

    Custom Libraries.

    7. Do's and Don'ts

    CHAPTER 6: Working With .NET Value Types.

    CHAPTER GOAL: In this chapter we will learn about .NET System.ValueType the implementation of a custom .NET value type and the development for a custom library for working with in our software projects.

    NO OF PAGES : 50-90

    SUB - TOPICS:

    1. Acronym's.

    2. Implementing a .NET value type from scratch.

    3. The purpose of a .NET value type.

    4. Implementing the equality and inequality operations.

    5. Implementing comparisons and sorting operations.

    6. Implementing custom formatting.

    7. Implementing the required operators.

    8. Sample projects

    C# programming language.

    Custom Libraries.

    9. Do's and Don'ts.

    CHAPTER 7: Working With .NET Reference Types.

    CHAPTER GOAL: In this chapter we will learn about .NET reference type the implementation of a custom .NET reference type and the development for a custom library for working with in our software projects.

    NO OF PAGES : 50-90

    SUB - TOPICS:

    1. Acronym's.

    2. Implementing a .NET reference type from scratch.

    3. The purpose of a .NET reference type.

    4. Implementing the equality and inequality operations.

    5. Implementing comparisons and sorting operations.

    6. Implementing custom formatting.

    7. Implementing the required operators.

    8. Sample projects

    C# programming language.

    Custom Libraries.

    9. Do's and Don'ts.

    CHAPTER 8: Working With .NET Interface Types

    CHAPTER GOAL: In this chapter we will learn about .NET interface type the implementation of a custom .NET interface type and the development for a custom library for working with in our software projects.

    NO OF PAGES : 50-90

    SUB - TOPICS:

    1. Acronym's.

    2. Implementing a .NET interface type from scratch.

    3. The purpose of a .NET interface type.

    4. Implementing the equality and inequality operations.

    5. Implementing comparisons and sorting operations.

    6. Implementing custom formatting.

    7. Implementing the required operators.

    8. Sample projects

    C# programming language.

    Custom Libraries.

    9. Do's and Don'ts.

    CHAPTER 9: Working With .NET Assemblies and .NET Modules

    CHAPTER GOAL: In this chapter we will learn about the .NET Assemblies and .NET Modules and development of a custom library for working with information, and their uses in our software projects.

    NO OF PAGES : 50-90

    SUB - TOPICS:

    1. Acronym's.

    2. Working with .NET Assembly.

    3. Working with .NET Module.

    4. Logical Organization.

    5. Physical organization.

    6. Data structures.

    7. .NET APIs for working with information about .NET Assemblies.

    8. .NET APIs for working with information about .NET Modules.

    9. Sample projects

    C# programming language.

    Libraries.

    10. Conclusion.

    Additional information

    NLS9781484263907
    9781484263907
    1484263901
    Pro .NET 5 Custom Libraries: Implementing Custom .NET Data Types by Roger Villela
    New
    Paperback
    APress
    2020-11-26
    116
    N/A
    Book picture is for illustrative purposes only, actual binding, cover or edition may vary.
    This is a new book - be the first to read this copy. With untouched pages and a perfect binding, your brand new copy is ready to be opened for the first time

    Customer Reviews - Pro .NET 5 Custom Libraries