Click here to Skip to main content
15,867,568 members
Articles / Programming Languages / C#

.NET Framework Basics - Preparation for exam 70-536

Rate me:
Please Sign up or sign in to vote.
4.89/5 (84 votes)
11 Mar 2010CC (ASA 2.5)2 min read 100.7K   1.7K   173   63
Base practice code for those preparing the exam 70-536 or learning the .NET framework basis

Introduction

This article presents a code example with the usage of the basic .NET Framework classes according to the first certification exam 70-536.

When studying for that exam, I found it useful to have all the involved code in one simple file/project for easy debugging. That's why I created this WinForms application with 21 Tabs plenty of examples.

Image 1

For example, here you can see the tab that allows you to play with the System.Drawing library to draw strings.

Image 2

Using the Code

If you are planning to take the first exam of the .NET Framework or just learn the usage of the base classes, this is the plan that I suggest:

  1. Read the official MCTS Self-Paced Training Kit.
  2. Get at least one of the official recommended test engines and exams suggested by Microsoft.
  3. Use the code provided in this article to debug each feature and play with the basic classes. Complete any TODO in the code.
  4. You can also copy the entire code to a Word document and print it in color for easy reference and for studying when you are commuting to the office. I estimate it takes less than 50 pages/almost 3000 lines of code. This will help you remember the classes and the common usage.
  5. You can print the code and the diagram shown below and place it in a wall like in your office box.
  6. Find study partners! Engage people in your software factory/office to certify together and meet to discuss. Remember the Latin proverb “By learning you will teach, by teaching you will learn”.
  7. Find in CodeProject other examples of the missing sections. There are fantastic regular expressions and COM interoperability articles that you should check.

Bonus

I included a PDF with a diagram I made some time ago showing the basic concepts related to Classes, Interfaces and Structs. It is based in the public C# 2.0 language definition. You can print it as is or you can convert it to Word format with any of the utilities available in the network for that purpose or copy the content to the clipboard.

Here I show you just a part of the diagram:

Image 3

As you will see, the diagram shows only the most relevant particularities of the language like for example "the interface can inherit multiple base-interfaces".

The recommendation is that you play with Visual Studio one more time trying to apply and challenge each "cell" on the diagram and think why that is the way it is.

Points of Interest

You need to understand that the code provided in this article is by no means a replacement for any other official preparation material. This is just a companion "easy to debug, easy to print".

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-ShareAlike 2.5 License


Written By
Software Developer (Senior) none
Canada Canada
Fabian walks for the streets of Montreal listening to his iPod

Comments and Discussions

 
QuestionZip file is corrupted. Pin
Rangaraju8-Aug-17 4:46
Rangaraju8-Aug-17 4:46 
AnswerRe: Zip file is corrupted. Pin
fabianse14-Feb-18 9:01
professionalfabianse14-Feb-18 9:01 
AnswerRe: Zip file is corrupted. Pin
fabianse3-Jun-18 0:07
professionalfabianse3-Jun-18 0:07 
Questionvery helpful Pin
Santosh K. Tripathi16-Feb-15 19:12
professionalSantosh K. Tripathi16-Feb-15 19:12 
very helpful
AnswerRe: very helpful Pin
fabianse24-May-16 1:29
professionalfabianse24-May-16 1:29 
QuestionNice Pin
Wisen Technologies8-Aug-13 15:21
Wisen Technologies8-Aug-13 15:21 
AnswerRe: Nice Pin
fabianse12-Aug-13 4:21
professionalfabianse12-Aug-13 4:21 
GeneralMy vote of 5 Pin
ojanacek29-Jan-13 21:24
ojanacek29-Jan-13 21:24 
GeneralRe: My vote of 5 Pin
fabianse16-May-13 17:53
professionalfabianse16-May-13 17:53 
GeneralRe: My vote of 5 Pin
ojanacek17-May-13 11:06
ojanacek17-May-13 11:06 
QuestionTrying to Sit the 70-536 Currently Pin
makenthecase9-Jan-13 8:51
professionalmakenthecase9-Jan-13 8:51 
AnswerRe: Trying to Sit the 70-536 Currently Pin
fabianse12-Jan-13 22:21
professionalfabianse12-Jan-13 22:21 
GeneralRe: Trying to Sit the 70-536 Currently Pin
makenthecase12-Jan-13 23:18
professionalmakenthecase12-Jan-13 23:18 
GeneralRe: Trying to Sit the 70-536 Currently Pin
fabianse17-Jan-13 2:47
professionalfabianse17-Jan-13 2:47 
QuestionA Concise Article - Good one - Question on PDF Pin
Rak_i4-Jan-13 4:04
Rak_i4-Jan-13 4:04 
AnswerRe: A Concise Article - Good one - Question on PDF Pin
fabianse12-Jan-13 22:23
professionalfabianse12-Jan-13 22:23 
QuestionFantastic! Pin
CaRDiaK7-Dec-12 1:55
CaRDiaK7-Dec-12 1:55 
AnswerRe: Fantastic! Pin
fabianse12-Jan-13 22:16
professionalfabianse12-Jan-13 22:16 
GeneralMy vote of 4 Pin
Saeid Pournejati23-Sep-12 14:33
professionalSaeid Pournejati23-Sep-12 14:33 
QuestionAdding a Debugger.Break() call Pin
Tarek Elqusi24-May-12 3:09
professionalTarek Elqusi24-May-12 3:09 
AnswerRe: Adding a Debugger.Break() call Pin
fabianse8-Jun-12 13:29
professionalfabianse8-Jun-12 13:29 
GeneralMy vote of 5 Pin
Md. Marufuzzaman1-Feb-12 3:45
professionalMd. Marufuzzaman1-Feb-12 3:45 
GeneralRe: My vote of 5 Pin
fabianse8-Jun-12 13:28
professionalfabianse8-Jun-12 13:28 
GeneralMy vote of 5 Pin
tssutha039-Dec-11 17:08
tssutha039-Dec-11 17:08 
GeneralRe: My vote of 5 Pin
fabianse12-Jan-12 6:58
professionalfabianse12-Jan-12 6:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.