Blog Detail
MCTS .NET Certification Study Aid
http://mctscertification.blogspot.com/
Discusses common concepts found in Microsoft's .NET framework. Useful study guide for the MCTS exam 70-536.
Recent Posts
Calling unmanaged code from C#
One of the objectives of Exam 70-536 isImplementing interoperability, reflection, and mailing functionality in a .NET Framework applicationCall unmanaged DLL functions within a .NET Framework application, and control the marshalling of data in a .NET...
Regular Expression Vowel Counter
In this example we are going to touch on two objectives of the 70-536 exam.Implementing globalization, drawing, and text manipulation functionality in a .NET Framework applicationRegex classMatchCollection classImplementing serialization and input/ou...
The December 21, 2012 Date Formatting Example
One of the objectives in Exam 70-536 is to ensure knowledge formatting dates. Specifically in theImplementing globalization, drawing, and text manipulation functionality in a .NET Framework application section, we seeFormat date and time values base...
How do I retrieve information about the current process using C#?
I can think of many occasions when I have been diagnosing an issue on a customer machine and I find myself opening the task manager to gather valuable information about the application under question. If the customer will allow it, I will usually ta...
Set a break point through code with C#
If you have spent time debugging, you probably know you can click any code line to add a break point. If you have spent some more time you have probably even figured out how to set conditional breakpoints, as Sara Ford explains in this "tip of the da...
Implemeting the IConfigurationSystem Interface
After a long hiatus... getting back in the writing zone....Within the "Embedding configuration, diagnostic, management, and installation features into a .NET Framework application" section of Exam 70-536 we are instructed to "Implement IConfiguration...

