<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MCPD Certification &#187; 70-526</title>
	<atom:link href="http://www.mcpd-certification.com/category/70-526/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mcpd-certification.com</link>
	<description>Crack the .NET certification. Validate your mastery of Microsoft Visual Studio .NET.</description>
	<lastBuildDate>Sat, 24 Dec 2011 17:26:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ASP.NET AJAX</title>
		<link>http://www.mcpd-certification.com/asp-net-ajax.html</link>
		<comments>http://www.mcpd-certification.com/asp-net-ajax.html#comments</comments>
		<pubDate>Fri, 26 Mar 2010 03:44:00 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-502]]></category>
		<category><![CDATA[70-503]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-528]]></category>
		<category><![CDATA[70-529]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[ASP.NET AJAX]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=897</guid>
		<description><![CDATA[ASP.NET AJAX is a set of extensions to ASP.NET developed by Microsoft for implementing Ajax functionality. Road Map In its early development stages, ASP.NET AJAX was given the code name Atlas. Initial releases were made public to the development community in the form of CTPs (Community Technical Previews). The production version, ASP.NET AJAX 1.0 RTM; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fasp-net-ajax.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fasp-net-ajax.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">ASP.NET AJAX is a set of extensions to ASP.NET developed by Microsoft for implementing Ajax functionality.</p>
<p><strong> Road Map</strong></p>
<p>In its early development stages, ASP.NET AJAX was given the code name Atlas. Initial releases were made public to the development community in the form of CTPs (Community Technical Previews). The production version, ASP.NET AJAX 1.0 RTM; was released on January 23, 2007 as an extension to ASP.NET 2.0.</p>
<p>Important release milestones for ASP.NET AJAX are as follows:</p>
<ul>
<li>CTPs: October,      December 2005, January, March, April, June, July 2006</li>
<li>Beta: October,      November 2006</li>
<li>Release Candidate      (RC): December 2006</li>
<li>ASP.NET AJAX 1.0 RTM:      January 23, 2007</li>
<li>ASP.NET AJAX 3.5: November      19, 2007 (as part of ASP.NET 3.5)</li>
</ul>
<p>The next version, ASP.NET AJAX 4.0; will be part of the ASP.NET 4.0 framework release.</p>
<p><strong>Browser support</strong></p>
<p>ASP.NET AJAX runs on the following browsers:</p>
<ul>
<li>Microsoft Internet Explorer      (&gt; 6.0)</li>
<li>Mozilla Firefox (&gt; 1.5)</li>
<li>Opera (&gt; 9.0)</li>
<li>Apple Safari (&gt; 2.0)</li>
</ul>
<p><strong>ASP.NET AJAX Suite</strong></p>
<p>At present, the ASP.NET AJAX suite consists of the following components and packages:</p>
<ul>
<li>Microsoft Ajax      Library 3.5: It is a JavaScript library that provides the      client-side features of the ASP.NET AJAX framework. Integrated in ASP.NET      3.5, the library is also available as a separate download for use in other      environments, such as PHP.</li>
<li>A server framework: It      is included in ASP.NET 3.5 for building Ajax-enabled ASP.NET server      controls. These components are also available for ASP.NET 2.0 in a      separate package called ASP.NET 1.0 Extensions.</li>
<li>ASP.NET 2.0 AJAX      Templates: It is a package with a set of Visual Studio templates      for building ASP.NET AJAX applications with ASP.NET 2.0 and Visual Studio      2008.</li>
<li>ASP.NET AJAX Preview:      It is a package with the new features that will be part of the      future versions of the framework.</li>
<li>Ajax Control Toolkit</li>
</ul>
<p><strong>Microsoft Ajax Library</strong></p>
<p>The Microsoft Ajax Library is a JavaScript library that provides the features for the client portion of the ASP.NET AJAX framework.</p>
<ul>
<li>Components: The      library provides an infrastructure to build either visual or non-visual      JavaScript components. A global JavaScript object Sys.Application is      responsible for managing the lifecycle of client components.</li>
<li>JavaScript      extensions: It is an enhanced type system is introduced to      emulate object-oriented constructs such as namespaces, classes and      interfaces; and to perform reflection on client types.</li>
<li>Abstraction API: It      is common operations on the DOM (retrieving elements, setting styles and      other manipulations) are automatically translated by the library into      browser-specific calls.</li>
<li>Ajax: It is      a set of client components is provided to handle Ajax requests.</li>
<li>Application Services:      It is the library that allows accessing the ASP.NET Membership,      Authentication, Roles and Profile services from the client side.</li>
</ul>
<p>Recently, new features have been announced as part of the ASP.NET AJAX 4.0 release:</p>
<ul>
<li>Template Engine: It      allows displaying data on the client side by using HTML templates and a      custom binding notation. This approach avoids performing page rendering on      the server side.</li>
<li>Declarative      instantiation of client components: It allows registration,      instantiation and configuration of client components using markup code,      without writing any imperative JavaScript code.</li>
<li>Live Bindings: It      synchronizes element properties.</li>
<li>Command Bubbling</li>
</ul>
<p><strong>The UpdatePanel Control</strong></p>
<p>The UpdatePanel is an ASP.NET server control that updates portions a web page without reloading it. Through a mechanism called asynchronous postback, the HTML for the region of the page wrapped by the control is sent by the server asynchronously through an Ajax request.</p>
<p>The ASP.NET controls that have been specified as content in an UpdatePanel are able to cause either synchronous (traditional) or asynchronous postbacks, by means of triggers.</p>
<p>A trigger is an event coming from an ASP.NET control that causes an UpdatePanel to refresh its contents. Through triggers, an asynchronous postback can be started also by controls that are declared outside the region of the ASP.NET page wrapped by the UpdatePanel control.</p>
<p><strong>Script Controls and Extenders</strong></p>
<p>The server portion of the ASP.NET AJAX framework introduces two categories of ASP.NET server controls for adding client capabilities to server controls.</p>
<p>An Extender is used to add client functionality to an existing ASP.NET control, without the need to create a new server control. A Script Control is a standalone ASP.NET control that offers both server and client functionality.</p>
<h4><strong>Using AJAX in Visual Studio.Net 2008 or .Net Framework 3.5</strong></h4>
<p><ins datetime="2010-03-26T03:48:09+00:00"></ins></p>
<div align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="660" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/SkERjGaEeJM&amp;hl=en_US&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="550" height="375" src="http://www.youtube-nocookie.com/v/SkERjGaEeJM&amp;hl=en_US&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><ins datetime="2010-03-26T04:07:53+00:00"></ins><ins datetime="2010-03-26T04:09:14+00:00"></ins></p>
<p><ins datetime="2010-03-26T04:10:08+00:00"></ins><b>AJAX Introduction</b></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube-nocookie.com/v/PtlYb3K-Tpg&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/PtlYb3K-Tpg&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fasp-net-ajax.html&amp;title=ASP.NET%20AJAX"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/asp-net-ajax.html/feed</wfw:commentRss>
		<slash:comments>214</slash:comments>
		</item>
		<item>
		<title>5 year mature &amp; Visual Studio .NET</title>
		<link>http://www.mcpd-certification.com/5-year-mature-visual-studio-net.html</link>
		<comments>http://www.mcpd-certification.com/5-year-mature-visual-studio-net.html#comments</comments>
		<pubDate>Mon, 22 Mar 2010 10:26:45 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-502]]></category>
		<category><![CDATA[70-503]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-528]]></category>
		<category><![CDATA[70-529]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[70-562]]></category>
		<category><![CDATA[70-563]]></category>
		<category><![CDATA[70-564]]></category>
		<category><![CDATA[70-565]]></category>
		<category><![CDATA[IT Certification]]></category>
		<category><![CDATA[MCAD]]></category>
		<category><![CDATA[MCPD]]></category>
		<category><![CDATA[MCSD]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio .NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=880</guid>
		<description><![CDATA[The brand of intelligence a genius has is a different sort of intelligence. The thinking of a genius does not carry on logically. It leaps with huge ellipses. It pulls knowledge from God knows where.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2F5-year-mature-visual-studio-net.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F5-year-mature-visual-studio-net.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div align="justify">The brand of intelligence a genius has is a different sort of intelligence. The thinking of a genius does not carry on logically. It leaps with huge ellipses. It pulls knowledge from God knows where.</div>
<p>
<div align="center"><object width="660" height="525"><param name="movie" value="http://www.youtube-nocookie.com/v/7kMV7dPDgC4&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;hd=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/7kMV7dPDgC4&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;hd=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="450"></embed></object></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F5-year-mature-visual-studio-net.html&amp;title=5%20year%20mature%20%26%23038%3B%20Visual%20Studio%20.NET"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/5-year-mature-visual-studio-net.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>.NET Framework class library</title>
		<link>http://www.mcpd-certification.com/net-framework-class-library.html</link>
		<comments>http://www.mcpd-certification.com/net-framework-class-library.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 15:58:36 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-502]]></category>
		<category><![CDATA[70-503]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-528]]></category>
		<category><![CDATA[70-529]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[70-562]]></category>
		<category><![CDATA[70-563]]></category>
		<category><![CDATA[70-564]]></category>
		<category><![CDATA[70-565]]></category>
		<category><![CDATA[.NET Framework]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=838</guid>
		<description><![CDATA[The .NET Framework class library is a library consisting of namespaces, classes, interfaces, and datatypes included in the .NET Framework. This library is organized into namespaces that contain functionally related groups of classes. These namespaces are divided among different categories, such as data access, common types, debugging, file access, network communication, security, Windows applications, Web [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnet-framework-class-library.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnet-framework-class-library.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div style="text-align: justify;">The .NET Framework class library is a library consisting of namespaces, classes, interfaces, and datatypes included in the .NET Framework. This library is organized into namespaces that contain functionally related groups of classes. These namespaces are divided among different categories, such as data access, common types, debugging, file access, network communication, security, Windows applications, Web applications, Web services, XML data etc. Following are some important namespaces that are defined in the .NET Framework class library:</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="25%" valign="top"><strong>Namespaces</strong></td>
<td width="50%" valign="top"><strong>Description</strong></td>
</tr>
<tr>
<td valign="top"><span style="color: #3366ff;">System</span></td>
<td valign="top"><span style="color: #3366ff;">This namespace includes all   common datatypes, string values, arrays, methods for data conversion, and   methods related to mathematical operations.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #99cc00;">System.Data, System.Data.Common,   System.Data.OleDb, System.Data.SqlClient, System.Data.SqlTypes</span></td>
<td valign="top"><span style="color: #99cc00;">These namespaces are used to   access a database, perform commands on a database, and retrieve and   manipulate a database.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;">System.IO,   System.DirectoryServices, System.IO.IsolatedStorage</span></td>
<td valign="top"><span style="color: #0000ff;">These namespaces are used to   access, read, and write files, and retrieve file paths.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #99cc00;">System.Diagnostics</span></td>
<td valign="top"><span style="color: #99cc00;">This namespace is used to debug   and trace the execution of an application.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;">System.Net, System.Net.Sockets</span></td>
<td valign="top"><span style="color: #0000ff;">These namespaces are used to   communicate over the Internet when creating peer-to-peer applications.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #99cc00;">System.Windows.Forms,   System.Windows.Forms.Design</span></td>
<td valign="top"><span style="color: #99cc00;">These namespaces are used to   create Windows-based applications using Windows user interface components.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;">System.Web, System.WebCaching,   System.Web.UI, System.Web.UI.Design, System.Web.UI.WebControls,   System.Web.UI.HtmlControls, System.Web.Configuration, System.Web.Hosting,   System.Web.Mail, System.Web.SessionState</span></td>
<td valign="top"><span style="color: #0000ff;">These namespaces are used to   create ASP.NET Web applications that execute over the Internet.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #99cc00;">System.Web.Services,   System.Web.Services.Description, System.Web.Services.Configuration,   System.Web.Services.Discovery, System.Web.Services.Protocols</span></td>
<td valign="top"><span style="color: #99cc00;">These namespaces are used to   create XML Web services and components that can be published over the   Internet.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;">System.Security,   System.Security.Permissions, System.Security.Policy, System.WebSecurity,   System.Security.Cryptography</span></td>
<td valign="top"><span style="color: #0000ff;">These namespaces are used for   authentication, authorization, and encryption.</span></td>
</tr>
<tr>
<td valign="top"><span style="color: #99cc00;">System.Xml, System.Xml.Schema,   System.Xml.Serialization, System.Xml.XPath, System.Xml.Xsl</span></td>
<td valign="top"><span style="color: #99cc00;">These namespaces are used to   create and access XML files.</span></td>
</tr>
</tbody>
</table>
</div>
<p><ins datetime="2010-03-21T16:25:07+00:00"></ins></p>
<p><a href="http://www.ucertify.com/article/exams/70-300">For more articles, Visit uCertify&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</a>  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnet-framework-class-library.html&amp;title=.NET%20Framework%20class%20library"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/net-framework-class-library.html/feed</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>70-526 Objectives List Part 7</title>
		<link>http://www.mcpd-certification.com/70-526-objectives-list-part-7.html</link>
		<comments>http://www.mcpd-certification.com/70-526-objectives-list-part-7.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:57:48 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-526 Objectives List Part 7]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=760</guid>
		<description><![CDATA[Configuring and deploying applications Configure the installation of a Windows Forms application by using ClickOnce technology. It may include but not limited to: Installing a Windows Forms application on a client computer by using ClickOnce deployment. Installing a Windows Forms application from a server by using ClickOnce deployment. Configuring the required permissions of an application [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-7.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-7.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2><strong>Configuring and deploying applications </strong></h2>
<ul>
<li><strong>Configure the installation of a Windows Forms application by using ClickOnce technology.</strong> It may include but not limited to:</li>
</ul>
<ol>
<li style="text-align: justify;">Installing a Windows Forms application on a client computer by using ClickOnce deployment.</li>
<li style="text-align: justify;">Installing a Windows Forms application from a server by using ClickOnce deployment.</li>
<li style="text-align: justify;">Configuring the required permissions of an application by using ClickOnce deployment.</li>
</ol>
<ul>
<li><strong>Create a Windows Forms setup application.</strong> It may include but not limited to:</li>
</ul>
<ol>
<li style="text-align: justify;">Creating a Windows Forms application setup project.</li>
<li style="text-align: justify;">Setting deployment project properties.</li>
<li style="text-align: justify;">Configuring setup project to add icons during setup.</li>
<li style="text-align: justify;">Configuring conditional installation based on operating system versions.</li>
<li style="text-align: justify;">Configuring a setup project to deploy the .NET Framework.</li>
</ol>
<ul>
<li><strong>Add functionality to a Windows Forms setup application. </strong>It may include but not limited to:</li>
</ul>
<ol>
<li style="text-align: justify;">Adding a custom action to a setup project.</li>
<li style="text-align: justify;">Adding error-handling code to a setup project for custom actions.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-7.html&amp;title=70-526%20Objectives%20List%20Part%207"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/70-526-objectives-list-part-7.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>70-526 Objectives List Part 6</title>
		<link>http://www.mcpd-certification.com/70-526-objectives-list-part-6.html</link>
		<comments>http://www.mcpd-certification.com/70-526-objectives-list-part-6.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:55:46 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-526 Objectives List Part 6]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=758</guid>
		<description><![CDATA[Developing Windows Forms controls Create a composite Windows Forms control. It may include but not limited to: Creating a composite Windows Forms control. Creating properties, methods, and events for Windows Forms controls. Exposing properties of constituent controls. Creating and using custom dialog boxes in Windows Forms applications. Customizing a control to paint and render. Configuring [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-6.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-6.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2><strong>Developing Windows Forms controls </strong></h2>
<ul>
<li><strong>Create a composite Windows Forms control. </strong>It may include but not limited to:</li>
</ul>
<ol>
<li style="text-align: justify;"> Creating a composite Windows Forms control.</li>
<li style="text-align: justify;">Creating properties, methods, and events for Windows Forms controls.</li>
<li style="text-align: justify;">Exposing properties of constituent controls.</li>
<li style="text-align: justify;">Creating and using custom dialog boxes in Windows Forms applications.</li>
<li style="text-align: justify;">Customizing a control to paint and render.</li>
<li style="text-align: justify;">Configuring a control to be invisible at run time.</li>
<li style="text-align: justify;">Configuring a control to have a transparent background.</li>
<li style="text-align: justify;">Providing a Toolbox bitmap for a control.</li>
</ol>
<ul>
<li><strong>Create a custom Windows Forms control by inheriting from the control class. </strong>It may include but not limited to:</li>
</ul>
<ol>
<li style="text-align: justify;"> Creating a custom control by inheriting from the control class.</li>
</ol>
<ul>
<li><strong>Create an extended control by inheriting from an existing Windows Forms control. </strong>It may include but not limited to:</li>
</ul>
<ol>
<li style="text-align: justify;">Creating an extended control by inheriting from an existing Windows Forms control.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-6.html&amp;title=70-526%20Objectives%20List%20Part%206"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/70-526-objectives-list-part-6.html/feed</wfw:commentRss>
		<slash:comments>252</slash:comments>
		</item>
		<item>
		<title>70-526 Objectives List Part 5</title>
		<link>http://www.mcpd-certification.com/70-526-objectives-list-part-5.html</link>
		<comments>http://www.mcpd-certification.com/70-526-objectives-list-part-5.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:52:50 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-526 Objectives List Part 5]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=755</guid>
		<description><![CDATA[Implementing asynchronous programming techniques to improve the user experience Manage a background process by using the BackgroundWorker component. It may include but not limited to: Running a background process by using the BackgroundWorker component. Announcing the completion of a background process by using the BackgroundWorker component. Cancelling a background process by using the BackgroundWorker component. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-5.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-5.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2><strong>Implementing asynchronous programming techniques to improve the user experience </strong></h2>
<ul>
<li><strong>Manage a background process by using the BackgroundWorker component. </strong>It may include but not limited to:</li>
</ul>
<ol>
<li style="text-align: justify;">Running a background process by using the BackgroundWorker component.</li>
<li style="text-align: justify;">Announcing the completion of a background process by using the BackgroundWorker component.</li>
<li style="text-align: justify;">Cancelling a background process by using the BackgroundWorker component.</li>
<li style="text-align: justify;">Reporting the progress of a background process by using the BackgroundWorker component.</li>
<li style="text-align: justify;">Requesting the status of a background process by using the BackgroundWorker component.</li>
</ol>
<ul>
<li> <strong>Implement an asynchronous method. </strong>It may include but not limited to:</li>
</ul>
<ol>
<li style="text-align: justify;">Implementing advanced asynchronous techniques.</li>
<li style="text-align: justify;">Creating an asynchronous method.</li>
<li style="text-align: justify;">Creating a new process thread.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-5.html&amp;title=70-526%20Objectives%20List%20Part%205"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/70-526-objectives-list-part-5.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>70-526 Objectives List Part 4</title>
		<link>http://www.mcpd-certification.com/70-526-objectives-list-part-4.html</link>
		<comments>http://www.mcpd-certification.com/70-526-objectives-list-part-4.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:49:38 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-526 Objectives List Part 4]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=753</guid>
		<description><![CDATA[Enhancing usability Perform drag-and-drop operations. It includes the following: 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. Implement globalization and localization for a Windows Forms application. It includes the following: Implement globalization and localization within a Windows Forms application. Implement accessibility [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2><strong>Enhancing usability </strong></h2>
<ul>
<li><strong>Perform drag-and-drop operations. </strong>It includes the following:</li>
</ul>
<ol>
<li>Perform drag-and-drop operations within a Windows Forms application.</li>
<li>Perform drag-and-drop operations between applications.</li>
<li>Perform a drag-and-drop operation by using a TreeView control.</li>
</ol>
<ul>
<li><strong>Implement globalization and localization for a Windows Forms application. </strong>It includes the following:</li>
</ul>
<ol>
<li>Implement globalization and localization within a Windows Forms application.</li>
</ol>
<ul>
<li><strong>Implement accessibility features. </strong>It includes implementing accessibility features within a Windows Forms application.</li>
</ul>
<ul>
<li> <strong>Create and configure multiple-document interface (MDI) forms. </strong>It includes the following:</li>
</ul>
<ol>
<li> Create MDI parent forms.</li>
<li>Create MDI child forms.</li>
<li>Identify the active MDI child form.</li>
<li>Send data to the active MDI child form.</li>
<li>Arrange MDI child forms.</li>
<li>Create a window-list menu for an MDI application.</li>
</ol>
<ul>
<li> <strong>Create, configure, and customize user assistance controls and components.</strong> It includes the following:</li>
</ul>
<ol>
<li>Configure the PropertyGrid component.</li>
<li>Configure the ProgressBar control to indicate progress graphically.</li>
<li>Display status information by using the StatusStrip control.</li>
<li> Configure the ToolTip component.</li>
<li>Configure the ErrorProvider component.</li>
<li>Configure the HelpProvider component.</li>
<li>Play system sounds and audio files by using the SoundPlayer.</li>
<li>Configure the Timer component to raise an event at regular intervals.</li>
<li>Enable scrolling by using the HScrollBar and VScrollBar controls.</li>
</ol>
<ul>
<li><strong>Persist Windows Forms application settings between sessions. </strong></li>
</ul>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-4.html&amp;title=70-526%20Objectives%20List%20Part%204"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/70-526-objectives-list-part-4.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>70-526 Objectives List Part 3</title>
		<link>http://www.mcpd-certification.com/70-526-objectives-list-part-3.html</link>
		<comments>http://www.mcpd-certification.com/70-526-objectives-list-part-3.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:46:07 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-526 Objectives List Part 3]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=751</guid>
		<description><![CDATA[Implementing printing and reporting functionality in a Windows Forms application Manage the print process by using print dialogs. Configure Windows Forms print options at run time. Change the printers attached to a user&#8217;s computer in Windows Forms. Configure the PrintPreviewDialog control. Display a Print Preview window in Windows applications. Set page details for printing by [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Implementing printing and reporting functionality in a Windows Forms application</strong><strong> </strong></p>
<ul>
<li><strong>Manage the print process by using print dialogs.</strong></li>
</ul>
<ol>
<li>Configure Windows Forms print options at run time.</li>
<li>Change the printers attached to a user&#8217;s computer in Windows Forms.</li>
<li>Configure the PrintPreviewDialog control.</li>
<li>Display a Print Preview window in Windows applications.</li>
<li>Set page details for printing by using the PageSetupDialog component.</li>
</ol>
<ul>
<li> <strong>Construct print documents.</strong></li>
</ul>
<ol>
<li> Configure the PrintDocument component.</li>
<li>Print a text document in a Windows Form.</li>
<li>Print graphics in a Windows Form.</li>
<li>Print a document by using the PrintDialog component.</li>
<li> Alert users to the completion of a print job.</li>
<li> Enable security for printing in Windows Forms.</li>
</ol>
<ul>
<li> <strong>Create a customized PrintPreview component.</strong></li>
</ul>
<ol>
<li>Set the Document property to establish the document to be previewed.</li>
<li>Set the Columns and Rows properties to establish the number of pages that will be displayed horizontally and vertically on the control.</li>
<li>Set the UseAntiAlias property to True to make the text appear smoother.</li>
<li>Set the Zoom property to establish the relative zoom level when the document preview appears.</li>
<li>Set the StartPage property to establish which document page is displayed when the document preview appears.</li>
<li>Set additional properties.</li>
<li>Add custom methods and events to a PrintPreviewControl.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-3.html&amp;title=70-526%20Objectives%20List%20Part%203"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/70-526-objectives-list-part-3.html/feed</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>70-526 Objectives List Part 2</title>
		<link>http://www.mcpd-certification.com/70-526-objectives-list-part-2.html</link>
		<comments>http://www.mcpd-certification.com/70-526-objectives-list-part-2.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:42:55 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-526 Objectives List Part 2]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=749</guid>
		<description><![CDATA[Integrating data in a Windows Forms application 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 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Integrating data in a Windows Forms application </strong></p>
<ul>
<li> <strong>Implement data-bound controls.</strong></li>
</ul>
<ol>
<li>Use the DataGridView control to display and update the tabular data contained in a data source.</li>
<li>Use a simple data-bound control to display a single data element on a Windows Form.</li>
<li>Implement complex data binding to integrate data from multiple sources.</li>
<li>Navigate forward and backward through records in a DataSet in Windows Forms.</li>
<li>Define a data source by using a DataConnector component.</li>
<li>Create data forms by using the Data Source Configuration Wizard.</li>
</ol>
<ul>
<li><strong>Manage connections and transactions.</strong></li>
</ul>
<ol>
<li> Configure a connection to a database by using the Connection Wizard.</li>
<li> Configure a connection to a database by using Server Explorer.</li>
<li> Configure a connection to a database by using the Connection class.</li>
<li> Connect to a database by using specific database Connection objects.</li>
<li> Enumerate through instances of Microsoft SQL Server.</li>
<li> Open an ADO.NET connection to a database.</li>
<li> Close an ADO.NET connection to a database by using the Close method of the Connection object.</li>
<li> Protect access to data source connection details.</li>
<li> Create a connection designed for reuse in a connection pool.</li>
<li> Control a connection pool by configuring ConnectionString values based on database type.</li>
<li> Use the Connection events to detect database information.</li>
<li> Handle exceptions when connecting to a database.</li>
<li> Perform transactions by using the Transaction object.</li>
</ol>
<ul>
<li> <strong>Create, add, delete, and edit data in a connected environment.</strong></li>
</ul>
<ol>
<li style="text-align: justify;"> Perform asynchronous operations by using a Command object.</li>
<li style="text-align: justify;"> Perform bulk copy operations.</li>
<li style="text-align: justify;"> Store and retrieve binary large object (BLOB) data types in a database.</li>
<li style="text-align: justify;"> Retrieve data by using a DataReader object.</li>
<li style="text-align: justify;"> Build SQL commands in Server Explorer.</li>
<li style="text-align: justify;"> Build SQL commands in code.</li>
<li style="text-align: justify;"> Create parameters for a Command object.</li>
<li style="text-align: justify;"> Perform database operations by using a Command object.</li>
<li style="text-align: justify;"> Retrieve data from a database by using a Command object.</li>
</ol>
<ul>
<li> <strong>Create, add, delete, and edit data in a disconnected environment.</strong></li>
</ul>
<ol>
<li>Create a DataSet graphically.</li>
<li>Create a DataSet programmatically.</li>
<li>Add a DataTable to a DataSet.</li>
<li>Add a relationship between tables within a DataSet.</li>
<li>Navigate a relationship between tables.</li>
<li>Merge DataSet contents.</li>
<li>Copy DataSet contents.</li>
<li>Create a typed DataSet.</li>
<li>Create DataTables.</li>
<li>Manage data within a DataTable.</li>
<li>Create and use DataViews.</li>
<li>Represent data in a DataSet by using XML.</li>
<li>Use the OleDbDataAdapter object to access an ADO Recordset or Record.</li>
<li>Generate DataAdapter commands automatically by using the CommandBuilder object.</li>
<li>Generate DataAdapter commands programmatically.</li>
<li>Populate a DataSet by using a DataAdapter.</li>
<li>Update a database by using a DataAdapter.</li>
<li>Resolve conflicts between a DataSet and a database by using a DataAdapter.</li>
<li>Respond to changes made to data at the data source by using DataAdapter events.</li>
<li style="text-align: justify;">Perform batch operations by using DataAdapters.</li>
</ol>
<ul>
<li><strong>Manage XML with the XML Document Object Model (DOM).</strong></li>
</ul>
<ol>
<li>Read XML data into the DOM.</li>
<li>Modify an XML document by adding and removing nodes.</li>
<li>Modify nodes within an XML document.</li>
<li>Write data in XML format from the DOM.</li>
<li>Work with nodes in the XML DOM.</li>
<li>Handle DOM events.</li>
<li>Modify the XML declaration.</li>
</ol>
<ul>
<li><strong>Read, write, and validate XML by using the XmlReader class and the XmlWriter class.</strong></li>
</ul>
<ol>
<li>Read XML data by using the XmlReader class.</li>
<li>Read all XML element and attribute content.</li>
<li>Read specific element and attribute content.</li>
<li>Read XML data by using the XmlTextReader class.</li>
<li>Read node trees by using the XmlNodeReader class.</li>
<li>Validate XML data by using the XmlValidatingReader class.</li>
<li>Write XML data by using the XmlWriter class.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-2.html&amp;title=70-526%20Objectives%20List%20Part%202"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/70-526-objectives-list-part-2.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>70-526 Objectives List Part 1</title>
		<link>http://www.mcpd-certification.com/70-526-objectives-list-part-1.html</link>
		<comments>http://www.mcpd-certification.com/70-526-objectives-list-part-1.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:34:25 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-526]]></category>
		<category><![CDATA[70-526 Objectives List Part 1]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=745</guid>
		<description><![CDATA[Creating a UI for a Windows Forms application by using standard controls 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. Manage control layout on a Windows Form. Group and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 1px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Creating a UI for a Windows Forms application by using standard controls </strong></p>
<ul>
<li><strong>Add and configure a Windows Form.</strong></li>
</ul>
<ol>
<li>Add a Windows Form to a project at design time.</li>
<li>Configure a Windows Form to control accessibility, appearance, behavior, configuration, data, design, focus, layout, style, and other functionality.</li>
</ol>
<ul>
<li><strong>Manage control layout on a Windows Form.</strong></li>
</ul>
<ol>
<li> Group and arrange controls by using the Panel control, GroupBox control, TabControl control, FlowLayoutPanel control, and TableLayoutPanel control.</li>
<li> Use the SplitContainer control to create dynamic container areas.</li>
</ol>
<ul>
<li><strong>Add and configure a Windows Forms control.</strong></li>
</ul>
<ol>
<li> Use the integrated development environment (IDE) to add a control to a Windows Form or other container control of a project at design time.</li>
<li> Add controls to a Windows Form at run time.</li>
<li> Configure controls on a Windows Form at design time to optimize the UI.</li>
<li> Modify control properties.</li>
<li> Configure controls on a Windows Form at run time to ensure that the UI complies with best practices.</li>
<li> Create and configure command controls on a Windows Form.</li>
<li> Create and configure text edit controls on a Windows Form.</li>
<li> Create and configure text display controls on a Windows Form.</li>
<li> Use the LinkLabel control to add Web-style links to Windows Forms applications.</li>
<li> Provide a list of options on a Windows Form by using a ListBox control, a ComboBox control, or a CheckedListBox control.</li>
<li> Configure the layout and functionality of a Windows Form to display a list of items.</li>
<li> Implement value-setting controls on a Windows Form.</li>
<li> Configure a WebBrowser control.</li>
<li> Add and configure date-setting controls on a Windows Form.</li>
<li> Display images by using Windows Forms controls.</li>
<li> Configure the NotifyIcon component.</li>
<li>Create access keys for Windows Forms controls.</li>
</ol>
<ul>
<li><strong>Create and configure menus.</strong></li>
</ul>
<ol>
<li> Create and configure a MenuStrip component on a Windows Form.</li>
<li> Change the displayed menu structure programmatically.</li>
<li> Create and configure the ContextMenuStrip component on a Windows Form.</li>
</ol>
<ul>
<li><strong>Create event handlers for Windows Forms and controls.</strong></li>
</ul>
<ol>
<li> Use the Code Editor to override methods defined in the base class.</li>
<li> Use the Windows Forms Designer to create event handlers.</li>
<li> Manage mouse and keyboard events within Windows Forms applications.</li>
<li> Program a Windows Forms application to recognize modifier keys.</li>
<li> Use the Windows Forms Designer to create default event handlers.</li>
<li> Create event handlers at run time to respond to system or user events dynamically.</li>
<li> Connect multiple events to a single event handler.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-526-objectives-list-part-1.html&amp;title=70-526%20Objectives%20List%20Part%201"><img src="http://www.mcpd-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mcpd-certification.com/70-526-objectives-list-part-1.html/feed</wfw:commentRss>
		<slash:comments>190</slash:comments>
		</item>
	</channel>
</rss>

