MCTS .NET Certification Station |
|
| Listed in | Microsoft on position 5 and overall rank is 16505 |
| Country | United States |
| Language | English |
| Owner | ccozad |
| Member Since | March 8, 2008 |
| URL | http://mctscertification.blogspot.com/ |
| Pagerank | 0 |
| Tags | 70_536 certification | certification_exam mcts | microsoft | net | |
|
|
|
Latest Posts on: MCTS .NET Certification Station
Retrieved latest 5 posts at: http://mctscertification.blogspot.com/feeds/posts/default
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 Framework application.There are several subtopics in this requirement. The example presented today ..
Posted on 7 February 2009 | 7:16 pm
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/output functionality in a .NET Framework applicationFileStream classStreamReader classTo show these cl..
Posted on 6 December 2008 | 10:12 am
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 based on the cultureThe .NET framework makes this task pretty straight forward with the System.Globaliza..
Posted on 25 November 2008 | 7:59 am
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 take the task manager one step further and use the Process Explorer from SysInternals.But there has to..
Posted on 21 October 2008 | 9:04 am
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 day".But did you know you can also cause a break point to trigger from within your code? It is actuall..
Posted on 21 October 2008 | 7:18 am