KrusT schreef op vrijdag 20 oktober 2006 @ 14:14:
Heb nog niet zolang Microsoft Visual C# 2005 - Step By Step achter de rug.
Deze heb ik ook besteld, maar nog niet in begonnen. Hoop dat deze een stap in de goeie richting is voor een MCTS certificaat (met het nodige oefenen erbij, natuurlijk)
Ik denk dat als je de Step by Step hebt gelezen en het boek waar je nu mee bezig bent uit hebt, dat je in de Core Reference weinig nieuwe dingen kunt vinden. Het is ook allemaal vrij basic en is naar mijn mening een goed reference boek zoals ze zelf al zeggen.
Na de Core Reference gelezen te hebben heb ik Visual C# 2005 - The Base Class Libary besteld. Dit is zou misschien wel een aanvulling kunnen zijn op je huidige kennis. Dit boek gaat wat dieper in op specifieke onderdelen in C#.
Hoofdstuk indeling:
1. .NET Framework basic types - Balena speaks about the System.Object type, String types, Numeric types,DateTime type etc.
2. Object Lifetime - Memory management, Garbage collection etc.
3. Interfaces - Usage of common interfaces in .NET like IComparable, IDisposable etc.
4. Generics - Why we need Generics, how to write generic code and some advanced topics like support for Math operators.
5. Arrays and Collections - The different types of arrays, overview of System.Collections namespace as well as Generic collections.
6. Regular Expressions - This is an excellent tutorial of using regular expressions in .NET
7. Files, Directories and Streams - IO in .NET is a bit confusing, this chapter might help to clear things up.
8. Assemblies and Resources - Everything u need to know about assmeblies.
9. Reflection - Working with assemblies, modules, types - retrieving information about assembly at runtime and how to use that information.
10. Custom Attributes - how to create custom attributes, shows some scenarios for using custom attributes.
11. Threads - Thread fundamentals, synchronization, Thread pool etc. This is a very nice tutorial for using Threads in .NET
12. Object serialization - Serialization techniques - both built-in and custom.
13. PInvoke and COM Interop - Nice introduction, shows how to call plain C DLLs, and COM DLLs from .NET and also calling .NET
[
Voor 51% gewijzigd door
Piels op 23-10-2006 10:50
]