MCTS,MCSE,MCITP,MCM,MCA
The main topic areas on 70-526 exam
Let me have a look at the following exam prep-guide. The following list includes the topic areas covered on this exam. I don’t think that any of the chapters is more important than others .And all the exams are going to be different. There are not more one topic area questions than any other subject .So, don’t ask the questions like which topic will have more questions.
1.Creating a UI for a Windows Forms application by using standard controls
(1)Add and configure a Windows Form.
Add a Windows Form to a project at design time.
Configure a Windows Form to control accessibility, appearance, behavior, configuration, data, design, focus, layout, style, and other functionality.
(2)Manage control layout on a Windows Form.
Group and arrange controls by using the Panel control, GroupBox control, TabControl control, FlowLayoutPanel control, and TableLayoutPanel control.
Use the SplitContainer control to create dynamic container areas.
(3)Add and configure a Windows Forms control.
Use the integrated development environment (IDE) to add a control to a Windows Form or other container control of a project at design time.
Add controls to a Windows Form at run time.
Configure controls on a Windows Form at design time to optimize the UI.
Modify control properties.
Configure controls on a Windows Form at run time to ensure that the UI complies with best practices.
Create and configure command controls on a Windows Form.
Create and configure text edit controls on a Windows Form.
Create and configure text display controls on a Windows Form.
Use the LinkLabel control to add Web-style links to Windows Forms applications.
Provide a list of options on a Windows Form by using a ListBox control, a ComboBox control, or a CheckedListBox control.
Configure the layout and functionality of a Windows Form to display a list of items.
Implement value-setting controls on a Windows Form.
Configure a WebBrowser control.
Add and configure date-setting controls on a Windows Form.
Display images by using Windows Forms controls.
Configure the NotifyIcon component.
Create access keys for Windows Forms controls.
(4)Create and configure menus.
Create and configure a MenuStrip component on a Windows Form.
Change the displayed menu structure programmatically.
Create and configure the ContextMenuStrip component on a Windows Form.
(5)Create event handlers for Windows Forms and controls.
Use the Code Editor to override methods defined in the base class.
Use the Windows Forms Designer to create event handlers.
Manage mouse and keyboard events within Windows Forms applications.
Program a Windows Forms application to recognize modifier keys.
Use the Windows Forms Designer to create default event handlers.
Create event handlers at run time to respond to system or user events dynamically.
Connect multiple events to a single event handler.
2.Integrating data in a Windows Forms application
(1)Implement data-bound controls.
Use the DataGridView control to display and update the tabular data contained in a data source.
Use a simple data-bound control to display a single data element on a Windows Form.
Implement complex data binding to integrate data from multiple sources.
Navigate forward and backward through records in a DataSet in Windows Forms.
Define a data source by using a DataConnector component.
Create data forms by using the Data Source Configuration Wizard.
(2)Manage connections and transactions.
Configure a connection to a database by using the Connection Wizard.
Configure a connection to a database by using Server Explorer.
Configure a connection to a database by using the Connection class.
Connect to a database by using specific database Connection objects.
Enumerate through instances of Microsoft SQL Server.
Open an ADO.NET connection to a database.
Close an ADO.NET connection to a database by using the Close method of the Connection object.
Protect access to data source connection details.
Create a connection designed for reuse in a connection pool.
Control a connection pool by configuring ConnectionString values based on database type.
Use the Connection events to detect database information.
Handle exceptions when connecting to a database.
Perform transactions by using the Transaction object.
(3)Create, add, delete, and edit data in a connected environment.
Perform asynchronous operations by using a Command object.
Perform bulk copy operations.
Store and retrieve binary large object (BLOB) data types in a database.
Retrieve data by using a DataReader object.
Build SQL commands in Server Explorer.
Build SQL commands in code.
Create parameters for a Command object.
Perform database operations by using a Command object.
Retrieve data from a database by using a Command object.
(4)Create, add, delete, and edit data in a disconnected environment.
Create a DataSet graphically.
Create a DataSet programmatically.
Add a DataTable to a DataSet.
Add a relationship between tables within a DataSet.
Navigate a relationship between tables.
Merge DataSet contents.
Copy DataSet contents.
Create a typed DataSet.
Create DataTables.
Manage data within a DataTable.
Create and use DataViews.
Represent data in a DataSet by using XML.
Use the OleDbDataAdapter object to access an ADO Recordset or Record.
Generate DataAdapter commands automatically by using the CommandBuilder object.
Generate DataAdapter commands programmatically.
Populate a DataSet by using a DataAdapter.
Update a database by using a DataAdapter.
Resolve conflicts between a DataSet and a database by using a DataAdapter.
Respond to changes made to data at the data source by using DataAdapter events.
Perform batch operations by using DataAdapters.
(5)Manage XML with the XML Document Object Model (DOM).
Read XML data into the DOM.
Modify an XML document by adding and removing nodes.
Modify nodes within an XML document.
Write data in XML format from the DOM.
Work with nodes in the XML DOM.
Handle DOM events
.
Modify the XML declaration.
(6)Read, write, and validate XML by using the XmlReader class and the XmlWriter class.
Read XML data by using the XmlReader class.
Read all XML element and attribute content.
Read specific element and attribute content.
Read XML data by using the XmlTextReader class.
Read node trees by using the XmlNodeReader class.
Validate XML data by using the XmlValidatingReader class.
Write XML data by using the XmlWriter class.
3.Implementing printing and reporting functionality in a Windows Forms application
(1)Manage the print process by using print dialogs.
Configure Windows Forms print options at run time.
Change the printers attached to a user’s computer in Windows Forms.
Configure the PrintPreviewDialog control.
Display a Print Preview window in Windows applications.
Set page details for printing by using the PageSetupDialog component.
(2)Construct print documents.
Configure the PrintDocument component.
Print a text document in a Windows Form.
Print graphics in a Windows Form.
Print a document by using the PrintDialog component.
Alert users to the completion of a print job.
Enable security for printing in Windows Forms.
(3)Create a customized PrintPreview component.
Set the Document property to establish the document to be previewed.
Set the Columns and Rows properties to establish the number of pages that will be displayed horizontally and vertically on the control.
Set the UseAntiAlias property to True to make the text appear smoother.
Set the Zoom property to establish the relative zoom level when the document preview appears.
Set the StartPage property to establish which document page is displayed when the document preview appears.
Set additional properties.
Add custom methods and events to a PrintPreviewControl.
Enhancing usability
(4)Perform drag-and-drop operations.
Perform drag-and-drop operations within a Windows Forms application.
Perform drag-and-drop operations between applications.
Perform a drag-and-drop operation by using a TreeView control.
(5)Implement globalization and localization for a Windows Forms application.
Implement globalization and localization within a Windows Forms application.
(6)Implement accessibility features.
Implement accessibility features within a Windows Forms application.
(7)Create and configure multiple-document interface (MDI) forms.
Create MDI parent forms.
Create MDI child forms.
Identify the active MDI child form.
Send data to the active MDI child form.
Arrange MDI child forms.
Create a window-list menu for an MDI application.
(8)Create, configure, and customize user assistance controls and components.
Configure the PropertyGrid component.
Configure the ProgressBar control to indicate progress graphically.
Display status information by using the StatusStrip control.
Configure the ToolTip component.
Configure the ErrorProvider component.
Configure the HelpProvider component.
Play system sounds and audio files by using the SoundPlayer.
Configure the Timer component to raise an event at regular intervals.
Enable scrolling by using the HScrollBar and VScrollBar controls.
(9)Persist Windows Forms application settings between sessions.
4.Implementing asynchronous programming techniques to improve the user experience
(1)Manage a background process by using the BackgroundWorker component.
Run a background process by using the BackgroundWorker component.
Announce the completion of a background process by using the BackgroundWorker component.
Cancel a background process by using the BackgroundWorker component.
Report the progress of a background process by using the BackgroundWorker component.
Request the status of a background process by using the BackgroundWorker component.
(2)Implement an asynchronous method.
Implement advanced asynchronous techniques.
Create an asynchronous method.
Create a new process thread.
5.Developing Windows Forms controls
(1)Create a composite Windows Forms control.
Create a composite Windows Forms control.
Create properties, methods, and events for Windows Forms controls.
Expose properties of constituent controls.
Create and use custom dialog boxes in Windows Forms applications.
Customize a control to paint and render.
Configure a control to be invisible at run time.
Configure a control to have a transparent background.
Provide a Toolbox bitmap for a control.
(2)Create a custom Windows Forms control by inheriting from the control class.
Create a custom control by inheriting from the control class.
(3)Create an extended control by inheriting from an existing Windows Forms control.
Create an extended control by inheriting from an existing Windows Forms control.
6.Configuring and deploying applications
(1)Configure the installation of a Windows Forms application by using ClickOnce technology.
Install a Windows Forms application on a client computer by using ClickOnce deployment.
Install a Windows Forms application from a server by using ClickOnce deployment.
Configure the required permissions of an application by using ClickOnce deployment.
(2)Create a Windows Forms setup application.
Create a Windows Forms application setup project.
Set deployment project properties.
Configure a setup project to add icons during setup.
Configure conditional installation based on operating system versions.
Configure a setup project to deploy the .NET Framework.
(3)Add functionality to a Windows Forms setup application.
Add a custom action to a setup project.
Add error-handling code to a setup project for custom actions.
- Certification MCSE » The main topic areas on 70-526 exam | Microsoft Certification Blog
- Some advice about 70-526 preparation | Microsoft Certification Blog
- credit repair me
- The latest free MCTS 70-526 study notes | Microsoft Certification Blog
- Makeup Application Techniques For Lips and Eyes | Make-Up Tips & Beauty Advice
- Simple Techniques You Can Use To Create That Professional Looking Finish When Painting Your Home | Make-Up Tips & Beauty Advice












