Google Anlatics

Saturday, February 14, 2009

What you need to know to pass the 70-536 certification exam:

Visit the following links for resources to their individual topics and study them completely and thoroughly until you're confident you've mastered them! The best way to accomplish this is by actually building Visual Studio .Net 2005 solutions and projects and incorporating the topics listed below into them accordingly. There's no better way to study for an exam than by actually doing it in real-world scenarios. You can get Visual Studio .Net 2005 by clicking on this link.

Once you think you've mastered the topics, take a few practice tests to gauge yourself. When you start passing these practice tests with no less than 100% scores, you're ready to take the actual exam! Good luck!
  1. Step #1 - Learn the Topics Discussed in the Exam
    Skills measured by exam 70-536
    Developing applications that use system types and collections
    Manage data in a .NET Framework application by using .NET Framework 2.0 system types. (Refer System namespace)
    Manage a group of associated data in a .NET Framework application by using collections. (Refer System.Collections namespace)
    Improve type safety and application performance in a .NET Framework application by using generic collections. (Refer System.Collections.Generic namespace)
    Manage data in a .NET Framework application by using specialized collections. (Refer System.Collections.Specialized namespace)
    Implement .NET Framework interfaces to cause components to comply with standard contracts. (Refer System namespace)
    Control interactions between .NET Framework application components by using events and delegates. (Refer System namespace)
    Implementing service processes, threading, and application domains in a .NET Framework application
    Implement, install, and control a service. (Refer System.ServiceProcess namespace)
    Develop multithreaded .NET Framework applications. (Refer System.Threading namespace)
    Create a unit of isolation for common language runtime within a .NET Framework application by using application domains. (Refer System namespace)
    Embedding configuration, diagnostic, management, and installation features into a .NET Framework application
    Embed configuration management functionality into a .NET Framework application. (Refer System.Configuration namespace)
    Create a custom Microsoft Windows Installer for .NET Framework components by using the System.Configuration.Install namespace, and configure .NET Framework applications by using configuration files, environment variables, and the .NET Framework Configuration tool (Mscorcfg.msc).
    Manage an event log by using the System.Diagnostics namespace.
    Manage system processes and monitor the performance of a .NET Framework application by using the diagnostics functionality of the .NET Framework 2.0. (Refer System.Diagnostics namespace)
    Debug and trace a .NET Framework application by using the System.Diagnostics namespace.
    Embed management information and events into a .NET Framework application. (Refer System.Management namespace)
    Implementing serialization and input/output functionality in a .NET Framework application
    Serialize or deserialize an object or an object graph by using runtime serialization techniques. (Refer System.Runtime.Serialization namespace)
    Control the serialization of an object into XML format by using the System.Xml.Serialization namespace.
    Implement custom serialization formatting by using the Serialization Formatter classes.
    Access files and folders by using the File System classes. (Refer System.IO namespace)
    Manage byte streams by using Stream classes. (Refer System.IO namespace)
    Manage .NET Framework application data by using Reader and Writer classes. (Refer System.IO namespace)
    Compress or decompress stream information in a .NET Framework application (refer System.IO.Compression namespace), and improve the security of application data by using isolated storage. (Refer System.IO.IsolatedStorage namespace)
    Improving the security of .NET Framework applications by using the .NET Framework 2.0 security features
    Implement code access security to improve the security of a .NET Framework application. (Refer System.Security namespace)
    Implement access control by using the System.Security.AccessControl classes.
    Implement a custom authentication scheme by using the System.Security.Authentication classes. (Refer System.Security.Authentication namespace)
    Encrypt, decrypt, and hash data by using the System.Security.Cryptography classes. (Refer System.Security.Cryptography namespace)
    Control permissions for resources by using the System.Security.Permission classes. (Refer System.Security.Permission namespace)
    Control code privileges by using System.Security.Policy classes. (Refer System.Security.Policy namespace)
    Access and modify identity information by using the System.Security.Principal classes. (Refer System.Security.Principal namespace)
    Implementing interoperability, reflection, and mailing functionality in a .NET Framework application
    Expose COM components to the .NET Framework and .NET Framework components to COM. (Refer System.Runtime.InteropServices namespace)
    Call unmanaged DLL functions within a .NET Framework application, and control the marshalling of data in a .NET Framework application. (Refer System.Runtime.InteropServices namespace)
    Implement reflection functionality in a .NET Framework application (refer System.Reflection namespace), and create metadata, Microsoft intermediate language (MSIL), and a PE file by using the System.Reflection.Emit namespace.
    Send electronic mail to a Simple Mail Transfer Protocol (SMTP) server for delivery from a .NET Framework application. (Refer System.Net.Mail namespace)
    • MailMessage class
    • MailAddress class and MailAddressCollection class
    • SmtpClient class, SmtpPermission class, and SmtpPermissionAttribute class
    • Attachment class, AttachmentBase class, and AttachmentCollection class
    • SmtpException class, SmtpFailedReceipientException class, and SmtpFailedReceipientsException class
    • SendCompleteEventHandler delegate
    • LinkedResource class and LinkedResourceCollection class
    • AlternateView class and AlternateViewCollection class

    Implementing globalization, drawing, and text manipulation functionality in a .NET Framework application
    Format data based on culture information. (Refer System.Globalization namespace)
    • Access culture and region information within a .NET Framework application.
      • CultureInfo class
      • CultureTypes enumeration
      • RegionInfo class
    • Format date and time values based on the culture.
      • DateTimeFormatInfo class
    • Format number values based on the culture.
      • NumberFormatInfo class
      • NumberStyles enumeration
    • Perform culture-sensitive string comparison.
      • CompareInfo class
      • CompareOptions enumeration
    • Build a custom culture class based on existing culture and region classes.
      • CultureAndRegionInfoBuilder class
      • CultureAndRegionModifier enumeration

    Enhance the user interface of a .NET Framework application by using the System.Drawing namespace.
    • Enhance the user interface of a .NET Framework application by using brushes, pens, colors, and fonts.
      • Brush class
      • Brushes class
      • SystemBrushes class
      • TextureBrush class
      • Pen class
      • Pens class
      • SystemPens class
      • SolidBrush class
      • Color structure
      • ColorConverter class
      • ColorTranslator class
      • SystemColors class
      • StringFormat class
      • Font class
      • FontConverter class
      • FontFamily class
      • SystemFonts class
    • Enhance the user interface of a .NET Framework application by using graphics, images, bitmaps, and icons.
      • Graphics class
      • BufferedGraphics class
      • BufferedGraphicsManager class
      • Image class
      • ImageConverter class
      • ImageAnimator class
      • Bitmap class
      • Icon class
      • IconConverter class
      • SystemIcons class
    • Enhance the user interface of a .NET Framework application by using shapes and sizes.
      • Point Structure
      • PointConverter class
      • Rectangle Structure
      • RectangleConverter class
      • Size Structure
      • SizeConverter class
      • Region class

    Enhance the text handling capabilities of a .NET Framework application (refer System.Text namespace), and search, modify, and control text within a .NET Framework application by using regular expressions. (Refer System.RegularExpressions namespace)
    • StringBuilder class
    • Regex class
    • Match class and MatchCollection class
    • Group class and GroupCollection class
    • Encode text by using Encoding classes
      • Encoding class
      • EncodingInfo class
      • ASCIIEncoding class
      • UnicodeEncoding class
      • UTF8Encoding class
      • Encoding Fallback classes
    • Decode text by using Decoding classes.
      • Decoder class
      • Decoder Fallback classes
    • Capture class and CaptureCollection class

  2. Step #2 - Take Practice Tests to Measure your Knowledge and Abilities
  3. Step #3 - Schedule an Exam and Take the Actual Test
Sri Lanka .NET 
                Forum Member