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.