December 19, 2009 - 12:08 pm
hi there, my name is Tina.
found this website and read some great discussion and feedback so decided to join
i am happy to help others and offer advice where possible
December 20, 2009 - 7:52 pm
Thanks ,Tina .We appreciate your readiness to help others.
If you have some good advice or want to share some good resources ,please tell us .
December 20, 2009 - 8:19 pm
Thanks for your support .
December 22, 2009 - 9:23 am
Hi everybody,
My name is Eva, I am 41 yrs old, living in Scottsdale, AZ.
I’d love to make good close friends here.
Thanks,
Eva.
December 22, 2009 - 10:16 pm
Hope we can share our advice to Microsoft ,also we can be good partners
December 23, 2009 - 8:01 pm
hope you can get useful information or make friends here
December 24, 2009 - 2:45 pm
Hello everybody!
My name is Allan, I live in Fort Worth, TX.
I am here to network / interact with other people for sharing knowledge, discussing ideas, seeking advice, find business partners & the like.
Regards,
Allan
December 25, 2009 - 6:01 am
I want to quote your post in my blog. It can?
And you et an account on Twitter?
January 2, 2010 - 5:03 am
Hi guys, my name is Allan and im completely new to this forum.
I hope that I’ll learn and share a lot of interesting things.
Thanks,
Allan
January 4, 2010 - 6:55 pm
HI, there:
I bought a Dell Laptop with windows 7 home premium a month ago and I reinstalled the system with the windows 7 DVD came with the Laptop. However I don’t know I need to activate the windows 7 at that time.
Now after 30 days, I have a problem that, the windows message says that, my activation period has been expired. Even when I tried to input the product key on the Dell laptop, it is said that the product key is invalid.
Would you please tell me what to do except reinstalling the windows 7 if reinstallation can solve this problem.
Thank
January 4, 2010 - 11:16 pm
You need to call Microsoft to confirm whether your serial number has been used. If not, you can try to re-install your system.
February 4, 2010 - 2:50 am
Sorry to be off topic but where can I find best resource on car insjury attorney?
February 8, 2010 - 1:38 pm
The best way to inspire people to superior performance is to convince them by everything you do and by your everyday attitude that you are wholeheartedly supporting them.