This is the first (second, third, fourth, fifth, sixth, seventh) in a collection of posts that have links to the different topics covered in the 70-536 exam matrix.
Developing applications that use system types and collections (15 percent)
- Manage data in a .NET Framework application by using .NET Framework system types
- Value Types
- Nullable Types
- Reference Types
- Attributes
- Generic Types
- Exception Classes
- Boxing and Unboxing
- TypeForwardToAttribute class
- Manage a group of associated data in a .NET Framework application by using collections
- ArrayList Class
- Collection Interfaces
- Iterators
- HashTable
- CollectionBase
- DictionaryBase
- Comparer Class
- Queue Class
- Sorted List Class
- BitArray Class
- Stack Class
- Improve type safety and application performance in a .NET Framework application by using generic collections
- Generic Collection Interfaces
- Generic Dictionary
- Generic Comparer
- Generic Key Value Pair
- Generic Lists
- Generic Queue
- Generic SortedDictionary
- Generic LinkedList
- Generic Stack
- Manage data in a .NET Framework application by using specialized collections
- SpecializedString
- BitVector32
- BitVector32.Section
- Named Collections
- CollectionsUtil
- Implement .NET Framework interfaces to cause components to comply with standard contracts
- IComparable
- IDisposable
- IConvertable
- ICloneable
- INullableValue
- IEquatable
- IFormatable
- Control interactions between .NET Framework application components by using events and delegates
- Delegate Class
- Event
- EventHandler
That is the first section with the basic MSDN links. I will be putting an Excel spreadsheet at the end of the series of posts with checklist and a lot more links embedded in it.
8 comments:
nice blog bro !!
i also want to get microsoft MCPD certification exam 70-536.
will you please guide me in detail.
my mail address is:
mudassir_shahzad@yahoo.com
when you mail me please mention your identity, so that i can recognize you.
thnkz
nice blog bro !!
i also want to get microsoft MCPD certification.
will you please guide me in detail.
my mail address is:
mudassir_shahzad@yahoo.com
when you mail me please mention your identity, so that i can recognize you.
thnkz
Hi!
Great link collection!
The 'Attributes' link is dead on page: http://www.certsandprogs.com/2009/09/70-536-checklist-part-1.html#axzz0qRujq0Vg
It is better to use next link for "DictionaryBase" article: http://msdn.microsoft.com/en-us/library/system.collections.dictionarybase.aspx
This blog is actually a god-send Niall, I'm cramming like a madman for exam in two weeks and this is the perfect resource!
Glad its helping Peter, feel free to drop me a line if you need anything else. Best of luck in the exam
Very Great Effort.I have become the big fan of yours after seen your work.
A little think which i would like to add for INullableValue check this url.
http://msdn.microsoft.com/en-us/library/aa479866.aspx
Thanks.
Post a Comment