Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
2.40/5 (2 votes)
See more:
Any body can explain me what microsoft has related c# certification exams.
I know, basic windows form applications, delegates, events, databases
What exam from microsoft in c# covers this?
Please Please Help me!
Posted
Comments
Sergey Alexandrovich Kryukov 29-Mar-12 21:03pm    
I really don't understand why anyone needs certification like this... few companies require those, because... just some training -- who needs it?
--SA

I would recommend you look at http://www.microsoft.com/learning/en/us/certification/cert-overview.aspx[^].

The MCPD (Microsoft Certified Professional Developer) requires 3 tests, and is for Web, Windows, or Azure. There is also the Microsoft Certified Technology Specialist (MCTS), and it appears there is only one exam to pass, you would probably want MCTS: Microsoft .NET Framework 4, Windows Applications Exam 70-511. Microsoft Technology Associate (MTA) is only a single exam and the general exam to desktop development is Microsoft .NET Fundamentals Exam 98-372
 
Share this answer
 
Microsoft Certified Technology Specialist (MCTS) exam 70-511:
Microsoft .NET Framework 4, Windows Application Development

But you need to learn WPF because most of the questions are about WPF.
Before the exam you have to learn how to do the following:
- Choose the most appropriate control class
- Implement screen layout using nested control hierarchies
- Create and apply styles and theming
- Manage reusable resources
- Implement an animation in Windows Presentation Foundation (WPF)
- Manage routed events in WPF
- Configure WPF commanding
- Modify the visual interface at run time
- Implement user-defined controls
- Create and display graphics
- Add multimedia content to an application in WPF
- Create and apply control templates in WPF
- Create data, event, and property triggers in WPF
- Implement data binding
- Implement value converters in WPF
- Implement data validation
- Implement and consume change notification interfaces
- Prepare collections of data for display
- Bind to hierarchical data
- Implement data-bound controls
- Create a data template in WPF
- Integrate WinForms and WPF within an application
- Implement asynchronous processes and threading
- Incorporate globalization and localization features
- Implement drag and drop operations across applications
- Implement security features of an application
- Manage user and application settings
- Implement dependency properties
- Implement a WPF test strategy
- Debug XAML by using WPF Visualizer
- Debug WPF issues by using PresentationTraceSources
- Configure a ClickOnce deployment
- Create and configure a Windows Installer project
- Configure deployment security settings
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900