• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Pro .Net 5 Custom Libraries: Implementing Custom .Net Data Types » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2948695]
• Literatura piękna
 [1824038]

  więcej...
• Turystyka
 [70868]
• Informatyka
 [151073]
• Komiksy
 [35227]
• Encyklopedie
 [23181]
• Dziecięca
 [621575]
• Hobby
 [138961]
• AudioBooki
 [1642]
• Literatura faktu
 [228651]
• Muzyka CD
 [371]
• Słowniki
 [2933]
• Inne
 [445341]
• Kalendarze
 [1243]
• Podręczniki
 [164416]
• Poradniki
 [479493]
• Religia
 [510449]
• Czasopisma
 [502]
• Sport
 [61384]
• Sztuka
 [243086]
• CD, DVD, Video
 [3417]
• Technologie
 [219673]
• Zdrowie
 [100865]
• Książkowe Klimaty
 [124]
• Zabawki
 [2168]
• Puzzle, gry
 [3372]
• Literatura w języku ukraińskim
 [260]
• Art. papiernicze i szkolne
 [7838]
Kategorie szczegółowe BISAC

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

ISBN-13: 9781484263907 / Angielski / Miękka / 2020 / 116 str.

Roger Villela
Pro .Net 5 Custom Libraries: Implementing Custom .Net Data Types Roger Villela 9781484263907 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

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

ISBN-13: 9781484263907 / Angielski / Miękka / 2020 / 116 str.

Roger Villela
cena 191,58
(netto: 182,46 VAT:  5%)

Najniższa cena z 30 dni: 189,48
Termin realizacji zamówienia:
ok. 16-18 dni roboczych.

Darmowa dostawa!

Intermediate to Advance

Kategorie:
Informatyka, Bazy danych
Kategorie BISAC:
Computers > Programming - Microsoft
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484263907
Rok wydania:
2020
Ilość stron:
116
Waga:
0.24 kg
Wymiary:
25.4 x 17.78 x 0.71
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

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.

 

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



    Udostępnij

    Facebook - konto krainaksiazek.pl



    Opinie o Krainaksiazek.pl na Opineo.pl

    Partner Mybenefit

    Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

    Czytaj nas na:

    Facebook - krainaksiazek.pl
    • książki na zamówienie
    • granty
    • książka na prezent
    • kontakt
    • pomoc
    • opinie
    • regulamin
    • polityka prywatności

    Zobacz:

    • Księgarnia czeska

    • Wydawnictwo Książkowe Klimaty

    1997-2026 DolnySlask.com Agencja Internetowa

    © 1997-2022 krainaksiazek.pl
         
    KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
    Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
    KrainaKsiazek.PL - Księgarnia Internetowa
    Polityka prywatnosci - link
    Krainaksiazek.pl - płatnośc Przelewy24
    Przechowalnia Przechowalnia