<?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</title>
	<atom:link href="http://www.mcpd-certification.com/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>98-361 : Understanding Core Programming (18 percent)</title>
		<link>http://www.mcpd-certification.com/98-361-understanding-core-programming-18-percent.html</link>
		<comments>http://www.mcpd-certification.com/98-361-understanding-core-programming-18-percent.html#comments</comments>
		<pubDate>Sat, 24 Dec 2011 17:26:07 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[98-361]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1586</guid>
		<description><![CDATA[Understand computer storage and data types. This objective may include but is not limited to the following: How a computer stores programs and the instructions in computer memory. Memory stacks and heaps Memory size requirements for the various data storage types Numeric data and textual data Understand computer decision structures. This objective may include but [...]]]></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%2F98-361-understanding-core-programming-18-percent.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-361-understanding-core-programming-18-percent.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<ul>
<li>Understand computer storage and data types. This objective may include but is not limited to the following:
<ul>
<li>How a computer stores programs and the instructions in computer memory.</li>
<li>Memory stacks and heaps</li>
<li>Memory size requirements for the various data storage types</li>
<li>Numeric data and textual data</li>
</ul>
</li>
<li>Understand computer decision structures. This objective may include but is not limited to the following:
<ul>
<li>Various decision structures used in all computer programming languages</li>
<li>If decision structures</li>
<li>Multiple decision structures such as Ifâ€¦Else and switch/Select Case</li>
<li>Reading flowcharts</li>
<li>Decision tables</li>
<li>Evaluating expressions</li>
</ul>
</li>
<li>Identify the appropriate method for handling repetition. This objective may include but is not limited to the following:
<ul>
<li>For loops</li>
<li>While loops</li>
<li>Do..While loops</li>
<li>Recursion</li>
</ul>
</li>
<li>Understand error handling. This objective may include but is not limited to the following:
<ul>
<li>Structured exception handling</li>
</ul>
</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%2F98-361-understanding-core-programming-18-percent.html&amp;title=98-361%20%3A%20Understanding%20Core%20Programming%20%2818%20percent%29"><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/98-361-understanding-core-programming-18-percent.html/feed</wfw:commentRss>
		<slash:comments>134</slash:comments>
		</item>
		<item>
		<title>98-361 : Understanding Object-Oriented Programming (19 percent)</title>
		<link>http://www.mcpd-certification.com/98-361-understanding-object-oriented-programming-19-percent.html</link>
		<comments>http://www.mcpd-certification.com/98-361-understanding-object-oriented-programming-19-percent.html#comments</comments>
		<pubDate>Sat, 24 Dec 2011 17:25:34 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[98-361]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1591</guid>
		<description><![CDATA[Understand the fundamentals of classes. This objective may include but is not limited to the following: Properties Methods Events Constructors How to create a class How to use classes in code Understand inheritance. This objective may include but is not limited to the following: Inheriting the functionality of a base class into a derived class [...]]]></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%2F98-361-understanding-object-oriented-programming-19-percent.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-361-understanding-object-oriented-programming-19-percent.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<ul>
<li>Understand the fundamentals of classes. This objective may include but is not limited to the following:
<ul>
<li>Properties</li>
<li>Methods</li>
<li>Events</li>
<li>Constructors</li>
<li>How to create a class</li>
<li>How to use classes in code</li>
</ul>
</li>
<li>Understand inheritance. This objective may include but is not limited to the following:
<ul>
<li>Inheriting the functionality of a base class into a derived class</li>
</ul>
</li>
<li>Understand polymorphism. This objective may include but is not limited to the following:
<ul>
<li>Extending the functionality in a class after inheriting from a base class</li>
<li>Overriding methods in the derived class</li>
</ul>
</li>
<li>Understand encapsulation. This objective may include but is not limited to the following:
<ul>
<li>Creating classes that hide their implementation details while still allowing access to the required functionality through the interface</li>
<li>Access modifiers</li>
</ul>
</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%2F98-361-understanding-object-oriented-programming-19-percent.html&amp;title=98-361%20%3A%20Understanding%20Object-Oriented%20Programming%20%2819%20percent%29"><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/98-361-understanding-object-oriented-programming-19-percent.html/feed</wfw:commentRss>
		<slash:comments>135</slash:comments>
		</item>
		<item>
		<title>98-361 : Understanding Web Applications (20 percent)</title>
		<link>http://www.mcpd-certification.com/98-361-understanding-web-applications-20-percent.html</link>
		<comments>http://www.mcpd-certification.com/98-361-understanding-web-applications-20-percent.html#comments</comments>
		<pubDate>Sat, 24 Dec 2011 17:20:47 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[98-361]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1596</guid>
		<description><![CDATA[Understand Web page development. This objective may include but is not limited to the following: HTML Cascading Style Sheets (CSS) JavaScript Understand Microsoft ASP.NET Web application development. This objective may include but is not limited to: Page life cycle Event model State management Client-side vs. server-side programming Understand Web hosting. This objective may include but [...]]]></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%2F98-361-understanding-web-applications-20-percent.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-361-understanding-web-applications-20-percent.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<ul>
<li>Understand Web page development. This objective may include but is not limited to the following:
<ul>
<li>HTML</li>
<li>Cascading Style Sheets (CSS)</li>
<li>JavaScript</li>
</ul>
</li>
<li>Understand Microsoft ASP.NET Web application development. This objective may include but is not limited to:
<ul>
<li>Page life cycle</li>
<li>Event model</li>
<li>State management</li>
<li>Client-side vs. server-side programming</li>
</ul>
</li>
<li>Understand Web hosting. This objective may include but is not limited to the following:
<ul>
<li>Creating virtual directories and Web sites</li>
<li>Deploying Web applications</li>
<li>Understanding the role of Internet Information Services</li>
</ul>
</li>
<li>Understand Web services. This objective may include but is not limited to the following:
<ul>
<li>Web services that will be consumed by client applications</li>
<li>Accessing Web services from a client application</li>
<li>SOAP and Web Service Definition Language (WSDL)</li>
</ul>
</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%2F98-361-understanding-web-applications-20-percent.html&amp;title=98-361%20%3A%20Understanding%20Web%20Applications%20%2820%20percent%29"><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/98-361-understanding-web-applications-20-percent.html/feed</wfw:commentRss>
		<slash:comments>164</slash:comments>
		</item>
		<item>
		<title>uCertify&#8217;s Christmas sale for foremost</title>
		<link>http://www.mcpd-certification.com/ucertifys-christmas-sale-for-foremost.html</link>
		<comments>http://www.mcpd-certification.com/ucertifys-christmas-sale-for-foremost.html#comments</comments>
		<pubDate>Sat, 24 Dec 2011 04:51:33 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[IT Certification]]></category>
		<category><![CDATA[uCertify's Christmas]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1575</guid>
		<description><![CDATA[Christmas waves a magic wand over this world, and behold, everything is softer and more beautiful. In celebration of this special season, we bring happy tidings. uCertify has a special treat for theÂ foremost300 customers only! Check out our low, low sale prices on over 300Â IT certification exams. Sample Savings: Get any 6 Prepkits for only [...]]]></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%2Fucertifys-christmas-sale-for-foremost.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertifys-christmas-sale-for-foremost.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Christmas waves a magic wand over this world, and behold, everything is softer and more beautiful. In celebration of this special season, we bring happy tidings. uCertify has a special treat for theÂ <strong>foremost</strong><strong></strong><strong>300 customers</strong> only!</p>
<p style="text-align: justify;"><a href="http://www.ucertify.com/"><img class="aligncenter" src="http://2.bp.blogspot.com/_UOEM2931CqE/TMv66LPK68I/AAAAAAAAAkM/2jp0t0NB0iw/s1600/Christmas+sale.jpg" alt="" width="150" height="147" /></a></p>
<p style="text-align: justify;">Check out our low, low sale prices on over 300Â <a title="IT certification" href="http://www.ucertify.com/">IT certification</a> exams. Sample Savings: Get any 6 Prepkits for only $56.67 each! Thatâ€™s a savings of 60%! Or pick any 3 Prepkits for a savings of 40%! Remember, you only have to succeed the last time. Setting an example is not the main means of influencing others; it is the only means.</p>
<p style="text-align: justify;">See <a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank">https://www.ucertify.com/cart/selectadeal.php</a> for details</p>
<p style="text-align: center;"><img class="aligncenter" src="http://savingdinner.com/wp-content/uploads/Christmas-Sale.jpg" alt="" /></p>
<p style="text-align: justify;"><strong>Hurry! Sale begins NOW!</strong> At these Santa sized savings, be sure you are one of the first, lucky 300 customers!</p>
<p style="text-align: justify;">Buy more and Save more!</p>
<p style="text-align: justify;">We guarantee that you will pass your certification exam in first attempt or we will provide full refund. Checkout ourÂ <a href="http://www.ucertify.com/about/guarantee.html" target="_blank">100% money back guarantee!</a></p>
<p style="text-align: justify;"><strong><a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank">Click here to view uCertify Christmas Offer online</a></strong></p>
<p style="text-align: center;"><img src="http://t1.gstatic.com/images?q=tbn:ANd9GcS060sS2r342JB3TRuDRLx_0hIXSU_H8AVhj-me4kHEHn3qFw4y" alt="" /></p>
<p style="text-align: justify;">Happy Shopping &amp; Happy Learning!</p>
<p style="text-align: justify;">Your uCertify Team</p>
<p style="text-align: justify;"><a href="http://www.ucertify.com/">http://www.ucertify.com</a></p>
<p style="text-align: justify;"><strong><em> NOte: This is a guest Post by uCertify Team.</em></strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertifys-christmas-sale-for-foremost.html&amp;title=uCertify%26%238217%3Bs%20Christmas%20sale%20for%20foremost"><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/ucertifys-christmas-sale-for-foremost.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>98-361 : Understanding Desktop Applications (12 percent)</title>
		<link>http://www.mcpd-certification.com/98-361-understanding-desktop-applications-12-percent.html</link>
		<comments>http://www.mcpd-certification.com/98-361-understanding-desktop-applications-12-percent.html#comments</comments>
		<pubDate>Fri, 23 Dec 2011 17:10:50 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[98-361]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1598</guid>
		<description><![CDATA[Understand Windows Forms applications. This objective may include but is not limited to the following: Windows Forms event model Visual inheritance UI design Use of Multiple Document Interface (MDI) Single Document Interface SDI applications Understand console-based applications. This objective may include but is not limited to the following: Characteristics and capabilities of console-based applications Understand [...]]]></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%2F98-361-understanding-desktop-applications-12-percent.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-361-understanding-desktop-applications-12-percent.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<ul>
<li>Understand Windows Forms applications. This objective may include but is not limited to the following:
<ul>
<li>Windows Forms event model</li>
<li>Visual inheritance</li>
<li>UI design</li>
<li>Use of Multiple Document Interface (MDI)</li>
<li>Single Document Interface</li>
<li>SDI applications</li>
</ul>
</li>
<li>Understand console-based applications. This objective may include but is not limited to the following:
<ul>
<li>Characteristics and capabilities of console-based applications</li>
</ul>
</li>
<li>Understand Windows Services. This objective may include but is not limited to the following:
<ul>
<li>Characteristics and capabilities of Windows Services</li>
</ul>
</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%2F98-361-understanding-desktop-applications-12-percent.html&amp;title=98-361%20%3A%20Understanding%20Desktop%20Applications%20%2812%20percent%29"><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/98-361-understanding-desktop-applications-12-percent.html/feed</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>98-361 : Understanding Databases (17 percent)</title>
		<link>http://www.mcpd-certification.com/98-361-understanding-databases-17-percent.html</link>
		<comments>http://www.mcpd-certification.com/98-361-understanding-databases-17-percent.html#comments</comments>
		<pubDate>Fri, 23 Dec 2011 17:08:09 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[98-361]]></category>
		<category><![CDATA[Understanding Databases]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1600</guid>
		<description><![CDATA[Understand relational database management systems. This objective may include but is not limited to the following: Characteristics and capabilities of database products Database design Entity Relationship Diagrams (ERDs) Normalization concepts Understand database query methods. This objective may include but is not limited to the following: Structured query language (SQL) Creating and accessing stored procedures Updating [...]]]></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%2F98-361-understanding-databases-17-percent.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-361-understanding-databases-17-percent.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<ul>
<li>Understand relational database management systems. This objective may include but is not limited to the following:
<ul>
<li>Characteristics and capabilities of database products</li>
<li>Database design</li>
<li>Entity Relationship Diagrams (ERDs)</li>
<li>Normalization concepts</li>
</ul>
</li>
<li>Understand database query methods. This objective may include but is not limited to the following:
<ul>
<li>Structured query language (SQL)</li>
<li>Creating and accessing stored procedures</li>
<li>Updating data and selecting data</li>
</ul>
</li>
<li>Understand database connection methods. This objective may include but is not limited to the following:
<ul>
<li>Connecting to various types of data stores</li>
<li>XML file</li>
<li>In-memory object</li>
<li>Resource optimization</li>
</ul>
</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%2F98-361-understanding-databases-17-percent.html&amp;title=98-361%20%3A%20Understanding%20Databases%20%2817%20percent%29"><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/98-361-understanding-databases-17-percent.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>uCertify&#8217;s Cyber Monday deal get any PrepKit for $44.99 or fewer</title>
		<link>http://www.mcpd-certification.com/ucertifys-cyber-monday-deal-get-any-prepkit-for-44-99-or-fewer.html</link>
		<comments>http://www.mcpd-certification.com/ucertifys-cyber-monday-deal-get-any-prepkit-for-44-99-or-fewer.html#comments</comments>
		<pubDate>Mon, 28 Nov 2011 09:55:31 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[IT Certification]]></category>
		<category><![CDATA[uCertify]]></category>
		<category><![CDATA[Cyber Monday]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=632</guid>
		<description><![CDATA[Hey! Cyber Monday, the Monday following the Thanksgiving holiday, begin the online holiday shopping time of year. If you are eager to achieve any plus in a competitive economy of IT Certification then â€¦â€¦â€¦.&#8220;May be you went out on Friday &#38; tried it and if you still did not notice it, then make an effort [...]]]></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%2Fucertifys-cyber-monday-deal-get-any-prepkit-for-44-99-or-fewer.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertifys-cyber-monday-deal-get-any-prepkit-for-44-99-or-fewer.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="background-color: #ffffff;">Hey! Cyber Monday, the Monday following the Thanksgiving holiday, begin the online holiday shopping time of year. If you are eager to achieve any plus in a competitive economy of IT Certification then â€¦â€¦â€¦.<strong>&#8220;May be you went out on Friday &amp; tried it and if you still did not notice it, then make an effort back on Cyber Monday.&#8221;</strong></span></p>
<table style="color: #000000; font-weight: bold; background-color: #e7e9ec;" border="0">
<tbody>
<tr>
<td>
<p style="text-align: center;"><a title="https://www.ucertify.com/cart/selectadeal.php" href="https://www.ucertify.com/cart/selectadeal.php" target="_blank"><img src="https://www.ucertify.com/images/sale/cybermonday-deal.jpg" alt="Save upto 60%" width="360" height="120" /></a></p>
</td>
</tr>
<tr>
<td>
<table style="color: #000000; font-weight: bold; background-color: #e7e9ec;" width="600px" border="0" cellpadding="8px">
<tbody>
<tr style="font-size: 100%;">
<th style="text-align: left;">Package</th>
<th style="text-align: left;">Saving</th>
<th style="text-align: left;">License</th>
<th></th>
</tr>
<tr style="border-bottom: 1px solid #cccccc; font-size: 90%;">
<td>6 PrepKits<br />
<small> Only $339.99 i.e. $56.67 each PrepKits </small></td>
<td>60%</td>
<td>Home and Work<br />
<small>Additional $34 Saving</small></td>
<th><a href="https://www.ucertify.com/cart/todays-deal.php?deal=5"><img src="https://www.ucertify.com/images/buynow.png" alt="buy 6 prepktis" /></a></th>
</tr>
<tr style="border-bottom: 1px solid #cccccc; font-size: 90%;">
<td>5 PrepKits<br />
<small> Only $309.99 i.e. $62 each PrepKits </small></td>
<td>56%</td>
<td>Home and Work<br />
<small>Additional $31 Saving</small></td>
<th><a href="https://www.ucertify.com/cart/todays-deal.php?deal=4"><img src="https://www.ucertify.com/images/buynow.png" alt="buy 5 prepktis" /></a></th>
</tr>
<tr style="border-bottom: 1px solid #cccccc; font-size: 90%;">
<td>4 PrepKits<br />
<small> Only $279.99 i.e. $70 each PrepKits </small></td>
<td>50%</td>
<td>Home and Work<br />
<small>Additional $28 Saving</small></td>
<th><a href="https://www.ucertify.com/cart/todays-deal.php?deal=3"><img src="https://www.ucertify.com/images/buynow.png" alt="buy 4 prepktis" /></a></th>
</tr>
<tr style="border-bottom: 1px solid #cccccc; font-size: 90%;">
<td>3 PrepKits<br />
<small> Only $249.99 i.e. $83.33 each PrepKits </small></td>
<td>40%</td>
<td>Home and Work<br />
<small>Additional $25 Saving</small></td>
<th><a href="https://www.ucertify.com/cart/todays-deal.php?deal=2"><img src="https://www.ucertify.com/images/buynow.png" alt="buy 3 prepktis" /></a></th>
</tr>
<tr style="border-bottom: 1px solid #cccccc; font-size: 90%;">
<td>2 PrepKits<br />
<small> Only $179.99 i.e. $90 each PrepKits </small></td>
<td>35%</td>
<td>Home and Work<br />
<small>Additional $18 Saving</small></td>
<th><a href="https://www.ucertify.com/cart/todays-deal.php?deal=1"><img src="https://www.ucertify.com/images/buynow.png" alt="buy 2 prepktis" /></a></th>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>Buy more and Save more!<br />
<strong> <a href="https://www.ucertify.com/cart/todays-deal.php?deal=5" target="_blank">60% off any 6 PrepKits</a><br />
<a href="https://www.ucertify.com/cart/todays-deal.php?deal=4" target="_blank">55% off any 5 PrepKits</a><br />
<a href="https://www.ucertify.com/cart/todays-deal.php?deal=3" target="_blank">50% off any 4 PrepKits</a><br />
<a href="https://www.ucertify.com/cart/todays-deal.php?deal=2" target="_blank">40% off any 3 Prepkits</a><br />
<a href="https://www.ucertify.com/cart/todays-deal.php?deal=1" target="_blank">35% off any 2 Prepkits</a><br />
</strong><br />
We guarantee that you will pass your certification exam in first attempt or we will provide full refund. Checkout our <a href="http://www.ucertify.com/about/guarantee.html" target="_blank">100% money back guarantee!</a></p>
<p><strong><a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank">Click here to view Cyber Monday Offer online</a></strong></p>
<p>Happy Shopping &amp; Happy Learning!</p>
<p>Each and every PrepKit come up with industry paramount Money back Guarantee. If you are unable to pass, we will return your money. Home and Work license permit you to install the PrepKit on two computers. Sale starts at the moment and ends on Cyber Monday, Nov 30th.</p>
<p>Black Friday might be the leading shopping day of the year, however, Cyber Monday, lashes out the online shopping period in anticipation of Christmas. If you did not desire to wake up at an impious hour to exchange blows with crazy deal hunters in the stores, you can still get excellent deals on the Internet.</p>
<p>For more Information visit:Â <a href="http://www.ucertify.com/">http://www.ucertify.com/</a></p>
<p>Follow uCertify Team on FaceBook: <a href="http://www.facebook.com/Certifications">http://www.facebook.com/Certifications</a></p>
<p><em><strong>Note: This is a guest post by uCertify Team</strong></em><em><br />
</em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertifys-cyber-monday-deal-get-any-prepkit-for-44-99-or-fewer.html&amp;title=uCertify%26%238217%3Bs%20Cyber%20Monday%20deal%20get%20any%20PrepKit%20for%20%2444.99%20or%20fewer"><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/ucertifys-cyber-monday-deal-get-any-prepkit-for-44-99-or-fewer.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>SAVE 40% uCertify Pre-Thanksgiving Sale</title>
		<link>http://www.mcpd-certification.com/save-40-ucertify-pre-thanksgiving-sale.html</link>
		<comments>http://www.mcpd-certification.com/save-40-ucertify-pre-thanksgiving-sale.html#comments</comments>
		<pubDate>Wed, 23 Nov 2011 11:06:36 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[IT Certification]]></category>
		<category><![CDATA[uCertify]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1895</guid>
		<description><![CDATA[Enjoy PRE-THANKS GIVING OFFER, before the event that Americans commonly call the &#8220;First Thanksgiving&#8221; will be celebrated to give thanks to God for guiding them safely to the New World. Buy 2 or more Prepkits and get 40% OFF &#160; uCertify invites the first 100 customers to begin feasting early..!! uCertify has some terrific treats [...]]]></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%2Fsave-40-ucertify-pre-thanksgiving-sale.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fsave-40-ucertify-pre-thanksgiving-sale.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Enjoy PRE-THANKS GIVING OFFER, before the event that Americans commonly call the &#8220;First Thanksgiving&#8221; will be celebrated to give thanks to God for guiding them safely to the New World.</p>
<h3 style="text-align: justify;"><a href="https://www.ucertify.com/cart/todays-deal.php" target="_blank">Buy 2 or more Prepkits and get 40% OFF</a></h3>
<p>&nbsp;</p>
<h3 style="text-align: justify;"></h3>
<h3 style="text-align: justify;">uCertify invites the first 100 customers to begin feasting early..!!</h3>
<p style="text-align: justify;">uCertify has some terrific treats for you this Thanksgiving! Turkey and mashed potatoes are not the only things up for gobbling this week. Check out these incredible savings!</p>
<p style="text-align: justify;"><a href="https://www.ucertify.com/cart/todays-deal.php" target="_blank"><img title="uCertify's Pre Thanksgiving Sale! SAVE 40%" src="https://www.ucertify.com/images/sale/pre-thanksgiving.jpg" alt="uCertify's Pre-Thanksgiving  Sale! SAVE 50%" width="NaN" height="NaN" /></a></p>
<p style="text-align: justify;">This is one feast you won’t want to miss! The best part … you won’t regret feasting! You will pass in your first attempt or your money back. No <a title="questions" href="http://www.ucertify.com/exams/CIW/1D0-442.html">questions</a> asked. This is one gift you won’t need to return.</p>
<p style="text-align: justify;"><em>‘Tis the season to be jolly! So, celebrate the savings! Treat yourself to the gift of learning!</em></p>
<p style="text-align: justify;">Join the feasting! Choose from over 400 <a title="Test prep" href="http://www.ucertify.com/" target="_blank">test prep</a> software for <a title="http://www.ucertify.com/vendors/Microsoft.html" href="http://www.ucertify.com/vendors/Microsoft.html">Microsoft</a>, <a title="http://www.ucertify.com/certifications/ITIL/itil-foundation.html" href="http://www.ucertify.com/certifications/ITIL/itil-foundation.html" target="_blank">ITIL</a> CompTIA, Oracle, IBM, Cisco, CCNA, &amp; many more. <strong>Nobody beats </strong><strong>our breadth and depth of experience. 100% guaranteed..!!!</strong></p>
<p style="text-align: justify;">For <strong>.NET Application developers</strong>, we have special offer too, visit <a title="http://www.ucertify.com/certifications/Microsoft/microsoft-visual-studio-2010.html" href="http://www.ucertify.com/certifications/Microsoft/microsoft-visual-studio-2010.html" target="_blank">.NET 4 Certifications</a>.</p>
<p style="text-align: justify;">Buy our PrepKits and Save upto 50%! And yes, get the online and mobile versions absolutely FREE!</p>
<p style="text-align: justify;"><a href="http://learn.ucertify.com/" target="_blank">http://learn.ucertify.com</a></p>
<p style="text-align: justify;">Simply sign up or login with your existing account and add the Prepkit of your choice and and access it from anywhere. You can add your license information from this link</p>
<p style="text-align: justify;"><a href="http://learn.ucertify.com/myprofile.php?func=mylicense">http://learn.ucertify.com/myprofile.php?func=mylicense</a></p>
<p style="text-align: justify;"><strong><a href="https://www.ucertify.com/cart/todays-deal.php" target="_blank">Click here now to Save : uCertify’s Pre-Thanksgiving</a> </strong><strong><a href="https://www.ucertify.com/cart/todays-deal.php" target="_blank">Sale!</a></strong></p>
<p style="text-align: justify;">Happy Shopping &amp; Happy Learning!</p>
<p style="text-align: justify;">Your uCertify Team</p>
<p style="text-align: justify;"><a href="http://www.ucertify.com/">http://www.ucertify.com</a></p>
<p style="text-align: justify;"><em><strong>Note</strong>: This is a guest post by uCertify Team.</em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fsave-40-ucertify-pre-thanksgiving-sale.html&amp;title=SAVE%2040%25%20uCertify%20Pre-Thanksgiving%20Sale"><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/save-40-ucertify-pre-thanksgiving-sale.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cool autumn savings from uCertify!</title>
		<link>http://www.mcpd-certification.com/cool-autumn-savings-from-ucertify.html</link>
		<comments>http://www.mcpd-certification.com/cool-autumn-savings-from-ucertify.html#comments</comments>
		<pubDate>Wed, 28 Sep 2011 04:13:53 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[IT Certification]]></category>
		<category><![CDATA[MCSD]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[uCertify]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1886</guid>
		<description><![CDATA[The leaves are falling, pumpkins are all around, and the air smells crisp, it must be fall! We hope this page will help you make fall a learning time in your LYf. You will find ideas, links, e-books, fall printables, and more on uCertify Offer.  If you like a Preparation Kit that PrepKit of uCertify, click [...]]]></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%2Fcool-autumn-savings-from-ucertify.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fcool-autumn-savings-from-ucertify.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The leaves are falling, pumpkins are all around, and the air smells crisp, it must be fall! We hope this page will help you make fall a learning time in your LYf. You will find ideas, links, e-books, fall printables, and more on uCertify Offer.  If you like a Preparation Kit that PrepKit of uCertify, click on it to buy N learn more. Now &#8220;fall&#8221; into uCertify Home!</p>
<p>This offer is available for the first 100 customers only. Be one of the first to buy any of our PrepKits and get the ONLINE version absolutely FREE! Access the PrepKit from any computer, your iPhone or iPad! How COOL is that?!</p>
<p>Ready for more WonderFALL savings?</p>
<p>&nbsp;<br />
<a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank"><img title="uCertify's WonderFALL Sale! SAVE 50%" src="http://www.ucertify.com/images/sale/autumn.jpg" alt="uCertify's WonderFALL Sale! SAVE 50%" width="600px" height="200px" /></a></p>
<p>Choose from over 300 <a title="test prep" href="http://www.ucertify.com/">test prep</a> software for <a title="CompTIA" href="http://www.ucertify.com/vendors/CompTIA.html">CompTIA</a>, Microsoft, Oracle, IBM, Cisco, <a title="CCNA" href="http://www.ucertify.com/certifications/Cisco/ccna.html">CCNA</a> &amp; many more. Nobody beats our breadth and depth of experience.</p>
<p>Buy our PrepKits and Save upto 50%! And yes, get the online and mobile versions absolutely FREE!</p>
<p>&nbsp;<br />
<a href="http://www.ucertify.me/" target="_blank">http://www.ucertify.me</a></p>
<p>Simply sign up or login with your existing account and add the Prepkit of your choice and and access it from anywhere. You can add your license information from this link</p>
<p>&nbsp;<br />
<a href="http://www.ucertify.me/myprofile.php?func=mylicense">http://www.ucertify.me/myprofile.php?func=mylicense</a></p>
<p><strong>iPhone and iPad users</strong> signup to <a href="http://learn.ucertify.com/" target="_blank">http://learn.ucertify.com</a> or login with your existing account and add the Prepkit of your choice and and access it from your iPhone and iPad. You can add your license information from this link</p>
<p>&nbsp;<br />
<a href="http://learn.ucertify.com/myprofile.php?func=mylicense">http://learn.ucertify.com/myprofile.php?func=mylicense</a></p>
<p><strong><a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank">Click here now to Save : uCertify’s WonderFALL Sale!</a></strong></p>
<p><strong></strong>Happy Shopping &amp; Happy Learning!</p>
<p>Your uCertify Team</p>
<p><a href="http://www.ucertify.com/">http://www.ucertify.com</a></p>
<p>&nbsp;</p>
<p><em><strong>Note: </strong>This is a guest post by uCertify Team</em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fcool-autumn-savings-from-ucertify.html&amp;title=Cool%20autumn%20savings%20from%20uCertify%21"><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/cool-autumn-savings-from-ucertify.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Matching Game in Visual Studio 2010</title>
		<link>http://www.mcpd-certification.com/creating-a-matching-game-in-visual-studio-2010.html</link>
		<comments>http://www.mcpd-certification.com/creating-a-matching-game-in-visual-studio-2010.html#comments</comments>
		<pubDate>Fri, 26 Aug 2011 19:19:56 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1881</guid>
		<description><![CDATA[In this tutorial, you build a matching game, where the player must match pairs of hidden icons. You learn how to: Hold objects using a List object. Use a foreach loop in Visual C# or a For Each loop in Visual Basic. Keep track of a form&#8217;s state using reference variables. Build an event handler that you can use with multiple [...]]]></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%2Fcreating-a-matching-game-in-visual-studio-2010.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fcreating-a-matching-game-in-visual-studio-2010.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">In this tutorial, you build a matching game, where the player must match pairs of hidden icons. You learn how to:</p>
<ul style="text-align: justify;">
<li>Hold objects using a <strong>List</strong> object.</li>
<li>Use a foreach loop in Visual C# or a For Each loop in Visual Basic.</li>
<li>Keep track of a form&#8217;s state using reference variables.</li>
<li>Build an event handler that you can use with multiple objects.</li>
<li>Make a timer fire exactly once when started.</li>
</ul>
<p style="text-align: justify;">When you finish, your program will look like the following picture.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/dd553235.aspx">Read More&#8230;</a></p>
<p style="text-align: justify;">Main link: <a href="http://msdn.microsoft.com/en-us/library/dd553235.aspx">http://msdn.microsoft.com/en-us/library/dd553235.aspx</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%2Fcreating-a-matching-game-in-visual-studio-2010.html&amp;title=Creating%20a%20Matching%20Game%20in%20Visual%20Studio%202010"><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/creating-a-matching-game-in-visual-studio-2010.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating a Math Quiz in Visual Studio 2010</title>
		<link>http://www.mcpd-certification.com/creating-a-math-quiz-in-visual-studio-2010.html</link>
		<comments>http://www.mcpd-certification.com/creating-a-math-quiz-in-visual-studio-2010.html#comments</comments>
		<pubDate>Thu, 25 Aug 2011 19:17:52 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1879</guid>
		<description><![CDATA[In this tutorial, you build a timed math quiz game, where the player must answer four random arithmetic problems within a specified time. You learn how to: Generate random numbers using the Random class. Trigger events using a Timer control. Control program flow using if else statements. Perform basic arithmetic operations. When you finish, your program will look like the following [...]]]></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%2Fcreating-a-math-quiz-in-visual-studio-2010.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fcreating-a-math-quiz-in-visual-studio-2010.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In this tutorial, you build a timed math quiz game, where the player must answer four random arithmetic problems within a specified time. You learn how to:</p>
<ul>
<li>Generate random numbers using the <strong>Random</strong> class.</li>
<li>Trigger events using a Timer control.</li>
<li>Control program flow using if else statements.</li>
<li>Perform basic arithmetic operations.</li>
</ul>
<p>When you finish, your program will look like the following picture.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd492172.aspx">Read More&#8230;</a></p>
<p>Main link: <a href="http://msdn.microsoft.com/en-us/library/dd492172.aspx">http://msdn.microsoft.com/en-us/library/dd492172.aspx</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%2Fcreating-a-math-quiz-in-visual-studio-2010.html&amp;title=Creating%20a%20Math%20Quiz%20in%20Visual%20Studio%202010"><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/creating-a-math-quiz-in-visual-studio-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Maze in Visual Studio 2010</title>
		<link>http://www.mcpd-certification.com/creating-a-maze-in-visual-studio-2010.html</link>
		<comments>http://www.mcpd-certification.com/creating-a-maze-in-visual-studio-2010.html#comments</comments>
		<pubDate>Wed, 24 Aug 2011 19:14:47 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1877</guid>
		<description><![CDATA[In this tutorial, you build a maze game, where the user has to move the mouse pointer from the start to the finish without touching any of the walls. You learn how to: Lay out a form using a Panel container. Build a maze using Label controls. Write code to show a message box. Set up event handlers for [...]]]></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%2Fcreating-a-maze-in-visual-studio-2010.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fcreating-a-maze-in-visual-studio-2010.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In this tutorial, you build a maze game, where the user has to move the mouse pointer from the start to the finish without touching any of the walls. You learn how to:</p>
<ul>
<li>Lay out a form using a Panel container.</li>
<li>Build a maze using Label controls.</li>
<li>Write code to show a message box.</li>
<li>Set up event handlers for mouse events.</li>
<li>Play sounds in your program.</li>
<li>Organize your code using classes.
<p><a href="http://msdn.microsoft.com/en-us/library/dd492162.aspx">Read More&#8230;</a></p>
<p>Main Link: <a href="http://msdn.microsoft.com/en-us/library/dd492162.aspx">http://msdn.microsoft.com/en-us/library/dd492162.aspx</a></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%2Fcreating-a-maze-in-visual-studio-2010.html&amp;title=Creating%20a%20Maze%20in%20Visual%20Studio%202010"><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/creating-a-maze-in-visual-studio-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Picture Viewer in Visual Studio 2010</title>
		<link>http://www.mcpd-certification.com/creating-a-picture-viewer-in-visual-studio-2010.html</link>
		<comments>http://www.mcpd-certification.com/creating-a-picture-viewer-in-visual-studio-2010.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 19:12:04 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1875</guid>
		<description><![CDATA[In this tutorial, you build a program that loads a picture from a file and displays it in a window. You learn how to drag controls like buttons and picture boxes on your form, set their properties, and use containers to smoothly resize the form. You also get started writing code. You learn how to: [...]]]></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%2Fcreating-a-picture-viewer-in-visual-studio-2010.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fcreating-a-picture-viewer-in-visual-studio-2010.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">In this tutorial, you build a program that loads a picture from a file and displays it in a window. You learn how to drag controls like buttons and picture boxes on your form, set their properties, and use containers to smoothly resize the form. You also get started writing code. You learn how to:</p>
<ul style="text-align: justify;">
<li>Create a new project.</li>
<li>Test (debug) an application.</li>
<li>Add basic controls like check boxes and buttons to a form.</li>
<li>Position controls on a form using layouts.</li>
<li>Add Open File and Color dialog boxes to a form.</li>
<li>Write code using IntelliSense and code snippets.</li>
<li>Write event handler methods.</li>
</ul>
<p style="text-align: justify;">When you finish, your program will look like the following picture. <a href="http://msdn.microsoft.com/en-us/library/dd492135.aspx">Read More&#8230;<br />
</a></p>
<p style="text-align: justify;">Main Link: <a href="http://msdn.microsoft.com/en-us/library/dd492135.aspx">http://msdn.microsoft.com/en-us/library/dd492135.aspx</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fcreating-a-picture-viewer-in-visual-studio-2010.html&amp;title=Creating%20a%20Picture%20Viewer%20in%20Visual%20Studio%202010"><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/creating-a-picture-viewer-in-visual-studio-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Availability of Features in Visual Studio Versions</title>
		<link>http://www.mcpd-certification.com/availability-of-features-in-visual-studio-versions.html</link>
		<comments>http://www.mcpd-certification.com/availability-of-features-in-visual-studio-versions.html#comments</comments>
		<pubDate>Mon, 22 Aug 2011 19:28:02 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1871</guid>
		<description><![CDATA[The following table shows whether certain features are supported in the listed versions of Visual Studio Professional. &#8220;Yes&#8221; means that the Visual Studio version includes the feature. &#8220;Add-in&#8221; means that the Visual Studio version does not include the feature, but it is available and you can get more information by clicking the link. &#8220;No&#8221; means [...]]]></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%2Favailability-of-features-in-visual-studio-versions.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Favailability-of-features-in-visual-studio-versions.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The following table shows whether certain features are supported in the listed versions of Visual Studio Professional.</p>
<ul>
<li>&#8220;Yes&#8221; means that the Visual Studio version includes the feature.</li>
<li>&#8220;Add-in&#8221; means that the Visual Studio version does not include the feature, but it is available and you can get more information by clicking the link.</li>
<li>&#8220;No&#8221; means that the Visual Studio version does not include the feature.
<p><a href="http://msdn.microsoft.com/en-us/library/ee519072.aspx">Read More&#8230;</a></p>
<p>&nbsp;</p>
<p>Main Link: <a href="http://msdn.microsoft.com/en-us/library/ee519072.aspx">http://msdn.microsoft.com/en-us/library/ee519072.aspx</a></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%2Favailability-of-features-in-visual-studio-versions.html&amp;title=Availability%20of%20Features%20in%20Visual%20Studio%20Versions"><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/availability-of-features-in-visual-studio-versions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Visual Studio 2010</title>
		<link>http://www.mcpd-certification.com/getting-started-with-visual-studio-2010.html</link>
		<comments>http://www.mcpd-certification.com/getting-started-with-visual-studio-2010.html#comments</comments>
		<pubDate>Sun, 21 Aug 2011 19:26:02 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1869</guid>
		<description><![CDATA[Whether you are new to Visual Studio and .NET programming or have used earlier versions, the following documents are designed to help you get up and running. Overviews of Features and Technologies Title Description What&#8217;s New in Visual Studio 2010 Introduces new features. Visual Studio 2010 Product Highlights Describes feature and technology enhancements. Quick Tour [...]]]></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%2Fgetting-started-with-visual-studio-2010.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fgetting-started-with-visual-studio-2010.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<p>Whether you are new to Visual Studio and .NET programming or have used earlier versions, the following documents are designed to help you get up and running.</p>
</div>
<div>
<div>
<div><a title="Collapse" href="http://msdn.microsoft.com/en-us/library/ms165079.aspx"><img src="http://i.msdn.microsoft.com/Hash/030c41d9079671d09a62d8e2c1db6973.gif" alt="" />Overviews of Features and Technologies</a></div>
</div>
<div>
<div></div>
</div>
<div>
<table>
<tbody>
<tr>
<th>Title</th>
<th>Description</th>
</tr>
<tr>
<td><a href="http://msdn.microsoft.com/en-us/library/bb386063.aspx">What&#8217;s New in Visual Studio 2010</a></td>
<td>Introduces new features.</td>
</tr>
<tr>
<td><a href="http://msdn.microsoft.com/en-us/library/dd547188.aspx">Visual Studio 2010 Product Highlights</a></td>
<td>Describes feature and technology enhancements.</td>
</tr>
<tr>
<td><a href="http://msdn.microsoft.com/en-us/library/ms165088.aspx">Quick Tour of the Integrated Development Environment</a></td>
<td>Provides an overview of the integrated development environment (IDE).</td>
</tr>
</tbody>
</table>
</div>
</div>
<div><a href="http://msdn.microsoft.com/en-us/library/ms165079.aspx">Read More&#8230;<br />
</a></div>
<div>Main Link: <a href="http://msdn.microsoft.com/en-us/library/ms165079.aspx">http://msdn.microsoft.com/en-us/library/ms165079.aspx</a></div>
<div></div>
<div></div>
<div></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fgetting-started-with-visual-studio-2010.html&amp;title=Getting%20Started%20with%20Visual%20Studio%202010"><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/getting-started-with-visual-studio-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Locating the Visual Studio Product Key</title>
		<link>http://www.mcpd-certification.com/locating-the-visual-studio-product-key.html</link>
		<comments>http://www.mcpd-certification.com/locating-the-visual-studio-product-key.html#comments</comments>
		<pubDate>Sat, 20 Aug 2011 19:24:04 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1867</guid>
		<description><![CDATA[You may want to locate the product key for Visual Studio when you are working with customer support, upgrading from a trial version, or updating your own records. To find the product key for Team Foundation Server, follow the steps in Locate or Change the Product Key for Team Foundation Server. Read More&#8230; Main Link: http://msdn.microsoft.com/en-us/library/gg442060.aspx]]></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%2Flocating-the-visual-studio-product-key.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Flocating-the-visual-studio-product-key.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">You may want to locate the product key for Visual Studio when you are working with customer support, upgrading from a trial version, or updating your own records. To find the product key for Team Foundation Server, follow the steps in Locate or Change the Product Key for Team Foundation Server. <a href="http://msdn.microsoft.com/en-us/library/gg442060.aspx">Read More&#8230;<br />
</a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Main Link: <a href="http://msdn.microsoft.com/en-us/library/gg442060.aspx">http://msdn.microsoft.com/en-us/library/gg442060.aspx</a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Flocating-the-visual-studio-product-key.html&amp;title=Locating%20the%20Visual%20Studio%20Product%20Key"><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/locating-the-visual-studio-product-key.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading from a Trial Edition of Visual Studio</title>
		<link>http://www.mcpd-certification.com/upgrading-from-a-trial-edition-of-visual-studio.html</link>
		<comments>http://www.mcpd-certification.com/upgrading-from-a-trial-edition-of-visual-studio.html#comments</comments>
		<pubDate>Sat, 20 Aug 2011 19:21:37 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1865</guid>
		<description><![CDATA[You can evaluate the Professional, Premium, Ultimate, and Test Professional editions of Visual Studio 2010 for up to 90 days. The evaluation period begins when you use the product for the first time. The length of the trial period depends on product registration. If you do not register the product, you can use it for [...]]]></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%2Fupgrading-from-a-trial-edition-of-visual-studio.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fupgrading-from-a-trial-edition-of-visual-studio.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">You can evaluate the Professional, Premium, Ultimate, and Test Professional editions of Visual Studio 2010 for up to 90 days. The evaluation period begins when you use the product for the first time. The length of the trial period depends on product registration. If you do not register the product, you can use it for 30 days; if you register it, you can use it for a total of 90 days.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">You can register anytime within the first 30 days to obtain the remainder of the 90-day period. For example, if you download and use Visual Studio 2010 Premium for 10 days and then register it, you can use it for an additional 80 days. To continue to use the product after 90 days, you must provide a valid product key. For information about how to locate the product key, see <a href="http://msdn.microsoft.com/en-us/library/gg442060.aspx">How to: Locate the Visual Studio Product Key</a>. Before you upgrade, we recommend that you review the <a href="http://go.microsoft.com/fwlink/?LinkId=191417">Visual Studio 2010 and MSDN Licensing White Paper</a>that is available on the Microsoft Download Center website. <a href="http://msdn.microsoft.com/en-us/library/gg442061.aspx">Read More&#8230;</a></p>
<p style="text-align: justify;">Main Link: <a href="http://msdn.microsoft.com/en-us/library/gg442061.aspx">http://msdn.microsoft.com/en-us/library/gg442061.aspx</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%2Fupgrading-from-a-trial-edition-of-visual-studio.html&amp;title=Upgrading%20from%20a%20Trial%20Edition%20of%20Visual%20Studio"><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/upgrading-from-a-trial-edition-of-visual-studio.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Multiple Language Versions of Visual Studio</title>
		<link>http://www.mcpd-certification.com/installing-multiple-language-versions-of-visual-studio.html</link>
		<comments>http://www.mcpd-certification.com/installing-multiple-language-versions-of-visual-studio.html#comments</comments>
		<pubDate>Fri, 19 Aug 2011 19:18:58 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1863</guid>
		<description><![CDATA[Multiple language versions of Visual Studio can be installed on the same computer. Important Considerations About Multiple Language Installations When multiple language versions of a Visual Studio product are installed, the same features must be installed for every language version. Service packs must be applied to all installed versions of Visual Studio. For example, if [...]]]></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%2Finstalling-multiple-language-versions-of-visual-studio.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Finstalling-multiple-language-versions-of-visual-studio.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<p>Multiple language versions of Visual Studio can be installed on the same computer.</p>
</div>
<div>
<div>
<div><a title="Collapse" href="http://msdn.microsoft.com/en-us/library/ee230309.aspx"><img src="http://i.msdn.microsoft.com/Hash/030c41d9079671d09a62d8e2c1db6973.gif" alt="" />Important Considerations About Multiple Language Installations</a></div>
</div>
<div>
<ul>
<li>When multiple language versions of a Visual Studio product are installed, the same features must be installed for every language version.</li>
<li>Service packs must be applied to all installed versions of Visual Studio. For example, if an English version and a Japanese version are installed, you must install the service packs for both versions.</li>
</ul>
</div>
</div>
<p><a href="http://msdn.microsoft.com/en-us/library/ee230309.aspx">Read More&#8230;</a></p>
<p>Main Link: <a href="http://msdn.microsoft.com/en-us/library/ee230309.aspx">http://msdn.microsoft.com/en-us/library/ee230309.aspx</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%2Finstalling-multiple-language-versions-of-visual-studio.html&amp;title=Installing%20Multiple%20Language%20Versions%20of%20Visual%20Studio"><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/installing-multiple-language-versions-of-visual-studio.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Administrator Guide</title>
		<link>http://www.mcpd-certification.com/visual-studio-administrator-guide.html</link>
		<comments>http://www.mcpd-certification.com/visual-studio-administrator-guide.html#comments</comments>
		<pubDate>Fri, 19 Aug 2011 19:16:28 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1861</guid>
		<description><![CDATA[You can deploy Visual Studio 2010 on a network. However, target computers must meet the minimum installation requirements. Supported Operating System Releases The target computer must have one of the following operating system releases: Windows 7 Windows Server 2008 R2 Windows Server 2008 Service Pack 2 Windows Vista Service Pack 2 Windows Server 2003 Service Pack 2 Windows [...]]]></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%2Fvisual-studio-administrator-guide.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fvisual-studio-administrator-guide.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<p>You can deploy Visual Studio 2010 on a network. However, target computers must meet the minimum installation requirements.</p>
</div>
<div>
<div>
<div><a title="Collapse" href="http://msdn.microsoft.com/en-us/library/ee225238.aspx"><img src="http://i.msdn.microsoft.com/Hash/030c41d9079671d09a62d8e2c1db6973.gif" alt="" />Supported Operating System Releases</a></p>
<div>The target computer must have one of the following operating system releases:</div>
</div>
</div>
<div>
<ul>
<li>Windows 7</li>
<li>Windows Server 2008 R2</li>
<li>Windows Server 2008 Service Pack 2</li>
<li>Windows Vista Service Pack 2</li>
<li>Windows Server 2003 Service Pack 2</li>
<li>Windows XP Service Pack 3</li>
</ul>
<p>To find the download locations for these operating system releases, see <a href="http://go.microsoft.com/fwlink/?LinkID=180714">Service Packs</a> on the Microsoft Support Web site.</p>
<h3>Why Install Service Packs?</h3>
<div>
<p>Product updates are distributed by using service packs. Service packs may contain improvements to system reliability, program compatibility, security, and more. <a href="http://msdn.microsoft.com/en-us/library/ee225238.aspx">Read More&#8230;.</a></p>
<p>Main link: <a href="http://msdn.microsoft.com/en-us/library/ee225238.aspx">http://msdn.microsoft.com/en-us/library/ee225238.aspx</a></p>
</div>
</div>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fvisual-studio-administrator-guide.html&amp;title=Visual%20Studio%20Administrator%20Guide"><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/visual-studio-administrator-guide.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Install the Visual Studio Image Library</title>
		<link>http://www.mcpd-certification.com/how-to-install-the-visual-studio-image-library.html</link>
		<comments>http://www.mcpd-certification.com/how-to-install-the-visual-studio-image-library.html#comments</comments>
		<pubDate>Thu, 18 Aug 2011 19:14:23 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1859</guid>
		<description><![CDATA[The Visual Studio 2010 Image Library contains application images that appear in Microsoft Windows, the Office system, Microsoft Visual Studio, and other Microsoft software. You can use this set of over 1,000 images to create applications that look visually consistent with Microsoft software. The image library includes three main categories of images: animations, bitmaps, 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%2Fhow-to-install-the-visual-studio-image-library.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fhow-to-install-the-visual-studio-image-library.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">The Visual Studio 2010 Image Library contains application images that appear in Microsoft Windows, the Office system, Microsoft Visual Studio, and other Microsoft software. You can use this set of over 1,000 images to create applications that look visually consistent with Microsoft software.</p>
<p style="text-align: justify;">The image library includes three main categories of images: animations, bitmaps, and icons. A readme file, *readme.htm, is included for each major area. These readme files include information about how to use these images appropriately in your applications.</p>
<p style="text-align: justify;">The Visual Studio Image Library is installed on your computer together with Visual Studio. To access the files in the image library, you must extract them from VS2010ImageLibrary.zip. <a href="http://msdn.microsoft.com/en-us/library/ms246582.aspx">Read More&#8230;</a></p>
<p style="text-align: justify;">Main Link: <a href="http://msdn.microsoft.com/en-us/library/ms246582.aspx">http://msdn.microsoft.com/en-us/library/ms246582.aspx</a><a href="http://msdn.microsoft.com/en-us/library/ms246582.aspx"></p>
<p></a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fhow-to-install-the-visual-studio-image-library.html&amp;title=How%20to%3A%20Install%20the%20Visual%20Studio%20Image%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/how-to-install-the-visual-studio-image-library.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Visual Studio Versions Side-by-Side</title>
		<link>http://www.mcpd-certification.com/installing-visual-studio-versions-side-by-side.html</link>
		<comments>http://www.mcpd-certification.com/installing-visual-studio-versions-side-by-side.html#comments</comments>
		<pubDate>Wed, 17 Aug 2011 19:11:12 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1857</guid>
		<description><![CDATA[Visual Studio 2010 can be installed on a computer that already has an earlier version of Visual Studio. We recommend that you install Visual Studio versions in the order in which they were released. For example, install Visual Studio 2008 before you install Visual Studio 2010. Before you install versions side by side, review the following [...]]]></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%2Finstalling-visual-studio-versions-side-by-side.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Finstalling-visual-studio-versions-side-by-side.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Visual Studio 2010 can be installed on a computer that already has an earlier version of Visual Studio. We recommend that you install Visual Studio versions in the order in which they were released. For example, install Visual Studio 2008 before you install Visual Studio 2010. Before you install versions side by side, review the following conditions:</p>
<ul>
<li>If you open in Visual Studio 2010 a solution from an earlier version and then save the solution, you can no longer open the solution in the earlier version.</li>
<li>If you uninstall a version of Visual Studio on a computer that has more than one version installed, the file associations for Visual Studio will be removed for all versions. You can remap these file associations by using the Restore File Associations button on the Environment, General page of the <a href="http://msdn.microsoft.com/en-us/library/655bh737.aspx">Options</a> dialog box.
<p><a href="http://msdn.microsoft.com/en-us/library/ms246609.aspx">Read More&#8230;</a></p>
<p>Main link: <a href="http://msdn.microsoft.com/en-us/library/ms246609.aspx">http://msdn.microsoft.com/en-us/library/ms246609.aspx</a></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%2Finstalling-visual-studio-versions-side-by-side.html&amp;title=Installing%20Visual%20Studio%20Versions%20Side-by-Side"><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/installing-visual-studio-versions-side-by-side.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Visual Studio</title>
		<link>http://www.mcpd-certification.com/installing-visual-studio.html</link>
		<comments>http://www.mcpd-certification.com/installing-visual-studio.html#comments</comments>
		<pubDate>Tue, 16 Aug 2011 19:04:08 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1854</guid>
		<description><![CDATA[Visual Studio can be installed by using the installation media (for example, DVDs), or by downloading from the product website. This document provides the following installation information: Installing Visual Studio Troubleshooting Installation Problems Enterprise Network Deployment After Visual Studio Is Installed Registering Visual Studio Repairing Visual Studio Installing Optional Components Checking for Service Releases 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%2Finstalling-visual-studio.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Finstalling-visual-studio.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Visual Studio can be installed by using the installation media (for example, DVDs), or by downloading from the product website.</p>
<p style="text-align: justify;">This document provides the following installation information:</p>
<ul>
<li style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#installing">Installing Visual Studio</a></li>
<li style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#troubleshooting">Troubleshooting Installation Problems</a></li>
<li style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#enterprise">Enterprise Network Deployment</a></li>
<li style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#afterInstalling">After Visual Studio Is Installed</a>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#register">Registering Visual Studio</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#repair">Repairing Visual Studio</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#optionalComponents">Installing Optional Components</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#serviceReleases">Checking for Service Releases and Product Updates</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#uninstalling">Uninstalling Visual Studio</a></li>
</ul>
</li>
<li>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx#relatedTopics">Related Topics</a></p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx">Read More&#8230;.</a></p>
<p style="text-align: justify;">Main link: <a href="http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx">http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx</a></p>
</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%2Finstalling-visual-studio.html&amp;title=Installing%20Visual%20Studio"><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/installing-visual-studio.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>back TO school SALES</title>
		<link>http://www.mcpd-certification.com/back-to-school-sales.html</link>
		<comments>http://www.mcpd-certification.com/back-to-school-sales.html#comments</comments>
		<pubDate>Tue, 16 Aug 2011 14:35:15 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[uCertify]]></category>
		<category><![CDATA[back TO school SALES]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1391</guid>
		<description><![CDATA[The roots of education are bitter, but the fruit is sweet. Itâ€™s time to go back to school. Itâ€™s time to prepare the first Computer project of the new school year. As usual, uCertify offer IT certification Simulators to all teacher and students and even parents at this back to school season. Do you have [...]]]></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%2Fback-to-school-sales.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fback-to-school-sales.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="https://www.ucertify.com/cart/selectadeal.php"><img id="rg_hi" class="aligncenter" src="http://t2.gstatic.com/images?q=tbn:ANd9GcSZiN2UgXHKEgz0B8Z1uc6bhkKAdygmuy3kxj2ktNAfN6YJ3de-eA" alt="" width="283" height="143" data-width="283" data-height="143" /></a></p>
<p style="text-align: justify;">The roots of education are bitter, but the fruit is sweet. Itâ€™s time to go back to school. Itâ€™s time to prepare the first Computer project of the new school year. As usual, uCertify offer IT certification Simulators to all teacher and students and even parents at this back to school season.</p>
<p style="text-align: justify;">Do you have the right tools to get ahead this new school year? Earn more, do more, with anÂ <a title="IT certification" href="http://www.ucertify.com/">IT certification</a>. Get certified â€“ no issue if you are a fresh high school grad or in college or an IT professional. IT certifications help you stand out. Class shows. Let your credential do the talking.</p>
<p style="text-align: justify;">For a limited time only, uCertify is offering a massiveÂ <span style="font-size: 19px; color: #467653;">50% discount!</span></p>
<p>Buy any two PrepKits forÂ <span style="font-size: 24px; color: #5657aa;">$169.99</span></p>
<p>(compare to about $119.99 for each PrepKit!). Choose from over 300 test Prep software for CompTIA, Microsoft, Oracle, IBM, Cisco,Â CCNAÂ &amp; many more. No one beats our wideness and deepness of experience.</p>
<div style="font-size: 15pt;"><span style="color: #0000ff;">First 300 Customers Only! So Hurry!</span></div>
<p>uCertify â€“ the fastest way to IT certification with the right tools and the right price. Itâ€™s quite simply, the right thing to do.</p>
<p><ins datetime="2010-08-28T15:32:07+00:00"></ins><br />
<span style="color: #008000;"><strong> Hurry! Sale begins â€¦ .through â€¦.. Only!</strong></span></p>
<div style="color: #aa4564; font-size: 20pt;"><img class="aligncenter" src="https://www.ucertify.com/images/sale/back2school-sale.jpg" alt="uCertify's Back 2 School Sale! SAVE 50%" width="420" height="140" /></div>
<p><em>This is a guest post by:</em></p>
<p><strong>uCertify Team</strong></p>
<p>Hurry! Sale runs <strong>8/17 through 8/25</strong> only!</p>
<p style="text-align: center;">
<p><strong><a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank">Click here now to Save : uCertify’s Back 2 School Sale! </a></strong></p>
<p style="text-align: center;">
<p> Happy Shopping &amp; Happy Learning!</p>
<p style="text-align: center;">
<p>Your uCertify Team</p>
<p style="text-align: center;">
<p><a href="http://www.ucertify.com/">http://www.ucertify.com</a></p>
<p>&nbsp;</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.ucertify.com/"><img src="http://t2.gstatic.com/images?q=tbn:ANd9GcRmdvqKBfv2lsT6CpvWOoh_5RO1JIUAFVS4WUUhXWh52hDdsaIWK1M_UQ4x" alt="" name="O_s6k6hLewrTKM:" width="150" height="141" data-src="http://t2.gstatic.com/images?q=tbn:ANd9GcRmdvqKBfv2lsT6CpvWOoh_5RO1JIUAFVS4WUUhXWh52hDdsaIWK1M_UQ4x" /></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%2Fback-to-school-sales.html&amp;title=back%20TO%20school%20SALES"><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/back-to-school-sales.html/feed</wfw:commentRss>
		<slash:comments>229</slash:comments>
		</item>
		<item>
		<title>70-506 &#8211; What&#8217;s New in Silverlight 5 Beta</title>
		<link>http://www.mcpd-certification.com/70-506-whats-new-in-silverlight-5-beta.html</link>
		<comments>http://www.mcpd-certification.com/70-506-whats-new-in-silverlight-5-beta.html#comments</comments>
		<pubDate>Mon, 15 Aug 2011 18:51:59 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-506]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1851</guid>
		<description><![CDATA[&#160;]]></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-506-whats-new-in-silverlight-5-beta.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-506-whats-new-in-silverlight-5-beta.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><object id="SilverlightMediaPlayer" width="320" height="240" classid="clsid:dfeaf541-f3e1-4c24-acac-99c30715084a"><param name="src" value="data:application/x-silverlight-2," /><embed id="SilverlightMediaPlayer" width="320" height="240" type="application/x-silverlight-2" src="data:application/x-silverlight-2," /></object></div>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-506-whats-new-in-silverlight-5-beta.html&amp;title=70-506%20%26%238211%3B%20What%26%238217%3Bs%20New%20in%20Silverlight%205%20Beta"><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-506-whats-new-in-silverlight-5-beta.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Market Predictor</title>
		<link>http://www.mcpd-certification.com/market-predictor.html</link>
		<comments>http://www.mcpd-certification.com/market-predictor.html#comments</comments>
		<pubDate>Mon, 18 Jul 2011 06:32:57 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-506]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1839</guid>
		<description><![CDATA[In this video Jesse Liberty demonstrates the List Template for Windows Phones and uses it to create a whimsical stock prediction 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%2Fmarket-predictor.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fmarket-predictor.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In this video Jesse Liberty demonstrates the List Template for Windows Phones and uses it to create a whimsical stock prediction application.</p>
<p><object style="width: 500px; height: 338px;" autoupdate="true" data="data:application/x-silverlight-2," type="application/x-silverlight-2"><param name="MinRuntimeVersion" value="2.0.31005.0" /><param name="source" value="http://www.silverlight.net/clientbin/mediaplayer/MsCommunities.MediaPlayer.xap" /><param name="InitParams" value="videoid=36393" /><a href="http://go2.microsoft.com/fwlink/?LinkID=114576&amp;v=2.0"><img style="border-width: 0px;" src="http://i3.silverlight.net/resources/images/content/misc/Install-Silverlight-500x338-VideoSize.png?cdn_id=071211-001" alt="Install Silverlight" /></a></object></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fmarket-predictor.html&amp;title=Market%20Predictor"><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/market-predictor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF and Data Entity Modeling in Silverlight</title>
		<link>http://www.mcpd-certification.com/wcf-and-data-entity-modeling-in-silverlight.html</link>
		<comments>http://www.mcpd-certification.com/wcf-and-data-entity-modeling-in-silverlight.html#comments</comments>
		<pubDate>Sun, 17 Jul 2011 06:23:08 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-506]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1836</guid>
		<description><![CDATA[Jesse Liberty provides a fast introduction to Data Entity Modeling and WCF in Silverlgiht. For more detail, visit here]]></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%2Fwcf-and-data-entity-modeling-in-silverlight.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fwcf-and-data-entity-modeling-in-silverlight.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Jesse Liberty provides a fast introduction to Data Entity Modeling and WCF in Silverlgiht.</p>
<p><object style="width: 400px; height: 338px;" autoupdate="true" data="data:application/x-silverlight-2," type="application/x-silverlight-2"><param name="MinRuntimeVersion" value="2.0.31005.0" /><param name="source" value="http://www.silverlight.net/clientbin/mediaplayer/MsCommunities.MediaPlayer.xap" /><param name="InitParams" value="videoid=36635" /><a href="http://go2.microsoft.com/fwlink/?LinkID=114576&amp;v=2.0"><img style="border-width: 0px;" src="http://i3.silverlight.net/resources/images/content/misc/Install-Silverlight-400x338-VideoSize.png?cdn_id=071211-001" alt="Install Silverlight" /></a></object>
</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ee621313.aspx">For more detail, visit here</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%2Fwcf-and-data-entity-modeling-in-silverlight.html&amp;title=WCF%20and%20Data%20Entity%20Modeling%20in%20Silverlight"><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/wcf-and-data-entity-modeling-in-silverlight.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expression Blend Behaviors</title>
		<link>http://www.mcpd-certification.com/expression-blend-behaviors.html</link>
		<comments>http://www.mcpd-certification.com/expression-blend-behaviors.html#comments</comments>
		<pubDate>Sat, 16 Jul 2011 06:13:37 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[70-506]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1832</guid>
		<description><![CDATA[In this video, Jesse Liberty demonstrates the power and utility of Expression Blend behaviors in Silverlight programming. Behaviors are a breezy mode of adding functionality to XAML design elements in Expression Blend. The idea is that a number of rich functionality that would be hard for a designer to do can be wrapped in a [...]]]></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%2Fexpression-blend-behaviors.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexpression-blend-behaviors.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">In this video, Jesse Liberty demonstrates the power and utility of Expression Blend behaviors in Silverlight programming.</p>
<p style="text-align: justify;">Behaviors are a breezy mode of adding functionality to XAML design elements in Expression Blend. The idea is that a number of rich functionality that would be hard for a designer to do can be wrapped in a way that can be used as a drag-and-drop feature to add that functionality to a XAML element in Expression Blend.</p>
<p><object style="width: 600px; height: 338px;" type="application/x-silverlight-2" data="data:application/x-silverlight-2," autoupdate="true"><param name="MinRuntimeVersion" value="2.0.31005.0" /><param name="source" value="http://www.silverlight.net/clientbin/mediaplayer/MsCommunities.MediaPlayer.xap" /><param name="InitParams" value="videoid=37389" /><a href="http://go2.microsoft.com/fwlink/?LinkID=114576&amp;v=2.0"><img style="border-width: 0px;" src="http://i3.silverlight.net/resources/images/content/misc/Install-Silverlight-400x338-VideoSize.png?cdn_id=071211-001" alt="Install Silverlight" /></a></object></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexpression-blend-behaviors.html&amp;title=Expression%20Blend%20Behaviors"><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/expression-blend-behaviors.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Microsoft Technology Associate Certification Now Available</title>
		<link>http://www.mcpd-certification.com/new-microsoft-technology-associate-certification-now-available.html</link>
		<comments>http://www.mcpd-certification.com/new-microsoft-technology-associate-certification-now-available.html#comments</comments>
		<pubDate>Thu, 14 Jul 2011 18:55:24 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1816</guid>
		<description><![CDATA[MTA provides entry-level certifications for students in developer and IT programs. &#160; Until now, there haven’t been enough certification programs that focus on fundamental IT and development skills, says Kelly. He’s hopeful that the new Microsoft Technology Associate (MTA) will fill this void. Launched today, the MTA will offer students a certification in the fundamentals [...]]]></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%2Fnew-microsoft-technology-associate-certification-now-available.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnew-microsoft-technology-associate-certification-now-available.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>MTA provides entry-level certifications for students in developer and IT programs.</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><span style="font-size: 13px; line-height: 19px;">Until now, there haven’t been enough certification programs that focus on fundamental IT and development skills, says Kelly. He’s hopeful that the new Microsoft Technology Associate (MTA) will fill this void.</span></td>
</tr>
</tbody>
</table>
<p>Launched today, the MTA will offer students a certification in the fundamentals of IT and development. Unlike more advanced Microsoft certifications, the MTA targets students with no prior IT or development experience or employment. It is available exclusively in educational settings and is designed to easily integrate into the curricula of existing computer classes&#8230; <a href="http://www.microsoft.com/presspass/features/2010/jul10/07-07mtacertification.mspx">Read More&#8230;.</a></p>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnew-microsoft-technology-associate-certification-now-available.html&amp;title=New%20Microsoft%20Technology%20Associate%20Certification%20Now%20Available"><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/new-microsoft-technology-associate-certification-now-available.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>98-363: Skills Set part 5</title>
		<link>http://www.mcpd-certification.com/98-363-skills-set-part-5.html</link>
		<comments>http://www.mcpd-certification.com/98-363-skills-set-part-5.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 19:03:40 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1828</guid>
		<description><![CDATA[Configuring and Deploying Web Applications Configure authentication and authorization. This objective may include but is not limited to: Forms Authentication, Windows Authentication; authorization; file authorization; impersonation This objective does not include: Windows Cardspace authentication, Passport (Windows Live ID) authentication, Custom authentication Configure projects, solutions, and reference assemblies. This objective may include but is not limited [...]]]></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%2F98-363-skills-set-part-5.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-5.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Configuring and Deploying Web Applications</p>
<ul>
<li>
<div>Configure authentication and authorization.</div>
<div><em>This objective may include but is not limited to:</em> Forms Authentication, Windows Authentication; authorization; file authorization; impersonation<em> </em></div>
<div><em>This objective does not include:</em> Windows Cardspace authentication, Passport (Windows Live ID) authentication, Custom authentication</div>
</li>
<li>
<div>Configure projects, solutions, and reference assemblies.</div>
<div><em>This objective may include but is not limited to:</em> local assemblies, shared assemblies (GAC), Web application projects, solutions; configuration files; AppSettings</div>
</li>
<li>
<div>Publish Web applications.</div>
<p><em>This objective may include but is not limited to:</em> choosing the appropriate method to deploy an application based on existing or intended environment; updatable vs. not updateable; MSI deployment; Internet Information Server (IIS) installation and configuration.</li>
<li>
<div>Understand application pools.</div>
<div>
<div><em>This objective may include but is not limited to:</em> purpose of application pools; effect of application pools on Web applications</div>
</div>
<div><em>Not:</em> configuring or assigning application pools</div>
</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-5.html&amp;title=98-363%3A%20Skills%20Set%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/98-363-skills-set-part-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>98-363: Skills Set part 4</title>
		<link>http://www.mcpd-certification.com/98-363-skills-set-part-4.html</link>
		<comments>http://www.mcpd-certification.com/98-363-skills-set-part-4.html#comments</comments>
		<pubDate>Sat, 09 Jul 2011 19:02:47 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1826</guid>
		<description><![CDATA[Working with Client-Side Scripting Understand client-side scripting. This objective may include but is not limited to: purpose of client-side scripting, various client-side scripting languages Understand AJAX concepts. This objective may include but is not limited to: ASP.NET AJAX implementation, working with client-side libraries, EnablePartialRendering, Triggers, ChildrenAsTriggers, Scripts, Services, UpdateProgress, Timer, ScriptManagerProxy, extender controls &#160;]]></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%2F98-363-skills-set-part-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Working with Client-Side Scripting</p>
<ul>
<li>
<div>Understand client-side scripting.</div>
<div><em>This objective may include but is not limited to:</em> purpose of client-side scripting, various client-side scripting languages</div>
</li>
<li>
<div>Understand AJAX concepts.</div>
<p><em>This objective may include but is not limited to:</em> ASP.NET AJAX implementation, working with client-side libraries, EnablePartialRendering, Triggers, ChildrenAsTriggers, Scripts, Services, UpdateProgress, Timer, ScriptManagerProxy, extender controls</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-4.html&amp;title=98-363%3A%20Skills%20Set%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/98-363-skills-set-part-4.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>98-363: Skills Set part 3</title>
		<link>http://www.mcpd-certification.com/98-363-skills-set-part-3.html</link>
		<comments>http://www.mcpd-certification.com/98-363-skills-set-part-3.html#comments</comments>
		<pubDate>Fri, 08 Jul 2011 19:01:32 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1824</guid>
		<description><![CDATA[Troubleshooting and Debugging Web Applications Debug a Web application. This objective may include but is not limited to: Use in conjunction with custom error pages to display appropriate error information to the appropriate user; implement tracing of a Web application, Trace.axd, Trace=True on @Page directive, Handle Web application errors This objective may include but is not [...]]]></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%2F98-363-skills-set-part-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Troubleshooting and Debugging Web Applications</p>
<ul>
<li>
<div>Debug a Web application.</div>
<div><em>This objective may include but is not limited to:</em> Use in conjunction with custom error pages to display appropriate error information to the appropriate user; implement tracing of a Web application, Trace.axd, Trace=True on @Page directive,</div>
</li>
<li>
<div>Handle Web application errors</div>
<p><em>This objective may include but is not limited to:</em> HTTP error codes</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-3.html&amp;title=98-363%3A%20Skills%20Set%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/98-363-skills-set-part-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>98-363: Skills Set part 2</title>
		<link>http://www.mcpd-certification.com/98-363-skills-set-part-2.html</link>
		<comments>http://www.mcpd-certification.com/98-363-skills-set-part-2.html#comments</comments>
		<pubDate>Thu, 07 Jul 2011 19:00:41 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1822</guid>
		<description><![CDATA[Working with Data and Services Read and write XML data. This objective may include but is not limited to: Understanding XML, XML validation This objective does not include: Web Services, XPath syntax, XmlDocument, XPathNavigator, XPathNodeIterator, XPathDocument, XmlReader, XmlWriter, XmlDataDocument, XmlNamespaceManager Distinguish between DataSet and DataReader objects. This objective may include but is not limited to: [...]]]></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%2F98-363-skills-set-part-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Working with Data and Services</p>
<ul>
<li>
<div>Read and write XML data.</div>
<div>
<div><em>This objective may include but is not limited to:</em> Understanding XML, XML validation</div>
</div>
<div><em>This objective does not include:</em> Web Services, XPath syntax, XmlDocument, XPathNavigator, XPathNodeIterator, XPathDocument, XmlReader, XmlWriter, XmlDataDocument, XmlNamespaceManager</div>
</li>
<li>
<div>Distinguish between DataSet and DataReader objects.</div>
<p><em>This objective may include but is not limited to:</em> the ability to choose the proper data object to use based on application requirements/design</li>
<li>
<div>Call a service from a Web page.</div>
<p><em>This objective may include but is not limited to:</em> creating a basic WCF Service or Web Service so that it can be consumed; App_WebReferences;  configuration</li>
<li>
<div>Understand DataSource controls.</div>
<div><em>This objective may include but is not limited to:</em> LinqDataSource, ObjectDataSource, XmlDataSource, SqlDataSource</div>
</li>
<li>
<div>Bind controls to data by using data binding syntax.</div>
<p><em>This objective may include but is not limited to:</em> ensure that data is updated and displayed in data-aware controls</li>
<li>
<div>Manage data connections and databases.</div>
<p><em>This objective may include but is not limited to:</em> database connections; connection objects; connection pools; transaction objects;</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-2.html&amp;title=98-363%3A%20Skills%20Set%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/98-363-skills-set-part-2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>98-363: Skills Set part 1</title>
		<link>http://www.mcpd-certification.com/98-363-skills-set-part-1.html</link>
		<comments>http://www.mcpd-certification.com/98-363-skills-set-part-1.html#comments</comments>
		<pubDate>Wed, 06 Jul 2011 19:00:32 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1820</guid>
		<description><![CDATA[Programming  Web Applications Customize the layout and appearance of a Web page. This objective may include but is not limited to: CSS,  tables, embedding images, page layout for navigation Understand ASP.NET intrinsic objects. This objective may include but is not limited to: Request, Server, Application, Session, Response, HttpContext Understand state information in Web applications. This [...]]]></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%2F98-363-skills-set-part-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Programming  Web Applications</p>
<ul>
<li>
<div>Customize the layout and appearance of a Web page.</div>
<div><em>This objective may include but is not limited to:</em> CSS,  tables, embedding images, page layout for navigation</div>
</li>
<li>
<div>Understand ASP.NET intrinsic objects.</div>
<div><em>This objective may include but is not limited to:</em> Request, Server, Application, Session, Response, HttpContext</div>
</li>
<li>
<div>Understand state information in Web applications.</div>
<div><em>This objective may include but is not limited to:</em> understand how state is stored based on application design and hardware; understand different types such as session state, view state, control state, and application state</div>
</li>
<li>
<div>Understand events and control page flow.</div>
<div><em>This objective may include but is not limited to:</em> application and page life cycle events; page events; control events; application events; and session events; cross-page posting; Response.Redirect; Server.Transfer; IsPostBack; setting AutoEventWireup</div>
</li>
<li>
<div>Understand controls.</div>
<div><em>This objective may include but is not limited to:</em> understanding various types of controls, including  user, server, Web, and validation controls; know which is the appropriate type of control for a scenario</div>
</li>
<li>
<div>Understand configuration files.</div>
<div><em>This objective may include but is not limited to:</em> Understanding the usage of web.config and machine.config, and the settings that can be made</div>
</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-skills-set-part-1.html&amp;title=98-363%3A%20Skills%20Set%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/98-363-skills-set-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>98-363:  Web Development Fundamentals Exam</title>
		<link>http://www.mcpd-certification.com/98-363-web-development-fundamentals-exam.html</link>
		<comments>http://www.mcpd-certification.com/98-363-web-development-fundamentals-exam.html#comments</comments>
		<pubDate>Wed, 06 Jul 2011 18:56:35 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1818</guid>
		<description><![CDATA[This exam is designed to allow candidates to assess their knowledge and skills around Web applications using Microsoft and other technologies. Published: August 02, 2010 Language(s): English Audience(s): Academic Technology: Microsoft Visual Studio 2008 Type: Proctored Exam &#160;]]></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%2F98-363-web-development-fundamentals-exam.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-web-development-fundamentals-exam.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This exam is designed to allow candidates to assess their knowledge and skills around Web applications using Microsoft and other technologies.</p>
<table>
<tbody>
<tr>
<td width="25%">Published:</td>
<td width="75%">August 02, 2010</td>
</tr>
<tr>
<td>Language(s):</td>
<td>English</td>
</tr>
<tr>
<td>Audience(s):</td>
<td>Academic</td>
</tr>
<tr>
<td>Technology:</td>
<td>Microsoft Visual Studio 2008</td>
</tr>
<tr>
<td>Type:</td>
<td>Proctored Exam</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-363-web-development-fundamentals-exam.html&amp;title=98-363%3A%20%20Web%20Development%20Fundamentals%20Exam"><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/98-363-web-development-fundamentals-exam.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>98-372 Skills Set Part 5</title>
		<link>http://www.mcpd-certification.com/98-372-skills-set-part-5.html</link>
		<comments>http://www.mcpd-certification.com/98-372-skills-set-part-5.html#comments</comments>
		<pubDate>Tue, 05 Jul 2011 19:28:46 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1813</guid>
		<description><![CDATA[Understanding Security Understand the System Security namespace. This objective may include but is not limited to: understanding permissions and what cryptography is Understand authentication and authorization. This objective may include but is not limited to: understanding code access security, access control, and policies &#160;]]></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%2F98-372-skills-set-part-5.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-5.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>Understanding Security</div>
<ul>
<li>Understand the System Security namespace.
<ul>
<li>This objective may include but is not limited to: understanding permissions and what cryptography is</li>
</ul>
</li>
<li>Understand authentication and authorization.
<ul>
<li>This objective may include but is not limited to: understanding code access security, access control, and policies</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-5.html&amp;title=98-372%20Skills%20Set%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/98-372-skills-set-part-5.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>98-372 Skills Set Part 4</title>
		<link>http://www.mcpd-certification.com/98-372-skills-set-part-4.html</link>
		<comments>http://www.mcpd-certification.com/98-372-skills-set-part-4.html#comments</comments>
		<pubDate>Mon, 04 Jul 2011 19:22:06 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1809</guid>
		<description><![CDATA[Understanding .NET Code Compilation Understand the fundamentals of Microsoft Intermediate Language (MSIL) and Common Language Infrastructure (CLI). This objective may include but is not limited to: understanding what MSIL is, what the CLI is, how source code is compiled into MSIL, and how code is Just-in-Time (JIT) compiled Understand the use of strong naming. This [...]]]></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%2F98-372-skills-set-part-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>Understanding .NET Code Compilation</div>
<ul>
<li>Understand the fundamentals of Microsoft Intermediate Language (MSIL) and Common Language Infrastructure (CLI).
<ul>
<li>This objective may include but is not limited to: understanding what MSIL is, what the CLI is, how source code is compiled into MSIL, and how code is Just-in-Time (JIT) compiled</li>
</ul>
</li>
<li>Understand the use of strong naming.
<ul>
<li>This objective may include but is not limited to: understanding why strong naming is used, how to sign assemblies to support strong naming, and Global Assembly Cache (GAC)</li>
</ul>
</li>
<li>Understand version control.
<ul>
<li>This objective may include but is not limited to: understanding how .NET applications are versioned and how to run different versions on the same computer</li>
</ul>
</li>
<li>Understand assemblies and metadata.
<ul>
<li>This objective may include but is not limited to: understanding .NET assemblies, shared assemblies, and metadata in .NET</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-4.html&amp;title=98-372%20Skills%20Set%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/98-372-skills-set-part-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>98-372 Skills Set Part 3</title>
		<link>http://www.mcpd-certification.com/98-372-skills-set-part-3.html</link>
		<comments>http://www.mcpd-certification.com/98-372-skills-set-part-3.html#comments</comments>
		<pubDate>Mon, 04 Jul 2011 19:02:31 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1811</guid>
		<description><![CDATA[Understanding I/O Classes in the .NET Framework Understand .NET file classes. This objective may include but is not limited to: understanding read/write file classes and stream readers and writers Understand console I/O. This objective may include but is not limited to: understanding System.Console classes for input and output Understand XML classes in the .NET Framework. [...]]]></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%2F98-372-skills-set-part-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Understanding  I/O Classes in the .NET Framework<br />
Understand .NET file classes.<br />
This objective may include but is not limited to: understanding read/write file classes and stream readers and writers<br />
Understand console I/O.<br />
This objective may include but is not limited to: understanding System.Console classes for input and output<br />
Understand XML classes in the .NET Framework.<br />
This objective may include but is not limited to: understanding XMLReader, XMLWriter, and XML Schemas</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-3.html&amp;title=98-372%20Skills%20Set%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/98-372-skills-set-part-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>98-372 Skills Set Part 2</title>
		<link>http://www.mcpd-certification.com/98-372-skills-set-part-2.html</link>
		<comments>http://www.mcpd-certification.com/98-372-skills-set-part-2.html#comments</comments>
		<pubDate>Sun, 03 Jul 2011 19:21:03 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1807</guid>
		<description><![CDATA[Understanding Namespaces and Classes in the .NET Framework Understand .NET class hierarchies. This objective may include but is not limited to: understanding system classes, classifications of classes, and logical organization of classes Understand Object Oriented Concepts in the .NET Framework. This objective may include but is not limited to: understanding how inheritance works in .NET, [...]]]></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%2F98-372-skills-set-part-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>Understanding Namespaces and Classes in the .NET Framework</div>
<ul>
<li>Understand .NET class hierarchies.
<ul>
<li>This objective may include but is not limited to: understanding system classes, classifications of classes, and logical organization of classes</li>
</ul>
</li>
<li>Understand Object Oriented Concepts in the .NET Framework.
<ul>
<li>This objective may include but is not limited to: understanding how inheritance works in .NET, polymorphism, and interfaces</li>
</ul>
</li>
<li>Understand .NET namespaces.
<ul>
<li>This objective may include but is not limited to: understanding the reason for namespaces, the organization of namespaces in the class library, and how to use namespaces in an application</li>
</ul>
</li>
<li>Understand and create class libraries.
<ul>
<li>This objective may include but is not limited to: understanding the logical grouping of classes and the logic behind class libraries (what they are, why they are important)</li>
</ul>
</li>
<li>Understand and use different data types in the .NET Framework.
<ul>
<li>This objective may include but is not limited to: understanding intrinsic data types, values types, reference types, boxing, unboxing, and .NET collection classes</li>
</ul>
</li>
<li>Understand generics.
<ul>
<li>This objective may include but is not limited to: understanding generics infrastructure, generic interfaces, generic delegates, contravariant and covariant generic type arguments, generic methods, verifiability, and constraints</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-2.html&amp;title=98-372%20Skills%20Set%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/98-372-skills-set-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>98-372 Skills Set Part 1</title>
		<link>http://www.mcpd-certification.com/98-372-skills-set-part-1.html</link>
		<comments>http://www.mcpd-certification.com/98-372-skills-set-part-1.html#comments</comments>
		<pubDate>Sat, 02 Jul 2011 19:19:29 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1805</guid>
		<description><![CDATA[Understanding .NET Framework Concepts Understand basic application settings. This objective may include but is not limited to: understanding app.config and web.config Understand events and event handling in the .NET Framework. This objective may include but is not limited to: understanding the event-driven programming model and event handlers, raising events, and implementing delegates Understand structured exception [...]]]></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%2F98-372-skills-set-part-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td id="tdSkillsMeasured" align="left">
<div>Understanding .NET Framework Concepts</div>
<ul>
<li>Understand basic application settings.
<ul>
<li>This objective may include but is not limited to: understanding app.config and web.config</li>
</ul>
</li>
<li>Understand events and event handling in the .NET Framework.
<ul>
<li>This objective may include but is not limited to: understanding the event-driven programming model and event handlers, raising events, and implementing delegates</li>
</ul>
</li>
<li>Understand structured exception handling in the .NET Framework.
<ul>
<li>This objective may include but is not limited to: understanding error handling concepts, exceptions, and exception types</li>
</ul>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-skills-set-part-1.html&amp;title=98-372%20Skills%20Set%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/98-372-skills-set-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>98-372: Microsoft .NET Fundamentals Exam</title>
		<link>http://www.mcpd-certification.com/98-372-microsoft-net-fundamentals-exam.html</link>
		<comments>http://www.mcpd-certification.com/98-372-microsoft-net-fundamentals-exam.html#comments</comments>
		<pubDate>Fri, 01 Jul 2011 19:16:01 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1803</guid>
		<description><![CDATA[98-372: Microsoft .NET Fundamentals Exam Published: May 12, 2011 Language(s): English Audience(s): IT Professionals,Developers Technology: Microsoft .NET Framework 4 Type: Proctored Exam &#160;]]></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%2F98-372-microsoft-net-fundamentals-exam.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-microsoft-net-fundamentals-exam.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>98-372: Microsoft .NET Fundamentals Exam</p>
<table border="1" cellspacing="0" cellpadding="0" width="528">
<tbody>
<tr>
<td width="25%" valign="top">Published:</td>
<td width="75%" valign="top">May 12, 2011</td>
</tr>
<tr>
<td valign="top">Language(s):</td>
<td valign="top">English</td>
</tr>
<tr>
<td valign="top">Audience(s):</td>
<td valign="top">IT Professionals,Developers</td>
</tr>
<tr>
<td valign="top">Technology:</td>
<td valign="top">Microsoft .NET Framework 4</td>
</tr>
<tr>
<td valign="top">Type:</td>
<td valign="top">Proctored Exam</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-372-microsoft-net-fundamentals-exam.html&amp;title=98-372%3A%20Microsoft%20.NET%20Fundamentals%20Exam"><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/98-372-microsoft-net-fundamentals-exam.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>uCertify’s FREEDOM Sale! Save 50%</title>
		<link>http://www.mcpd-certification.com/ucertify%e2%80%99s-freedom-sale-save-50.html</link>
		<comments>http://www.mcpd-certification.com/ucertify%e2%80%99s-freedom-sale-save-50.html#comments</comments>
		<pubDate>Wed, 29 Jun 2011 14:46:44 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[IT Certification]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1798</guid>
		<description><![CDATA[SAVE UPTO 50% The month of July means Freedom to millions of people around the world. Sure, may people know about Bastille day in France or the 4th of July in America. But did you know that twenty, that’s right, 20 other countries celebrate their independence in July? At uCertify, we know how special freedom is. [...]]]></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%2Fucertify%25e2%2580%2599s-freedom-sale-save-50.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertify%25e2%2580%2599s-freedom-sale-save-50.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;"><a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank">SAVE UPTO 50%</a></p>
<p style="text-align: justify;">The month of July means Freedom to millions of people around the world. Sure, may people know about Bastille day in France or the 4th of July in America. But did you know that twenty, that’s right, 20 other countries celebrate their independence in July?</p>
<p style="text-align: justify;">At uCertify, we know how special freedom is. No matter who or where, independence and the freedom to choose is very important to all of us. In celebration of this spirit, uCertify is proud to announce our annual Freedom Sale!</p>
<p style="text-align: justify;"><strong>uCertify is offering an amazing discount of upto 50%! Check out the offer!</strong><br />
<a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank"><img title="uCertify's Freedom Sale! SAVE 50%" src="https://www.ucertify.com/images/sale/4th-of-july.jpg" alt="uCertify's Freedom Sale!  SAVE 50%" width="600px" height="200px" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">Choose from over <strong>300 exams</strong>, covering all major certification vendors. Second, if, for any reason you are not satisfied with your purchase, simply let us know within <strong>7 days</strong> of your order, and we will return your money. How cool is that?! This super guarantee is in addition to our unbeatable 1 year guarantee.</p>
<p style="text-align: justify;">So, what are you waiting for? Hurry! The Freedom offer is valid <strong>June 29 – July 6, 2011</strong>only.</p>
<p style="text-align: justify;"><strong><a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank">Click here now to Save : uCertify’s FREEDOM Sale!</a></strong></p>
<p style="text-align: justify;"><strong><a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank"></a></strong></p>
<p style="text-align: justify;"><strong><a href="https://www.ucertify.com/cart/selectadeal.php" target="_blank"></a></strong></p>
<p style="text-align: justify;">Happy Shopping &amp; Happy Learning!</p>
<p style="text-align: justify;">Your uCertify Team</p>
<p style="text-align: justify;"><a href="http://www.ucertify.com/">http://www.ucertify.com</a></p>
<p style="text-align: justify;"><em><strong>Note: </strong>This is a guest post by uCertify Team</em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertify%25e2%2580%2599s-freedom-sale-save-50.html&amp;title=uCertify%E2%80%99s%20FREEDOM%20Sale%21%20Save%2050%25"><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/ucertify%e2%80%99s-freedom-sale-save-50.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Visual Studio .NET Exams retiring on June 30, 2011</title>
		<link>http://www.mcpd-certification.com/ms-visual-studio-net-exams-retiring-on-june-30-2011.html</link>
		<comments>http://www.mcpd-certification.com/ms-visual-studio-net-exams-retiring-on-june-30-2011.html#comments</comments>
		<pubDate>Thu, 09 Jun 2011 08:06:03 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1691</guid>
		<description><![CDATA[Microsoft makes every effort to ensure that certifications are relevant, respected, and highly valued within the IT community and that they without bias confirm the expertise of technology practitioners. Earning a Microsoft Certification helps show an individual&#8217;s understanding of the latest IT developments and mastery of skills in a particular technology. Microsoft Certifications command immense [...]]]></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%2Fms-visual-studio-net-exams-retiring-on-june-30-2011.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fms-visual-studio-net-exams-retiring-on-june-30-2011.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Microsoft makes every effort to ensure that certifications are relevant, respected, and highly valued within the IT community and that they without bias confirm the expertise of technology practitioners. Earning a Microsoft Certification helps show an individual&#8217;s understanding of the latest IT developments and mastery of skills in a particular technology. Microsoft Certifications command immense esteem in the industry, thanks in part to the thorough process used to develop the exams. Launch your journey to a more successful IT career today.</p>
<p><strong>.NET Exams retiring on June 30, 2011</strong></p>
<table style="font-size: 12px; color: black;" border="3" cellspacing="3" cellpadding="3" width="95%" align="center">
<tbody>
<tr>
<td width="125" valign="top"><strong>Exam</strong></td>
</tr>
</tbody>
<tbody>
<tr>
<td valign="top">TS: Microsoft .NET Framework 2.0   – Windows-Based Client Development</td>
<td width="125" valign="top"><a title="Exam 70-526" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-526&amp;locale=en-us">Exam 70-526</a></td>
</tr>
<tr>
<td valign="top">TS: Microsoft .NET Framework 2.0   – Web-Based Client Development</td>
<td width="125" valign="top"><a title="Exam 70-528" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-528&amp;locale=en-us">Exam 70-528</a></td>
</tr>
<tr>
<td valign="top">TS: Microsoft .NET Framework 2.0   – Distributed Application Development</td>
<td width="125" valign="top"><a title="Exam 70-529" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-529&amp;locale=en-us#tab2">Exam 70-529</a></td>
</tr>
<tr>
<td valign="top">TS: Microsoft Windows SharePoint   Services 3.0 – Application Development</td>
<td width="125" valign="top"><a title="Exam 70-541" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-541&amp;locale=en-us">Exam 70-541</a></td>
</tr>
<tr>
<td valign="top">PRO: Designing and Developing   Web-Based Applications by Using the Microsoft .NET Framework</td>
<td width="125" valign="top"><a title="Exam 70-547" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-547&amp;locale=en-us">Exam 70-547</a></td>
</tr>
<tr>
<td valign="top">PRO: Designing and Developing   Windows-Based Applications by Using the Microsoft .NET Framework</td>
<td width="125" valign="top"><a title="Exam 70-548" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-548&amp;locale=en-us">Exam 70-548</a></td>
</tr>
<tr>
<td valign="top">PRO: Designing and Developing   Enterprise Applications by Using the Microsoft .NET Framework</td>
<td width="125" valign="top"><a title="Exam 70-549" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-549&amp;locale=en-us">Exam 70-549</a></td>
</tr>
<tr>
<td valign="top">UPGRADE: MCAD Skills to MCPD Web   Developer by Using the Microsoft .NET Framework</td>
<td width="125" valign="top"><a title="Exam 70-551" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-551&amp;locale=en-us">Exam 70-551</a></td>
</tr>
<tr>
<td valign="top">UPGRADE: MCAD Skills to MCPD   Windows Developer by Using the Microsoft .NET Framework</td>
<td width="125" valign="top"><a title="Exam 70-552" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-552&amp;locale=en-us">Exam 70-552</a></td>
</tr>
<tr>
<td valign="top">UPGRADE: MCSD Microsoft .NET   Skills to MCPD Enterprise Application Developer by Using the Microsoft .NET   Framework: Part 1</td>
<td width="125" valign="top"><a title="Exam 70-553" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-553&amp;locale=en-us">Exam 70-553</a></td>
</tr>
<tr>
<td valign="top">UPGRADE: MCSD Microsoft .NET   Skills to MCPD Enterprise Application Developer by Using the Microsoft .NET   Framework: Part 2</td>
<td width="125" valign="top"><a title="Exam 70-554" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-554&amp;locale=en-us">Exam 70-554</a></td>
</tr>
<tr>
<td valign="top">UPGRADE: MCAD Skills to MCTS   Windows Applications by Using the Microsoft .NET Framework</td>
<td width="125" valign="top"><a title="Exam 70-558" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-558&amp;locale=en-us">Exam 70-558</a></td>
</tr>
<tr>
<td valign="top">UPGRADE: MCAD Skills to MCTS Web   Applications by Using the Microsoft .NET Framework</td>
<td width="125" valign="top"><a title="Exam 70-559" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-559&amp;locale=en-us">Exam 70-559</a></td>
</tr>
</tbody>
</table>
<p><a href="https://www.ucertify.com/cart/microsoft.php"><img class="alignleft" src="http://www.ucertify.com/images/sale/ms-retiring-exams-top.jpg" alt="Save up to 65%" width="528" height="39" /></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%2Fms-visual-studio-net-exams-retiring-on-june-30-2011.html&amp;title=MS%20Visual%20Studio%20.NET%20Exams%20retiring%20on%20June%2030%2C%202011"><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/ms-visual-studio-net-exams-retiring-on-june-30-2011.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 21</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-21.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-21.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:59:25 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1750</guid>
		<description><![CDATA[Designing for Stability and Maintenance Design for error handling. This objective may include but is not limited to: collecting user feedback when errors occur, handling exceptions across tiers This objective does not include: try/catch blocks Evaluate and recommend a test strategy. This objective may include but is not limited to: recommending functional testing, recommending reliability [...]]]></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%2Fexam-70-521-objectives-list-21.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-21.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Designing for Stability and Maintenance</strong></div>
<ul>
<li>
<div>Design for error handling.</div>
<div>This objective may include but is not limited to: collecting user feedback when errors occur, handling exceptions across tiers</div>
<div>This objective does not include: try/catch blocks</div>
</li>
<li>
<div>Evaluate and recommend a test strategy.</div>
<div>This objective may include but is not limited to: recommending functional testing, recommending reliability testing (performance testing, stress testing, scalability testing, duration testing)</div>
<div>This objective does not include: unit testing</div>
</li>
<li>
<div>Design a diagnostics and monitoring strategy.</div>
<div>This objective may include but is not limited to: profiling, tracing, performance counters, audit trails (events and information); usage reporting; deciding where to log events (local vs.centralized reporting)</div>
</li>
</ul>
<p>&nbsp;</p>
<div style="background: #E1E1E1;">
<ul>
<li> Pass <a href="http://www.ucertify.com/exams/Microsoft/70-521-CSHARP.html">70-521-CSHARP Certification</a></li>
</ul>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-21.html&amp;title=Exam%2070-521%20Objectives%20List%2021"><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/exam-70-521-objectives-list-21.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 20</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-20.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-20.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:59:10 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1748</guid>
		<description><![CDATA[Planning a Solution Deployment Define a client deployment strategy. This objective may include but is not limited to: recommending an installation method (Xcopy, ClickOnce, MSI, third party); identifying prerequisites (target framework and bootstrap requirements), deploying COM components Plan a database deployment. This objective may include but is not limited to: existing or shared instance; remote [...]]]></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%2Fexam-70-521-objectives-list-20.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-20.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Planning a Solution Deployment</strong></div>
<ul>
<li>
<div>Define a client deployment strategy.</div>
<div>This objective may include but is not limited to: recommending an installation method (Xcopy, ClickOnce, MSI, third party); identifying prerequisites (target framework and bootstrap requirements), deploying COM components</div>
</li>
<li>
<div>Plan a database deployment.</div>
<div>This objective may include but is not limited to: existing or shared instance; remote server; embedded database; deploying new objects (such as tables, stored procedures, and views) to a new or existing database; recognizing database security concerns (such as shared instances and access); remote vs. local database</div>
<div>This objective does not include: DLL deployment; shared GAC deployment</div>
</li>
<li>
<div>Design a solution update strategy.</div>
<div>This objective may include but is not limited to: preserving shared components, data integrity, and user customizations; designing an update delivery method (e.g., automated update detection from the client), version mismatch (both local binaries and service interfaces)</div>
</li>
<li>
<div>Plan for n-tier deployment.</div>
<div>This objective may include but is not limited to: mapping the solution to the topology (required hardware such as servers, routers, and RAM and required software such as OS); determining component installation order; reviewing security requirements</div>
</li>
</ul>
<p>&nbsp;</p>
<div style="background: #E1E1E1;">
<ul>
<li> Pass <a href="http://www.ucertify.com/exams/Microsoft/70-511-CSHARP.html">70-511-CSHARP Certification</a></li>
<li>Download Free Practice For<a href="http://www.ucertify.com/download/70-511-CSHARP.html"> 70-511-CSHARP </a> Exam</li>
</ul>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-20.html&amp;title=Exam%2070-521%20Objectives%20List%2020"><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/exam-70-521-objectives-list-20.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 19</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-19.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-19.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:58:53 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1745</guid>
		<description><![CDATA[Designing the Data Access Layer Choose the appropriate data access strategy. This objective may include but is not limited to:  choosing the appropriate data access technology (Entity Framework, LINQ to SQL, Microsoft ADO.NET); supporting data sources such as XML data, flat files, and relational databases Design data caching. This objective may include but is not [...]]]></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%2Fexam-70-521-objectives-list-19.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-19.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<div><strong>Designing the Data Access Layer</strong></div>
</div>
<ul>
<li>
<div>Choose the appropriate data access strategy.</div>
<div>This objective may include but is not limited to:  choosing the appropriate data access technology (Entity Framework, <a href="http://www.ucertify.com/article/what-is-linq-to-sql.html">LINQ to SQL</a>, <a href="http://www.ucertify.com/download/70-561-CSHARP.html">Microsoft ADO.NET</a>); supporting data sources such as XML data, flat files, and relational databases</div>
</li>
<li>
<div>Design data caching.</div>
<div>This objective may include but is not limited to: managing data cache (lifetime, targets, size, scope), managing data state (change notification, cache invalidation/synchronization)</div>
</li>
<li>
<div>Design for a concurrent multi-user environment.</div>
<div>This objective may include but is not limited to: planning for concurrency and collision avoidance, optimistic vs. pessimistic locking, cross-tier distributed transactions</div>
</li>
</ul>
<p>&nbsp;</p>
<div style="background: #E1E1E1;">
<ul>
<li> Pass <a href="http://www.ucertify.com/exams/Microsoft/70-513-CSHARP.html">70-513-CSHARP Certification</a></li>
<li>Download Free Practice For<a href="http://www.ucertify.com/download/70-513-CSHARP.html"> 70-513-CSHARP </a> Exam</li>
</ul>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-19.html&amp;title=Exam%2070-521%20Objectives%20List%2019"><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/exam-70-521-objectives-list-19.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 18</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-18.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-18.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:58:36 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1743</guid>
		<description><![CDATA[Designing the Presentation Layer Choose the appropriate Windows Client technology. This objective may include but is not limited to: choosing between Windows Forms, WPF, or a combination; choosing an appropriate presentation pattern (Model View Presenter [MVP], Model View/View Model [MV-VM]); identifying areas for possible migration/interoperability from Windows Forms to WPF Design application workflow. This objective [...]]]></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%2Fexam-70-521-objectives-list-18.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-18.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<div><strong>Designing the Presentation Layer</strong></div>
</div>
<ul>
<li>
<div>Choose the appropriate Windows Client technology.</div>
<div>This objective may include but is not limited to: choosing between <a href="http://www.ucertify.com/download/70-505-CSHARP.html">Windows Forms,</a> <a href="http://www.ucertify.com/article/windows-presentation-foundation-wpf.html">WPF</a>, or a combination; choosing an appropriate presentation pattern (<a href="http://www.ucertify.com/blog/praveen-nair-mvp-comments-on-ucertify-mcts-sql-server-2005-prepkit.html">Model View Presenter [MVP]</a>, Model View/View Model [MV-VM]); identifying areas for possible migration/interoperability from Windows Forms to WPF</div>
</li>
<li>
<div>Design application workflow.</div>
<div>This objective may include but is not limited to: user navigation, designing wizards, modal vs. non-modal; dependencies among UI elements; designing for input types based on environment and audience (kiosk, very large display, small display, indoors and outdoors)</div>
</li>
<li>
<div>Design data presentation and input.</div>
<div>This objective may include but is not limited to: designing data validation; designing a data-binding strategy; designing a reporting strategy; choosing media services (audio, video, images, animation); managing data shared between forms</div>
</li>
</ul>
<p>&nbsp;</p>
<div style="background: #E1E1E1;">
<ul>
<li> Pass <a href="http://www.ucertify.com/exams/Microsoft/70-515-CSHARP.html">70-515-CSHARP Certification</a></li>
<li>Download Free Practice For<a href="http://www.ucertify.com/download/70-515-CSHARP.html"> 70-515-CSHARP </a> Exam</li>
</ul>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-18.html&amp;title=Exam%2070-521%20Objectives%20List%2018"><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/exam-70-521-objectives-list-18.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 17</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-17.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-17.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:58:23 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1741</guid>
		<description><![CDATA[Designing the Layers of a Solution Design a loosely coupled layered architecture. This objective may include but is not limited to: separation of concerns including presentation, business logic, and data; minimizing logical dependencies; deciding how layers connect (e.g., content-based vs. context-based filtered routing) Design service interaction. This objective may include but is not limited to: [...]]]></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%2Fexam-70-521-objectives-list-17.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-17.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Designing the Layers of a Solution</strong></div>
<ul>
<li>
<div>Design a loosely coupled layered architecture.</div>
<div>This objective may include but is not limited to: separation of concerns including presentation, business logic, and data; minimizing logical dependencies; deciding how layers connect (e.g., content-based vs. context-based filtered routing)</div>
</li>
<li>
<div>Design service interaction.</div>
<div>This objective may include but is not limited to: service granularity (cohesiveness); interface granularity (responsibilities of an operation), versioning, data and service contracts (using a message contract rather than a data contract); hosting and protocol; managing data integrity (re-validating data across trust boundaries); evaluating use of RESTful interface (URI/resource structure); choosing a message exchange pattern; choosing synchronous vs. asynchronous operation invocation; deciding whether to use custom SOAP headers</div>
<div>This objective does not include: interacting with existing/external systems</div>
</li>
<li>
<div>Design the security implementation.</div>
<div>This objective may include but is not limited to: protecting data during transmission (encryption/hashing algorithm), authentication (client/proxy credential) and authorization (groups, built-in or custom role provider, claims, federated security), designing for least privilege (impersonation and/or delegation), planning for User Access Control (UAC) environments; auditing</div>
</li>
<li>
<div>Design for globalization and localization.</div>
<div>This objective may include but is not limited to: multi-locale services; designing for time zone, sorting, UI considerations; database design considerations</div>
</li>
</ul>
<p>&nbsp;</p>
<div style="background: #E1E1E1;">
<ul>
<li> Pass <a href="http://www.ucertify.com/exams/Microsoft/70-516-CSHARP.html">70-516-CSHARP Certification</a></li>
<li>Download Free Practice For<a href="http://www.ucertify.com/download/70-516-CSHARP.html"> 70-516-CSHARP </a> Exam</li>
</ul>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-17.html&amp;title=Exam%2070-521%20Objectives%20List%2017"><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/exam-70-521-objectives-list-17.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 16</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-16.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-16.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:58:05 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1739</guid>
		<description><![CDATA[Developing and Deploying Reliable Applications Monitor and collect performance data. This objective may include but is not limited to: logging generated SQL (ToTraceString), collecting response times, implementing performance counters, implementing logging, implementing instrumentation Handle exceptions. This objective may include but is not limited to: resolving data concurrency issues (handling OptimisticConcurrency exception, Refresh method), handling errors, [...]]]></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%2Fexam-70-521-objectives-list-16.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-16.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Developing and Deploying Reliable Applications</strong></div>
<ul>
<li>
<div>Monitor and collect performance data.</div>
<div>This objective may include but is not limited to: logging generated SQL (ToTraceString), collecting response times, implementing performance counters, implementing logging, implementing instrumentation</div>
</li>
<li>
<div>Handle exceptions.</div>
<div>This objective may include but is not limited to: resolving data concurrency issues (handling OptimisticConcurrency exception, Refresh method), handling errors, transaction exceptions, connection exceptions, timeout exceptions, handling an exception from the Entity Framework disconnected object, security exceptions</div>
</li>
<li>
<div>Protect data.</div>
<div>This objective may include but is not limited to: encryption, digital signature, hashing, salting, least privilege</div>
</li>
<li>
<div>Synchronize data.</div>
<div>This objective may include but is not limited to: online/offline Entity Framework, synchronization services, saving locally</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-16.html&amp;title=Exam%2070-521%20Objectives%20List%2016"><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/exam-70-521-objectives-list-16.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 15</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-15.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-15.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:57:43 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1737</guid>
		<description><![CDATA[Manipulating Data Create, update, or delete data by using SQL statements. This objective may include but is not limited to: Create/Update/Delete (CUD), using DataSets, calling stored procedures, using parameters Create, update, or delete data by using DataContext. This objective may include but is not limited to: CUD, calling stored procedures, using parameters This objective does [...]]]></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%2Fexam-70-521-objectives-list-15.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-15.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Manipulating Data</strong></div>
<ul>
<li>
<div>Create, update, or delete data by using SQL statements.</div>
<div>This objective may include but is not limited to: Create/Update/Delete (CUD), using DataSets, calling stored procedures, using parameters</div>
</li>
<li>
<div>Create, update, or delete data by using DataContext.</div>
<div>This objective may include but is not limited to: CUD, calling stored procedures, using parameters</div>
<div>This objective does not include: ObjectTrackingEnabled</div>
</li>
<li>
<div>Create, update, or delete data by using ObjectContext.</div>
<div>This objective may include but is not limited to: CUD, calling stored procedures, using parameters, setting SaveOptions</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-15.html&amp;title=Exam%2070-521%20Objectives%20List%2015"><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/exam-70-521-objectives-list-15.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 14</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-14.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-14.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:56:34 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1734</guid>
		<description><![CDATA[Querying Data Execute a SQL query. This objective may include but is not limited to: DBCommand, DataReader, DataAdapters, DataSets, managing data retrieval by using stored procedures, using parameters, System.Data.Common namespace classes Create a LINQ query. This objective may include but is not limited to: syntax-based and method-based queries, joining, filtering, sorting, grouping, aggregation, lambda expressions, [...]]]></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%2Fexam-70-521-objectives-list-14.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-14.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Querying Data</strong></div>
<ul>
<li>
<div>Execute a SQL query.</div>
<div>This objective may include but is not limited to: DBCommand, DataReader, DataAdapters, DataSets, managing data retrieval by using stored procedures, using parameters, System.Data.Common namespace classes</div>
</li>
<li>
<div>Create a LINQ query.</div>
<div>This objective may include but is not limited to: syntax-based and method-based queries, joining, filtering, sorting, grouping, aggregation, lambda expressions, paging, projection</div>
<div>This objective does not include: compiling queries</div>
</li>
<li>
<div>Query data by using ADO.NET Data Services.</div>
<div>This objective may include but is not limited to: implementing filtering and entitlement in ADO.NET Data Services, addressing resources, creating a query expression, accessing payload formats, Data Services interceptors</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-14.html&amp;title=Exam%2070-521%20Objectives%20List%2014"><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/exam-70-521-objectives-list-14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 13</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-13.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-13.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:56:24 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1732</guid>
		<description><![CDATA[Managing Connections and Context Create and manage a data connection. This objective may include but is not limited to: connecting to a data source, closing connections, maintaining the life cycle of a connection Configure ADO.NET Data Services. This objective may include but is not limited to: creating access rules for entities, configuring authorization and authentication, [...]]]></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%2Fexam-70-521-objectives-list-13.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-13.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Managing Connections and Context</strong></div>
<ul>
<li>
<div>Create and manage a data connection.</div>
<div>This objective may include but is not limited to: connecting to a data source, closing connections, maintaining the life cycle of a connection</div>
</li>
<li>
<div>Configure ADO.NET Data Services.</div>
<div>This objective may include but is not limited to: creating access rules for entities, configuring authorization and authentication, configuring HTTP verbs</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-13.html&amp;title=Exam%2070-521%20Objectives%20List%2013"><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/exam-70-521-objectives-list-13.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 12</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-12.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-12.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:56:04 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1729</guid>
		<description><![CDATA[Modeling Data Map entities and relationships by using the Entity Data Model. This objective may include but is not limited to: using the Visual Designer, building an entity data model from an existing database, managing complex entity mappings in EDMX, editing EDM XML, mapping to stored procedures, creating user-defined associations between entities, generating classes with [...]]]></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%2Fexam-70-521-objectives-list-12.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-12.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Modeling Data</strong></div>
<ul>
<li>
<div>Map entities and relationships by using the Entity Data Model.</div>
<div>This objective may include but is not limited to: using the Visual Designer, building an entity data model from an existing database, managing complex entity mappings in EDMX, editing EDM XML, mapping to stored procedures, creating user-defined associations between entities, generating classes with inheritance and mapping them to tables</div>
<div>This objective does not include: using MetadataWorkspace</div>
</li>
<li>
<div>Create and customize entity objects.</div>
<div>This objective may include but is not limited to: configuring changes to an Entity Framework entity, using the ADO.NET EntityObject Generator (T4), extending, self-tracking entities, snapshot change tracking, ObjectStateManager, partial classes, partial methods in the Entity Framework</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-12.html&amp;title=Exam%2070-521%20Objectives%20List%2012"><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/exam-70-521-objectives-list-12.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 11</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-11.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-11.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:55:32 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1727</guid>
		<description><![CDATA[Monitoring and Troubleshooting Distributed Systems Configure message logging. This objective may include but is not limited to: configuring message listeners; logging level; message filters; configuring logging known PII This objective does not include: secure message logs Configure diagnostics. This objective may include but is not limited to: WMI; performance counters; event logging &#160;]]></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%2Fexam-70-521-objectives-list-11.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-11.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Monitoring and Troubleshooting Distributed Systems</strong></div>
<ul>
<li>
<div>Configure message logging.</div>
<div>This objective may include but is not limited to: configuring message listeners; logging level; message filters; configuring logging known PII</div>
<div>This objective does not include: secure message logs</div>
</li>
<li>
<div>Configure diagnostics.</div>
<div>This objective may include but is not limited to: WMI; performance counters; event logging</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-11.html&amp;title=Exam%2070-521%20Objectives%20List%2011"><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/exam-70-521-objectives-list-11.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 10</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-10.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-10.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:55:14 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1725</guid>
		<description><![CDATA[Managing the Service Instance Life Cycle Manage sessions. This objective may include but is not limited to: code and configuration; session management attributes; throttling; reliable sessions; transport-level and application-level sessions; invoking a callback contract Manage concurrency. This objective may include but is not limited to: single, multiple, and reentrant concurrency modes; SynchronizationContext and CallbackBehavior This [...]]]></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%2Fexam-70-521-objectives-list-10.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-10.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><strong>Managing the Service Instance Life Cycle</strong></div>
<ul>
<li>
<div>Manage sessions.</div>
<div>This objective may include but is not limited to: code and configuration; session management attributes; throttling; reliable sessions; transport-level and application-level sessions; invoking a callback contract</div>
</li>
<li>
<div>Manage concurrency.</div>
<div>This objective may include but is not limited to: single, multiple, and reentrant concurrency modes; SynchronizationContext and CallbackBehavior</div>
<div>This objective does not include: deadlocks and other multithreading issues</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-10.html&amp;title=Exam%2070-521%20Objectives%20List%2010"><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/exam-70-521-objectives-list-10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 9</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-9.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-9.html#comments</comments>
		<pubDate>Sat, 28 May 2011 17:54:52 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1723</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Securing Services Configure secure Bindings. This objective may include but is not limited to: transport, message, mixed mode Configure message security. This objective may include but is not limited to: specifying protection levels on different message parts &#160;]]></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%2Fexam-70-521-objectives-list-9.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-9.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<div><strong>Securing Services</strong></div>
<ul>
<li>
<div>Configure secure Bindings.</div>
<div>This objective may include but is not limited to: transport, message, mixed mode</div>
</li>
<li>
<div>Configure message security.</div>
<div>This objective may include but is not limited to: specifying protection levels on different message parts</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-9.html&amp;title=Exam%2070-521%20Objectives%20List%209"><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/exam-70-521-objectives-list-9.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 8</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-8.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-8.html#comments</comments>
		<pubDate>Fri, 27 May 2011 07:33:36 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-521]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1721</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Consuming Services Create a service proxy. This objective may include but is not limited to: using a proxy class or channel factory to create a proxy; creating a proxy for an asynchronous communication; creating a proxy for a [...]]]></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%2Fexam-70-521-objectives-list-8.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-8.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<div><strong>Consuming Services</strong></div>
<ul>
<li>
<div>Create a service proxy.</div>
<div>
This objective may include but is not limited to: using a proxy class or channel factory to create a proxy; creating a proxy for an asynchronous communication; creating a proxy for a duplex communication</div>
<div>This objective does not include: SvcUtil command-line switches</div>
</li>
<li>
<div>Consume RESTful services</div>
<div>
This objective may include but is not limited to: access HTTP context; JSON/POX</div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-8.html&amp;title=Exam%2070-521%20Objectives%20List%208"><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/exam-70-521-objectives-list-8.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 7</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-7.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-7.html#comments</comments>
		<pubDate>Thu, 26 May 2011 09:29:53 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-521]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1719</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Hosting and Configuring Services Create and configure endpoints. This objective may include but is not limited to the following: Default and standard bindings Custom bindings created from standard binding elements; Standard endpoints Transports including HTTP, TCP, named pipes, [...]]]></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%2Fexam-70-521-objectives-list-7.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-7.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<p><strong>Hosting and Configuring Services</strong></p>
<ul>
<li>Create      and configure endpoints. This objective may include but is not limited to      the following:
<ul>
<li>Default       and standard bindings</li>
<li>Custom       bindings created from standard binding elements;</li>
<li>Standard       endpoints</li>
<li>Transports       including HTTP, TCP, named pipes, UDP, MSMQ code-based service       configuration</li>
<li>Message       encoding</li>
</ul>
</li>
</ul>
<p><em>This objective does not include the following:</em></p>
<ul>
<li><em>Creating a custom binding element; </em></li>
<li><em>Creating new standard endpoints, </em></li>
<li><em>Loading configuration from a location other than the default application configuration file, security, transaction, reliable sessions</em></li>
</ul>
<ul>
<li>Configure      Behaviors. This objective may include but is not limited to the following:
<ul>
<li>Applying       service, endpoint, and operation behaviors in configuration and code</li>
</ul>
</li>
</ul>
<p><em>This objective does not include the following:</em></p>
<ul>
<li><em>Creating a custom behavior</em></li>
<li><em>Creating and using dispatch behaviors</em></li>
<li><em>Loading configuration from a location other than the default application configuration file</em></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%2Fexam-70-521-objectives-list-7.html&amp;title=Exam%2070-521%20Objectives%20List%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/exam-70-521-objectives-list-7.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 6</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-6.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-6.html#comments</comments>
		<pubDate>Wed, 25 May 2011 09:28:44 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-521]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1716</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Creating Services Create service and operation contracts. This objective may include but is not limited to the following: One-way, duplex, and request reply; Creating and specifying  fault contracts; Configuration-based contracts; Exposing service metadata; Selecting serialization (e.g., data contract [...]]]></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%2Fexam-70-521-objectives-list-6.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-6.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<p><strong>Creating Services</strong></p>
<ul>
<li>Create      service and operation contracts. This objective may      include but is not limited to the following:
<ul>
<li>One-way,       duplex, and request reply;</li>
<li>Creating       and specifying  fault contracts;</li>
<li>Configuration-based       contracts;</li>
<li>Exposing       service metadata;</li>
<li> Selecting serialization (e.g., data       contract serializer vs. XML serializer)</li>
</ul>
</li>
</ul>
<p><em>This objective does not include designing service and operation contracts; transactions, instantiation, security-related attributes</em></p>
<ul>
<li>Create      data contracts. This objective may      include but is not limited to the following:
<ul>
<li>Managing       Known Types;</li>
<li>Controlling       data serialization;</li>
<li>Using       required and order attributes on data members;</li>
<li>Implementing       versioning using IExtensibleDataObject;</li>
<li>POCOs</li>
</ul>
</li>
</ul>
<p><em>This objective does not include using custom serializer (ISerializationSurrogate)</em></p>
<ul>
<li>Implement      RESTful services. This objective may      include but is not limited to the following:
<ul>
<li>Accessing       HTTP context</li>
<li>WebGet/WebInvoke</li>
<li>UriTemplates</li>
<li>JSON/POX</li>
</ul>
</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%2Fexam-70-521-objectives-list-6.html&amp;title=Exam%2070-521%20Objectives%20List%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/exam-70-521-objectives-list-6.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 5</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-5.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-5.html#comments</comments>
		<pubDate>Tue, 24 May 2011 09:27:53 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-521]]></category>
		<category><![CDATA[mcpd 3.5 upgrade]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1713</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Stabilizing and Releasing a Solution Implement a WPF test strategy. This objective may include but is not limited to the following: Automation peer UI automation IntelliTrace Debug XAML by using the WPF Visualizer. This objective may include but [...]]]></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%2Fexam-70-521-objectives-list-5.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-5.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<p><strong>Stabilizing and Releasing a Solution</strong></p>
<ul>
<li><strong>Implement a WPF test strategy. </strong>This objective      may include but is not limited to the following:
<ul>
<li>Automation       peer</li>
<li>UI       automation</li>
<li>IntelliTrace</li>
</ul>
</li>
<li><strong>Debug XAML by using the WPF      Visualizer. </strong>This      objective may include but is not limited to the following:
<ul>
<li>Accessing       the Visualizer</li>
<li>Drilling       down into the visual tree</li>
<li>Viewing       and changing properties</li>
</ul>
</li>
</ul>
<p><em>This objective does not include setting a breakpoint and stepping through code</em></p>
<ul>
<li><strong>Create and configure a Windows      Installer project. </strong>This objective may include but is not limited to the      following:
<ul>
<li>Configuring       a setup project to add icons during setup</li>
<li>Setting       deployment project properties</li>
<li>Configuring       conditional installation based on operating system versions</li>
<li>Setting       appropriate Launch Conditions based on the .NET Framework version</li>
<li>Adding       custom actions to a setup project</li>
<li>Adding       error-handling code to a setup project</li>
</ul>
</li>
<li><strong>Configure deployment security      settings. </strong>This      objective may include but is not limited to the following:
<ul>
<li>Configuring       and integrating UAC by using ClickOnce deployments</li>
<li>Setting       appropriate security permissions to deploy the application</li>
</ul>
</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%2Fexam-70-521-objectives-list-5.html&amp;title=Exam%2070-521%20Objectives%20List%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/exam-70-521-objectives-list-5.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 4</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-4.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-4.html#comments</comments>
		<pubDate>Mon, 23 May 2011 09:25:54 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-521]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1710</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Enhancing the Functionality and Usability of a Solution Implement asynchronous processes and threading. This objective may include but is not limited to the following: Implementing asynchronous programming patterns Marshalling between threads Freezing UI elements Using timers Task Parallel [...]]]></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%2Fexam-70-521-objectives-list-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<p><strong>Enhancing the Functionality and Usability of a Solution</strong></p>
<ul>
<li>Implement      asynchronous processes and threading. This objective may include but is      not limited to the following:
<ul>
<li>Implementing       asynchronous programming patterns</li>
<li>Marshalling       between threads</li>
<li>Freezing       UI elements</li>
<li>Using       timers</li>
<li>Task       Parallel Library</li>
<li>Parallel       LINQ</li>
<li>Using       the dispatcher</li>
<li>BackgroundWorker       component</li>
</ul>
</li>
<li>Implement      security features of an application. This objective may include but is not      limited to the following:
<ul>
<li>Configuring       Software Restriction Policy (SRP)</li>
<li>Full       trust and partially trusted security</li>
<li>Interoperability       with legacy CAS policy</li>
<li>User       Account Control (UAC)</li>
</ul>
</li>
<li>Manage      user and application settings. This objective may include but is not      limited to the following:
<ul>
<li>Creating       application settings</li>
<li>Creating       user settings</li>
<li>Loading       and saving settings</li>
</ul>
</li>
</ul>
<p><em>This objective does not include persisting to database</em></p>
<ul>
<li>Implement      dependency properties. This objective may include but is not limited to      the following:
<ul>
<li>Enabling       data binding and animation</li>
<li>Property       metadata</li>
<li>Property       change callbacks</li>
</ul>
</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%2Fexam-70-521-objectives-list-4.html&amp;title=Exam%2070-521%20Objectives%20List%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/exam-70-521-objectives-list-4.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 3</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-3.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-3.html#comments</comments>
		<pubDate>Sun, 22 May 2011 09:24:42 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-521]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1707</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Managing Data at the User Interface Layer Implement data binding. This objective may include but is not limited to the following: Binding options, static and dynamic resources, element bindings, setting the correct binding mode and update mode Binding [...]]]></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%2Fexam-70-521-objectives-list-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<p><strong>Managing Data at the User Interface Layer</strong></p>
<ul>
<li>Implement      data binding. This objective may include but is not limited to the      following:
<ul>
<li>Binding       options, static and dynamic resources, element bindings, setting the       correct binding mode and update mode</li>
<li>Binding       to nullable values</li>
</ul>
</li>
</ul>
<p><em>This objective does not include binding to a specific data source</em></p>
<ul>
<li>Implement      data validation. This objective may include but is not limited to the      following:
<ul>
<li>Handling       validation and providing user feedback via the error provider (WinForms)       or data templates (WPF), IDataErrorInfo, validation control, form       validation and control validation</li>
</ul>
</li>
<li>Prepare      collections of data for display. This objective may include but is not limited      to the following:
<ul>
<li>Filtering,       sorting, and grouping data</li>
<li>LINQ</li>
<li>CollectionView       (WPF), BindingSource object (WinForms)</li>
</ul>
</li>
<li>Implement      data-bound controls. This objective may include but is not limited to the      following:
<ul>
<li>Using       the DataGridView (WinForms) or DataGrid (WPF) control to display and       update the data contained in a data source</li>
<li>Implementing       complex data binding to integrate data from multiple sources</li>
<li>ItemsControl-derived       controls (WPF)</li>
</ul>
</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%2Fexam-70-521-objectives-list-3.html&amp;title=Exam%2070-521%20Objectives%20List%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/exam-70-521-objectives-list-3.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 2</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-2.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-2.html#comments</comments>
		<pubDate>Sat, 21 May 2011 09:24:17 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-521]]></category>
		<category><![CDATA[MCPD .NET Framework 3.5]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1705</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Enhancing a User Interface by Using Advanced Techniques Manage routed events in WPF. This objective may include but is not limited to the following: Tunneling vs. bubbling events Handling and cancelling events This objective does not include simple [...]]]></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%2Fexam-70-521-objectives-list-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<p><strong>Enhancing a User Interface by Using Advanced Techniques</strong></p>
<ul>
<li>Manage      routed events in WPF. This objective may include but is not limited to the      following:
<ul>
<li>Tunneling       vs. bubbling events</li>
<li>Handling       and cancelling events</li>
</ul>
</li>
</ul>
<p><em>This objective does not include simple event handling and creating custom events</em></p>
<ul>
<li>Configure      WPF commanding. This objective may include but is not limited to the      following:
<ul>
<li>Defining       WPF commands based on RoutedCommand</li>
<li>Associating       commands to controls</li>
<li>Handling       commands</li>
<li>Ccommand       bindings</li>
<li>Input       gestures</li>
</ul>
</li>
</ul>
<p><em>This objective does not include creating custom commands by implementing ICommand</em></p>
<ul>
<li>Implement      user-defined controls. This objective may include but is not limited to      the following:
<ul>
<li>Deciding       whether to use a user/composite, extended, or custom control</li>
<li>Creating       a user/composite control</li>
<li>Extending       from an existing control</li>
</ul>
</li>
</ul>
<p><em>This objective does not include creating a custom control by inheriting directly from the Control class and writing code</em></p>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-2.html&amp;title=Exam%2070-521%20Objectives%20List%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/exam-70-521-objectives-list-2.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-521 Objectives List 1</title>
		<link>http://www.mcpd-certification.com/exam-70-521-objectives-list-1.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-521-objectives-list-1.html#comments</comments>
		<pubDate>Fri, 20 May 2011 09:17:54 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-521]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1703</guid>
		<description><![CDATA[Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer Building a User Interface by Using BasicTechniques Choose the most appropriate control class. This objective may include but is not limited to the following: Evaluating design requirements and then selecting the most appropriate control based on those requirements Recognizing [...]]]></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%2Fexam-70-521-objectives-list-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Upgrade: Transition your MCPD .NET Framework 3.5 Windows Developer Skills to MCPD .NET 4 Windows Applications Developer</p>
<div><strong>Building a User Interface by Using BasicTechniques</strong></div>
<ul>
<li>
<div>Choose the most appropriate control class. This objective may include but is not limited to the following:</div>
<ul>
<li>
<div>Evaluating design requirements and then selecting the most appropriate control based on those requirements</div>
</li>
<li>
<div>Recognizing when none of the standard controls meet requirements</div>
<div>Item controls, menu controls, and content controls</div>
</li>
</ul>
<div><em>This objective does not include designing a custom control</em></div>
</li>
<li>
<div>Implement screen layout by using nested control hierarchies. This objective may include but is not limited to the folloiwng:</div>
<ul>
<li>
<div>Using panel-derived controls</div>
</li>
<li>
<div>Attaching properties</div>
</li>
</ul>
<div><em>This objective does not include items controls and control customization.</em></div>
</li>
</ul>
<p>&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-521-objectives-list-1.html&amp;title=Exam%2070-521%20Objectives%20List%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/exam-70-521-objectives-list-1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Saint Patrick&#8217;s Day Sale!! WO</title>
		<link>http://www.mcpd-certification.com/saint-patricks-day-sale-wo.html</link>
		<comments>http://www.mcpd-certification.com/saint-patricks-day-sale-wo.html#comments</comments>
		<pubDate>Fri, 18 Mar 2011 05:31:42 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[IT Certification]]></category>
		<category><![CDATA[uCertify]]></category>
		<category><![CDATA[Saint Patrick's Day Sale]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1678</guid>
		<description><![CDATA[Everybodyâ€™s Irish on St. Patrickâ€™s Day! Spring is in the air, so why not take time to explore the Huge Offers by uCertify. Any 3 Prepkits forÂ $219.99 Thatâ€™s justÂ $73.33 per PrepKit Hurry! First 300 Customers Only! Get lucky this St. Patrickâ€™s day! Maybe youâ€™ll find a four leaved clover, a pot of gold, or even [...]]]></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%2Fsaint-patricks-day-sale-wo.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fsaint-patricks-day-sale-wo.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Everybodyâ€™s Irish on St. Patrickâ€™s Day! Spring is in the air, so why not take time to explore the Huge Offers by uCertify.</p>
<h1 style="font-size: 34px; margin-top: 0.3em; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #000000; display: block; font-family: 'Myriad Pro', HelveticaNeue-Light, 'Helvetica Neue Light', 'Lucida Grande', 'Helvetica Neue', Arial, 'Lucida Sans Unicode', sans-serif; font-weight: normal; line-height: 1.2; padding: 0px; border: 0px initial initial;"><span style="color: #4d4d4d; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px;"><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/todays-deal.php" target="_blank"><span style="font-size: large; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;">Any 3 Prepkits forÂ <span style="font-size: 18px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #01df01; padding: 0px; margin: 0px; border: 0px initial initial;">$219.99</span></span></a></span></h1>
<h1 style="font-size: 34px; margin-top: 0.3em; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #000000; display: block; font-family: 'Myriad Pro', HelveticaNeue-Light, 'Helvetica Neue Light', 'Lucida Grande', 'Helvetica Neue', Arial, 'Lucida Sans Unicode', sans-serif; font-weight: normal; line-height: 1.2; padding: 0px; border: 0px initial initial;">Thatâ€™s justÂ <span style="font-size: 34px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #01df01; padding: 0px; margin: 0px; border: 0px initial initial;">$73.33</span> per PrepKit</h1>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><span style="font-size: medium; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;">Hurry! First 300 Customers Only!</span></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">Get lucky this St. Patrickâ€™s day! Maybe youâ€™ll find a four leaved clover, a pot of gold, or even better, lots of green! Lots of green savings, that is! This week,Â <strong>Mar </strong><strong>17 -Mar 21</strong>, save BIG on any 3 uCertify Prepkit.</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/todays-deal.php"><img style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; max-width: 576px; padding: 0px; margin: 0px; border: 0px initial initial;" title="Any 3 PrepKits $219.99 uCertify's St. Patrick's Day Sale!" src="http://www.ucertify.com/images/sale/st-patrick.gif" alt="Any 3 PrepKits $219.99 uCertify's St. Patrick's Day Sale!" width="600" height="200" /></a></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><strong>HURRY!</strong> Sale ends Mar 21stÂ <a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/todays-deal.php"><strong>Any 3 Prepkits for $219.99!</strong></a><br />
Choose from over 300Â <a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" title="IT certification" href="http://www.ucertify.com/">IT certification</a> prepkits, each backed by our 100% money back guarantee.</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><img class="aligncenter" src="http://thepracticeroom.typepad.com/the_practice_room/images/2008/03/12/leprecon.jpg" alt="" width="180" height="240" /></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><strong><em>Note: This is a guest post by uCertify Inc.</em></strong></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">Happy Shopping &amp; Happy Learning!</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">Your uCertify Team</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://www.ucertify.com/">http://www.ucertify.com</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%2Fsaint-patricks-day-sale-wo.html&amp;title=Saint%20Patrick%26%238217%3Bs%20Day%20Sale%21%21%20WO"><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/saint-patricks-day-sale-wo.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>uCertify&#8217;s President&#8217;s Week Sale!</title>
		<link>http://www.mcpd-certification.com/ucertifys-presidents-week-sale.html</link>
		<comments>http://www.mcpd-certification.com/ucertifys-presidents-week-sale.html#comments</comments>
		<pubDate>Mon, 21 Feb 2011 15:11:41 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[uCertify]]></category>
		<category><![CDATA[President's Week Sale]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1615</guid>
		<description><![CDATA[HURRY! 5 DAYS ONLY (Feb 21- Feb 25) In honor of the birth anniversaries of two great men, George Washington and Abraham Lincoln, uCertify is pleased to offer fantastic savings on President&#8217;s Day! Monday Feb 21 &#8211; Friday Feb 25th, 2011 ONLY, all IT certification Prepkits are only $95.99! or less HURRY! 5 DAYS ONLY! [...]]]></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%2Fucertifys-presidents-week-sale.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertifys-presidents-week-sale.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>HURRY! 5 DAYS ONLY (Feb 21- Feb 25)</p>
<p>In honor of the birth anniversaries of two great men, George Washington and Abraham Lincoln, uCertify is pleased to offer fantastic savings on President&#8217;s Day!</p>
<p>Monday Feb 21 &#8211; Friday Feb 25th, 2011 ONLY, all IT certification Prepkits are only $95.99! or less</p>
<p>HURRY! 5 DAYS ONLY!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.ucertify.com/images/sale/presidentday.jpg" alt="uCertify's President's   Day Sale" width="360" height="120" /></p>
<p>Choose from over hundreds of IT certification prepkits, each backed with our 100% money back guarantee.</p>
<p>So, hurry! Sale begins Feb 21st and ends Feb 25th. ANY Prepkit, ONLY $95.99! or less</p>
<p><em><strong>This is a guest post by uCertify team</strong><br />
</em><br />
Happy Shopping &amp; Happy Learning!</p>
<p>Your uCertify Team</p>
<p>http://www.ucertify.com</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertifys-presidents-week-sale.html&amp;title=uCertify%26%238217%3Bs%20President%26%238217%3Bs%20Week%20Sale%21"><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/ucertifys-presidents-week-sale.html/feed</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Exam 70-519 objectives list 6</title>
		<link>http://www.mcpd-certification.com/exam-70-519-objectives-list-6.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-519-objectives-list-6.html#comments</comments>
		<pubDate>Sun, 06 Feb 2011 17:20:23 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-519]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1675</guid>
		<description><![CDATA[Designing a Deployment Strategy (14%) Design a deployment process. This objective may include but is not limited to: Windows Installer (MSI) vs. xcopy vs. Web Deployment Tool, scaling, rolling deployments Design configuration management. This objective may include but is not limited to: using the ConfigSource attribute (for example, connection strings), staging vs. production vs. development, [...]]]></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%2Fexam-70-519-objectives-list-6.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-6.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing a Deployment Strategy (14%)</strong><strong> </strong></p>
<ul>
<li>Design a deployment process.</li>
</ul>
<p>This objective may include but is not limited to: Windows Installer (MSI) vs. xcopy vs. Web Deployment Tool, scaling, rolling deployments</p>
<ul>
<li>Design configuration management.</li>
</ul>
<p>This objective may include but is not limited to: using the ConfigSource attribute (for example, connection strings), staging vs. production vs. development, topologies, machine.config vs. web.config, using IIS vs. Visual Studio Development Server during development, application pools, configuration inheritance</p>
<ul>
<li>Plan for scalability and reliability.</li>
</ul>
<p>This objective may include but is not limited to: scaling up, scaling out, at physical level and at architectural level, impact of offloading technologies on load balancing, including state, synchronizing machine and encryption keys</p>
<ul>
<li>Design a health monitoring strategy.</li>
</ul>
<p>This objective may include but is not limited to: when to monitor application or business-related events (e.g., on UI every time clicked or in business layer), determining a strategy for using ASP.NET Health Monitoring, throttling, filtering, delivery method</p>
<p>to watch or create (including performance counters and event tracing) to analyze performance issues, page and fragment caching  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-6.html&amp;title=Exam%2070-519%20objectives%20list%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/exam-70-519-objectives-list-6.html/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>98-361 : Understanding General Software Development (14 percent)</title>
		<link>http://www.mcpd-certification.com/98-361-understanding-general-software-development-14-percent.html</link>
		<comments>http://www.mcpd-certification.com/98-361-understanding-general-software-development-14-percent.html#comments</comments>
		<pubDate>Sun, 06 Feb 2011 16:50:15 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1594</guid>
		<description><![CDATA[Understand application life cycle management. This objective may include but is not limited to the following: Phases of application life cycle management Software testing Interpret application specifications. This objective may include but is not limited to the following: Reading application specifications and translating them into prototypes Code Components Understand algorithms and data structures. This objective [...]]]></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%2F98-361-understanding-general-software-development-14-percent.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F98-361-understanding-general-software-development-14-percent.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<ul>
<li>Understand application life cycle management. This objective may include but is not limited to the following:
<ul>
<li>Phases of application life cycle management</li>
<li>Software testing</li>
</ul>
</li>
<li>Interpret application specifications. This objective may include but is not limited to the following:
<ul>
<li>Reading application specifications and translating them into prototypes</li>
<li>Code</li>
<li>Components</li>
</ul>
</li>
<li>Understand algorithms and data structures. This objective may include but is not limited to the following:
<ul>
<li>Arrays</li>
<li>Stacks</li>
<li>Queues</li>
<li>Linked lists, and</li>
<li>Sorting algorithms</li>
<li>Performance implications of various data structures</li>
<li>Choosing the right data structure</li>
</ul>
</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%2F98-361-understanding-general-software-development-14-percent.html&amp;title=98-361%20%3A%20Understanding%20General%20Software%20Development%20%2814%20percent%29"><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/98-361-understanding-general-software-development-14-percent.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Exam 70-519 objectives list 5</title>
		<link>http://www.mcpd-certification.com/exam-70-519-objectives-list-5.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-519-objectives-list-5.html#comments</comments>
		<pubDate>Sat, 05 Feb 2011 17:17:26 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-519]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1672</guid>
		<description><![CDATA[Preparing For and Investigating Application Issues (15%) Choose a testing methodology. This objective may include but is not limited to: black box, white box, integration, regression, coverage, API testing, performance testing, security testing This objective does not include: load testing, Web testing, unit testing Design an exception handling strategy. This objective may include but is [...]]]></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%2Fexam-70-519-objectives-list-5.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-5.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Preparing For and Investigating Application Issues (15%)</strong><strong></strong></p>
<ul>
<li>Choose a testing methodology.</li>
</ul>
<p>This objective may include but is not limited to: black box, white box, integration, regression, coverage, API testing, performance testing, security testing</p>
<p>This objective does not include: load testing, Web testing, unit testing</p>
<ul>
<li>Design an exception handling strategy.</li>
</ul>
<p>This objective may include but is not limited to: HandleError attribute in MVC, common error pages, post-error processing, global vs. page level</p>
<ul>
<li>Recommend an approach to debugging.</li>
</ul>
<p>This objective may include but is not limited to: tools and approaches for a given scenario (for example, memory dumps, DebuggingAttributes, crashes vs. hangs, deadlocks, assembly binding), when to attach to process (Visual Studio Development Server vs. IIS vs. Internet Explorer), root cause analysis</p>
<p>This objective does not include: basic breakpoints</p>
<ul>
<li>Recommend an approach to performance issues.</li>
</ul>
<p>This objective may include but is not limited to: which instrumentation to watch or create (including performance counters and event tracing) to analyze performance issues, page and fragment caching  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-5.html&amp;title=Exam%2070-519%20objectives%20list%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/exam-70-519-objectives-list-5.html/feed</wfw:commentRss>
		<slash:comments>142</slash:comments>
		</item>
		<item>
		<title>Exam 70-519 objectives list 4</title>
		<link>http://www.mcpd-certification.com/exam-70-519-objectives-list-4.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-519-objectives-list-4.html#comments</comments>
		<pubDate>Fri, 04 Feb 2011 17:15:46 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-519]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1669</guid>
		<description><![CDATA[Designing Security Architecture and Implementation (17%) Plan for operational security. This objective may include but is not limited to: approaches for process- and resource-level security, including local and remote resources, Code Access Security (CAS), including trust level, process identity, application pool, and identity tag Design an authentication and authorization model. This objective may include but [...]]]></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%2Fexam-70-519-objectives-list-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing Security Architecture and Implementation (17%)</strong><strong></strong></p>
<ul>
<li>Plan for operational security.</li>
</ul>
<p>This objective may include but is not limited to: approaches for process- and resource-level security, including local and remote resources, Code Access Security (CAS), including trust level, process identity, application pool, and identity tag</p>
<ul>
<li>Design an authentication and authorization model.</li>
</ul>
<p>This objective may include but is not limited to: authentication providers, including WindowsForms, and custom user identity flowthrough (for example, trusted subsystem), role management, membership providers, URL authorization (for example, AuthorizationAttribute), file authorization, Authorization Manager (AzMan)</p>
<ul>
<li>Plan for minimizing attack surfaces.</li>
</ul>
<p>This objective may include but is not limited to: input validation, throttling inputs, request filtering, where to use Secure Sockets Layer (SSL)  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-4.html&amp;title=Exam%2070-519%20objectives%20list%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/exam-70-519-objectives-list-4.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Exam 70-519 objectives list 3</title>
		<link>http://www.mcpd-certification.com/exam-70-519-objectives-list-3-2.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-519-objectives-list-3-2.html#comments</comments>
		<pubDate>Thu, 03 Feb 2011 17:14:27 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-519]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1667</guid>
		<description><![CDATA[Designing Data Strategies and Structures (18%) Design data access. This objective may include but is not limited to: choosing data access technologies such as ADO.NETData Services, Entity Framework, Windows Communications Foundation (WCF), and ASP.NET Web Services Design data presentation and interaction. This objective may include but is not limited to: pulling data from data layer [...]]]></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%2Fexam-70-519-objectives-list-3-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-3-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing Data Strategies and Structures (18%)</strong><strong></strong></p>
<ul>
<li>Design data access.</li>
</ul>
<p>This objective may include but is not limited to: choosing data access technologies such as ADO.NETData Services, Entity Framework, Windows Communications Foundation (WCF), and ASP.NET Web Services</p>
<ul>
<li>Design data presentation and interaction.</li>
</ul>
<p>This objective may include but is not limited to: pulling data from data layer and binding into views, pages, and controls, and pulling data back to data layer by using ModelBinders, data source controls, and HtmlHelper extensions, or programmatically</p>
<ul>
<li>Plan for data validation.</li>
</ul>
<p>This objective may include but is not limited to: contextual validation vs. data integrity, where to validate data, synchronization between UI and data layer, data annotations  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-3-2.html&amp;title=Exam%2070-519%20objectives%20list%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/exam-70-519-objectives-list-3-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-519 objectives list 3</title>
		<link>http://www.mcpd-certification.com/exam-70-519-objectives-list-3.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-519-objectives-list-3.html#comments</comments>
		<pubDate>Thu, 03 Feb 2011 17:09:02 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-519]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1665</guid>
		<description><![CDATA[Designing Data Strategies and Structures (18%) Design data access. This objective may include but is not limited to: choosing data access technologies such as ADO.NETData Services, Entity Framework, Windows Communications Foundation (WCF), and ASP.NET Web Services Design data presentation and interaction. This objective may include but is not limited to: pulling data from data layer [...]]]></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%2Fexam-70-519-objectives-list-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing Data Strategies and Structures (18%)</strong><strong></strong></p>
<ul>
<li>Design data access.</li>
</ul>
<p>This objective may include but is not limited to: choosing data access technologies such as ADO.NETData Services, Entity Framework, Windows Communications Foundation (WCF), and ASP.NET Web Services</p>
<ul>
<li>Design data presentation and interaction.</li>
</ul>
<p>This objective may include but is not limited to: pulling data from data layer and binding into views, pages, and controls, and pulling data back to data layer by using ModelBinders, data source controls, and HtmlHelper extensions, or programmatically</p>
<ul>
<li>Plan for data validation.</li>
</ul>
<p>This objective may include but is not limited to: contextual validation vs. data integrity, where to validate data, synchronization between UI and data layer, data annotations  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-3.html&amp;title=Exam%2070-519%20objectives%20list%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/exam-70-519-objectives-list-3.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exam 70-519 objectives list 2</title>
		<link>http://www.mcpd-certification.com/exam-70-519-objectives-list-2.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-519-objectives-list-2.html#comments</comments>
		<pubDate>Wed, 02 Feb 2011 17:06:55 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-519]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1662</guid>
		<description><![CDATA[Designing the User Experience (17%) Design the site structure. This objective may include but is not limited to: designing application segmentation for manageability and security (for example, using areas, shared views, master pages, and nested master pages), appropriate use of style sheets, client-side scripting, themes, client ID generation, rendering element modes, routing engine Plan for [...]]]></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%2Fexam-70-519-objectives-list-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing the User Experience (17%)</strong><strong></strong></p>
<ul>
<li>Design the site structure.</li>
</ul>
<p>This objective may include but is not limited to: designing application segmentation for manageability and security (for example, using areas, shared views, master pages, and nested master pages), appropriate use of style sheets, client-side scripting, themes, client ID generation, rendering element modes, routing engine</p>
<ul>
<li>Plan for cross-browser and/or form factors.</li>
</ul>
<p>This objective may include but is not limited to: evaluating the impact on client side behaviors, themes, bandwidth, style sheets (including application design &#8211; task based or scaled rendering of existing page), when to apply Browsers file, structural approaches, user agents, different platforms (mobile vs. desktop)</p>
<ul>
<li>Plan for globalization.</li>
</ul>
<p>This objective may include but is not limited to: designing to support local, regional, language, or cultural preferences, including UI vs. data localization (for example, implementing at database level or resource level), when to use CurrentCulture vs. CurrentUICulture, globalization rollout plan (for example, setting base default language, planning localization), handling Unicode data (for example, what fields to include, request encoding), right-to-left support, vertical text and non-Latin topographies, calendars, data formatting, sorting  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-2.html&amp;title=Exam%2070-519%20objectives%20list%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/exam-70-519-objectives-list-2.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-519 objectives list 1</title>
		<link>http://www.mcpd-certification.com/exam-70-519-objectives-list-1.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-519-objectives-list-1.html#comments</comments>
		<pubDate>Tue, 01 Feb 2011 17:04:33 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-519]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1660</guid>
		<description><![CDATA[Designing the Application Architecture (19%) Plan the division of application logic. This objective may include but is not limited to: choosing between client-side and server side processing, planning separation of concern, (for example, partitioning functionality between controllers and evaluating business and data service consumption), planning for long-running processes (for example, synchronous vs. asynchronous) Analyze requirements [...]]]></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%2Fexam-70-519-objectives-list-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-519-objectives-list-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing the Application Architecture (19%)</strong><strong></strong></p>
<ul>
<li>Plan the division of application logic.
<p>This objective may include but is not limited to: choosing between client-side and server side processing, planning separation of concern, (for example, partitioning functionality between controllers and evaluating business and data service consumption), planning for long-running processes (for example, synchronous vs. asynchronous)</li>
<li>Analyze requirements and recommend a system topology.<br />
This objective may include but is not limited to: designing interaction between applications, mapping logical design to physical implementation, validating nonfunctional requirements and cross-cutting concerns (for example, communications, operations management, and security), evaluating baseline needs (for example, scale and quality of service)</li>
<li>Choose appropriate client-side technologies.<br />
This objective may include but is not limited to: JavaScript, ASP.NET AJAX, jQuery, Microsoft Silverlight</li>
<li>Choose appropriate server-side technologies.<br />
This objective may include but is not limited to: user controls, server controls, partials, custom HtmlHelper extensions, Web parts, inheriting controls, dynamic data controls</li>
<li>Design state management.<br />
This objective may include but is not limited to: designing an application for the proper use of application state, session state, and request state (for example, ViewState, ControlState, Cache object, cookies, and client-side persistence)</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%2Fexam-70-519-objectives-list-1.html&amp;title=Exam%2070-519%20objectives%20list%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/exam-70-519-objectives-list-1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>uCertify&#8217;s Double Savings Sale!</title>
		<link>http://www.mcpd-certification.com/ucertifys-double-savings-sale.html</link>
		<comments>http://www.mcpd-certification.com/ucertifys-double-savings-sale.html#comments</comments>
		<pubDate>Mon, 31 Jan 2011 17:42:25 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[uCertify]]></category>
		<category><![CDATA[uCertify's]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1582</guid>
		<description><![CDATA[Save 36% It seems like only yesterday that we welcomed in 2011, but as you may have noticed, it is already the end of January! Have you begun on your New Year&#8217;s resolutions to get your career goals in order? Getting certified is a great way to expand your skills prove your abilities to your [...]]]></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%2Fucertifys-double-savings-sale.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertifys-double-savings-sale.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h1>Save 36%</h1>
<p>It seems like only yesterday that we welcomed in 2011, but as you may have noticed, it is already the end of January! Have you begun on your New Year&#8217;s resolutions to get your career goals in order? Getting certified is a great way to expand your skills prove your abilities to your employer.</p>
<p>uCertify has helped thousands of professionals achieve their IT certification goals. This week, we are making it easy on your check book. ForÂ <strong>3 days only</strong>, order any 2 Prepkits of your choice for only $179.99. That&#8217;s aÂ <strong>36% savings</strong> off our regular prices.</p>
<p><em><strong>This is guest post by uCertify team</strong></em>  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertifys-double-savings-sale.html&amp;title=uCertify%26%238217%3Bs%20Double%20Savings%20Sale%21"><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/ucertifys-double-savings-sale.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-518 Objectives list 5</title>
		<link>http://www.mcpd-certification.com/exam-70-518-objectives-list-5.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-518-objectives-list-5.html#comments</comments>
		<pubDate>Thu, 20 Jan 2011 11:12:59 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-518]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1654</guid>
		<description><![CDATA[Designing for Stability and Maintenance (19%) Design for error handling. This objective may include but is not limited to: collecting user feedback when errors occur, handling exceptions across tiers This objective does not include: try/catch blocks Evaluate and recommend a test strategy. This objective may include but is not limited to: recommending functional testing, recommending [...]]]></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%2Fexam-70-518-objectives-list-5.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-5.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing for Stability and Maintenance (19%)</strong></p>
<ul>
<li>Design for error handling.</li>
</ul>
<p>This objective may include but is not limited to: collecting user feedback when errors occur, handling exceptions across tiers</p>
<p>This objective does not include: try/catch blocks</p>
<ul>
<li>Evaluate and recommend a test strategy.</li>
</ul>
<p>This objective may include but is not limited to: recommending functional testing, recommending reliability testing (performance testing, stress testing, scalability testing, duration testing)</p>
<p>This objective does not include: unit testing</p>
<ul>
<li>Design a diagnostics and monitoring strategy.</li>
</ul>
<p>This objective may include but is not limited to: profiling, tracing, performance counters, audit trails (events and information); usage reporting; deciding where to log events (local vs. centralized reporting)  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-5.html&amp;title=Exam%2070-518%20Objectives%20list%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/exam-70-518-objectives-list-5.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-518 Objectives list 4</title>
		<link>http://www.mcpd-certification.com/exam-70-518-objectives-list-4.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-518-objectives-list-4.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 11:12:01 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-518]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1652</guid>
		<description><![CDATA[Planning a Solution Deployment (17%) Define a client deployment strategy. This objective may include but is not limited to: recommending an installation method (Xcopy, ClickOnce, MSI, third party); identifying prerequisites (target framework and bootstrap requirements), deploying COM components Plan a database deployment. This objective may include but is not limited to: existing or shared instance; [...]]]></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%2Fexam-70-518-objectives-list-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Planning a Solution Deployment (17%)</strong></p>
<ul>
<li>Define a client deployment strategy.</li>
</ul>
<p>This objective may include but is not limited to: recommending an installation method (Xcopy, ClickOnce, MSI, third party); identifying prerequisites (target framework and bootstrap requirements), deploying COM components</p>
<ul>
<li>Plan a database deployment.</li>
</ul>
<p>This objective may include but is not limited to: existing or shared instance; remote server; embedded database; deploying new objects (such as tables, stored procedures, and views) to a new or existing database; recognizing database security concerns (such as shared instances and access); remote vs. local database</p>
<p>This objective does not include: DLL deployment; shared GAC deployment</p>
<ul>
<li>Design a solution update strategy.</li>
</ul>
<p>This objective may include but is not limited to: preserving shared components, data integrity, and user customizations; designing an update delivery method (e.g., automated update detection from the client), version mismatch (both local binaries and service interfaces)</p>
<ul>
<li>Plan for n-tier deployment.</li>
</ul>
<p>This objective may include but is not limited to: mapping the solution to the topology (required hardware such as servers, routers, and RAM and required software such as OS); determining component installation order; reviewing security requirements  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-4.html&amp;title=Exam%2070-518%20Objectives%20list%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/exam-70-518-objectives-list-4.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-515 Objectives list 3</title>
		<link>http://www.mcpd-certification.com/exam-70-515-objectives-list-3.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-515-objectives-list-3.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 06:17:51 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-515]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1622</guid>
		<description><![CDATA[Implementing Client-Side Scripting and AJAX (16%) Add dynamic features to a page by using JavaScript. This objective may include but is not limited to: referencing c lient ID; Script Manager; Script combining; Page.clientscript.registerclientscriptblock; Page.clientscript.registerclientscriptinclude; sys.require (scriptloader) This objective does not include: interacting with the server; referencing JavaScript files; inlining JavaScript Alter a page dynamically 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%2Fexam-70-515-objectives-list-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-515-objectives-list-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Implementing Client-Side Scripting and AJAX (16%)</strong></p>
<ul>
<li>Add dynamic features to a page by using JavaScript.<br />
This objective may include but is not limited to: referencing c<br />
lient ID; Script Manager; Script combining; Page.clientscript.registerclientscriptblock; Page.clientscript.registerclientscriptinclude; sys.require (scriptloader)<br />
This objective does not include: interacting with the server; referencing JavaScript files; inlining JavaScript</li>
<li>Alter a page dynamically by manipulating the DOM.This objective may include but is not limited to: using jQuery, adding, modifying, or removing page elements, adding effects, jQuery selectors
<p>This objective does not include: AJAX</li>
<li>Handle JavaScript events.<br />
This objective may include but is not limited to: DOM events, custom events, handling events by using jQuery</li>
<li>Implement ASP.NET AJAX.This objective may include but is not limited to: client-side templating, creating a script service, extenders (ASP.NET AJAX Control Toolkit), interacting with the server, Microsoft AJAX Client Library, custom extenders; multiple update panels; triggers; UpdatePanel.UpdateMode; Timer
<p>This objective does not include: basic update panel and progress</li>
<li>Implement AJAX by using jQuery.This objective may include but is not limited to: $.get, $.post, $.getJSON, $.ajax, xml, html, JavaScript Object Notation (JSON), handling return types
<p>This objective does not include: creating a service</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%2Fexam-70-515-objectives-list-3.html&amp;title=Exam%2070-515%20Objectives%20list%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/exam-70-515-objectives-list-3.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Exam 70-518 Objectives list 3</title>
		<link>http://www.mcpd-certification.com/exam-70-518-objectives-list-3.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-518-objectives-list-3.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 01:09:26 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-518]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1649</guid>
		<description><![CDATA[Designing the Data Access Layer (21%) Choose the appropriate data access strategy. This objective may include but is not limited to:Â  choosing the appropriate data access technology (Entity Framework, LINQ to SQL, Microsoft ADO.NET); supporting data sources such as XML data, flat files, and relational databases Design the data object model. This objective may include [...]]]></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%2Fexam-70-518-objectives-list-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing the Data Access Layer (21%)</strong></p>
<ul>
<li>Choose the appropriate data access strategy.</li>
</ul>
<p>This objective may include but is not limited to:Â  choosing the appropriate data access technology (Entity Framework, LINQ to SQL, Microsoft ADO.NET); supporting data sources such as XML data, flat files, and relational databases</p>
<ul>
<li>Design the data object model.</li>
</ul>
<p>This objective may include but is not limited to: mapping to persistent storage (mapping to tables, XML files), abstracting from the service layer (encapsulating underlying schema details); designing a schema change management strategy</p>
<ul>
<li>Design data caching.</li>
</ul>
<p>This objective may include but is not limited to: managing data cache (lifetime, targets, size, scope), managing data state (change notification, cache invalidation/synchronization)</p>
<ul>
<li>Design offline storage and data synchronization.</li>
</ul>
<p>This objective may include but is not limited to: managing offline data, mapping a data store to local cache, designing synchronization; analyzing target data environment (e.g., Microsoft SQL Server, SQL Express, workstation capabilities, OS, bandwidth, reliability)</p>
<ul>
<li>Design for a concurrent multi-user environment.</li>
</ul>
<p>This objective may include but is not limited to: planning for concurrency and collision avoidance, optimistic vs. pessimistic locking, cross-tier distributed transactions</p>
<ul>
<li>Analyze data services for optimization.</li>
</ul>
<p>This objective may include but is not limited to: object relational mapping (ORM) performance, optimizing roundtrips, lazy vs. eager loading, caching of frequently used data  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-3.html&amp;title=Exam%2070-518%20Objectives%20list%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/exam-70-518-objectives-list-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-518 Objectives list 2</title>
		<link>http://www.mcpd-certification.com/exam-70-518-objectives-list-2.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-518-objectives-list-2.html#comments</comments>
		<pubDate>Sun, 16 Jan 2011 18:07:51 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-518]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1646</guid>
		<description><![CDATA[Designing the Presentation Layer (21%) Choose the appropriate Windows Client technology. This objective may include but is not limited to: choosing between Windows Forms, WPF, or a combination; choosing an appropriate presentation pattern (Model View Presenter [MVP], Model View/View Model [MV-VM]); identifying areas for possible migration/interoperability from Windows Forms to WPF Design the UI layout [...]]]></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%2Fexam-70-518-objectives-list-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing the Presentation Layer (21%)</strong></p>
<ul>
<li>Choose the appropriate Windows Client technology.</li>
</ul>
<p>This objective may include but is not limited to: choosing between Windows Forms, WPF, or a combination; choosing an appropriate presentation pattern (Model View Presenter [MVP], Model View/View Model [MV-VM]); identifying areas for possible migration/interoperability from Windows Forms to WPF</p>
<ul>
<li>Design the UI layout and structure.</li>
</ul>
<p>This objective may include but is not limited to: evaluating the conceptual design, deciding how the UI will be composed (e.g., static vs. dynamic screen); designing for the inheritance and re-use of visual elements (e.g., styles, resources); accessibility considerations; deciding when custom controls are needed</p>
<ul>
<li>Design application workflow.</li>
</ul>
<p>This objective may include but is not limited to: user navigation, designing wizards, modal vs. non-modal; dependencies among UI elements; designing for input types based on environment and audience (kiosk, very large display, small display, indoors and outdoors)</p>
<ul>
<li>Design data presentation and input.</li>
</ul>
<p>This objective may include but is not limited to: designing data validation; designing a data-binding strategy; designing a reporting strategy; choosing media services (audio, video, images, animation); managing data shared between forms</p>
<ul>
<li>Design presentation behavior.</li>
</ul>
<p>This objective may include but is not limited to:Â  determining which behaviors will be implemented and how; drag and drop functionality</p>
<ul>
<li>Design for UI responsiveness.</li>
</ul>
<p>This objective may include but is not limited to: offloading operations from UI thread and reporting of progress, avoiding unnecessary screen refresh; media buffering; client vs. server side sorting and filtering of data; addressing UI memory issues  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-2.html&amp;title=Exam%2070-518%20Objectives%20list%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/exam-70-518-objectives-list-2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-518 Objectives list 1</title>
		<link>http://www.mcpd-certification.com/exam-70-518-objectives-list-1.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-518-objectives-list-1.html#comments</comments>
		<pubDate>Sat, 15 Jan 2011 15:05:42 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-518]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1644</guid>
		<description><![CDATA[Designing the Layers of a Solution (22%) Design a loosely coupled layered architecture. This objective may include but is not limited to: separation of concerns including presentation, business logic, and data; minimizing logical dependencies; deciding how layers connect (e.g., content-based vs. context-based filtered routing) Design service interaction. This objective may include but is not limited [...]]]></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%2Fexam-70-518-objectives-list-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Designing the Layers of a Solution (22%)</strong></p>
<ul>
<li>Design a loosely coupled layered architecture.</li>
</ul>
<p>This objective may include but is not limited to: separation of concerns including presentation, business logic, and data; minimizing logical dependencies; deciding how layers connect (e.g., content-based vs. context-based filtered routing)</p>
<ul>
<li>Design service interaction.</li>
</ul>
<p>This objective may include but is not limited to: service granularity (cohesiveness); interface granularity (responsibilities of an operation), versioning, data and service contracts (using a message contract rather than a data contract); hosting and protocol; managing data integrity (re-validating data across trust boundaries); evaluating use of RESTful interface (URI/resource structure); choosing a message exchange pattern; choosing synchronous vs. asynchronous operation invocation; deciding whether to use custom SOAP headers</p>
<p>This objective does not include: interacting with existing/external systems</p>
<ul>
<li>Design the security implementation.</li>
</ul>
<p>This objective may include but is not limited to: protecting data during transmission (encryption/hashing algorithm), authentication (client/proxy credential) and authorization (groups, built-in or custom role provider, claims, federated security), designing for least privilege (impersonation and/or delegation), planning for User Access Control (UAC) environments; auditing</p>
<ul>
<li>Design for interoperability with external systems.</li>
</ul>
<p>This objective may include but is not limited to: choosing an appropriate strategy for communicating with COM components, mainframe services, and Web services</p>
<ul>
<li>Design for optimal processing.</li>
</ul>
<p>This objective may include but is not limited to: parallel processing; asynchronous processing; service bus; gateway processes; scalability (scale out vs. scale up); designing tiers to minimize latency (batch retrieval, multiple small calls)</p>
<ul>
<li>Design for globalization and localization.</li>
</ul>
<p>This objective may include but is not limited to: multi-locale services; designing for time zone, sorting, UI considerations; database design considerations  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-518-objectives-list-1.html&amp;title=Exam%2070-518%20Objectives%20list%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/exam-70-518-objectives-list-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-516 Objectives list 5</title>
		<link>http://www.mcpd-certification.com/exam-70-516-objectives-list-5.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-516-objectives-list-5.html#comments</comments>
		<pubDate>Fri, 14 Jan 2011 07:02:47 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-516]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1640</guid>
		<description><![CDATA[Developing and Deploying Reliable Applications (18%) Monitor and collect performance data. This objective may include but is not limited to: logging generated SQL (ToTraceString), collecting response times, implementing performance counters, implementing logging, implementing instrumentation Handle exceptions. This objective may include but is not limited to: resolving data concurrency issues (handling OptimisticConcurrency exception, Refresh method), handling [...]]]></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%2Fexam-70-516-objectives-list-5.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-5.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Developing and Deploying Reliable Applications (18%)</strong></p>
<ul>
<li>Monitor and collect performance data.</li>
</ul>
<p>This objective may include but is not limited to: logging generated SQL (ToTraceString), collecting response times, implementing performance counters, implementing logging, implementing instrumentation</p>
<ul>
<li>Handle exceptions.</li>
</ul>
<p>This objective may include but is not limited to: resolving data concurrency issues (handling OptimisticConcurrency exception, Refresh method), handling errors, transaction exceptions, connection exceptions, timeout exceptions, handling an exception from the Entity Framework disconnected object, security exceptions</p>
<ul>
<li>Protect data.</li>
</ul>
<p>This objective may include but is not limited to: encryption, digital signature, hashing, salting, least privilege</p>
<ul>
<li>Synchronize data.</li>
</ul>
<p>This objective may include but is not limited to: online/offline Entity Framework, synchronization services, saving locally</p>
<ul>
<li>Deploy ADO.NET components.</li>
</ul>
<p>This objective may include but is not limited to: packaging and publishing from Visual Studio, deploying an ADO.NET Services application; packaging and deploying Entity Framework metadata<br />
This objective does not include: configuring IIS, MSDeploy, MSBuild  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-5.html&amp;title=Exam%2070-516%20Objectives%20list%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/exam-70-516-objectives-list-5.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-516 Objectives list 4</title>
		<link>http://www.mcpd-certification.com/exam-70-516-objectives-list-4.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-516-objectives-list-4.html#comments</comments>
		<pubDate>Wed, 12 Jan 2011 07:01:58 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-516]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1637</guid>
		<description><![CDATA[Manipulating Data (22%) Create, update, or delete data by using SQL statements. This objective may include but is not limited to: Create/Update/Delete (CUD), using DataSets, calling stored procedures, using parameters Create, update, or delete data by using DataContext.This objective may include but is not limited to: CUD, calling stored procedures, using parameters This objective does [...]]]></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%2Fexam-70-516-objectives-list-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Manipulating Data (22%)</strong></p>
<ul>
<li>Create, update, or delete data by using SQL statements.</li>
</ul>
<p>This objective may include but is not limited to: Create/Update/Delete (CUD), using DataSets, calling stored procedures, using parameters</p>
<ul>
<li>Create, update, or delete data by using DataContext.This objective may include but is not limited to: CUD, calling stored procedures, using parameters
<p>This objective does not include: ObjectTrackingEnabled</li>
<li>Create, update, or delete data by using ObjectContext.</li>
</ul>
<p>This objective may include but is not limited to: CUD, calling stored procedures, using parameters, setting SaveOptions</p>
<ul>
<li>Manage transactions.This objective may include<br />
but is not limited to: System.Transactions, DBTransaction, rolling back a transaction, Lightweight Transaction Manager (LTM)</li>
</ul>
<p>This objective does not include: distributed transactions, multiple updates within a transaction, multiple synchronization of data within an acidic transaction</p>
<ul>
<li>Create disconnected objects.</li>
</ul>
<p>This objective may include but is not limited to: creating self-tracking entities in the Entity Framework, attaching objects, DataSets, table adapters  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-4.html&amp;title=Exam%2070-516%20Objectives%20list%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/exam-70-516-objectives-list-4.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exam 70-516 Objectives list 3</title>
		<link>http://www.mcpd-certification.com/exam-70-516-objectives-list-3.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-516-objectives-list-3.html#comments</comments>
		<pubDate>Tue, 11 Jan 2011 07:00:56 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-516]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1635</guid>
		<description><![CDATA[Querying Data (22%) Execute a SQL query. This objective may include but is not limited to: DBCommand, DataReader, DataAdapters, DataSets, managing data retrieval by using stored procedures, using parameters, System.Data.Common namespace classes Create a LINQ query. This objective may include but is not limited to: syntax-based and method-based queries, joining, filtering, sorting, grouping, aggregation, lambda [...]]]></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%2Fexam-70-516-objectives-list-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Querying Data (22%)</strong></p>
<ul>
<li>Execute a SQL query.</li>
</ul>
<p>This objective may include but is not limited to: DBCommand, DataReader, DataAdapters, DataSets, managing data retrieval by using stored procedures, using parameters, System.Data.Common namespace classes</p>
<ul>
<li>Create a LINQ query.
<p>This objective may include but is not limited to: syntax-based and method-based queries, joining, filtering, sorting, grouping, aggregation, lambda expressions, paging, projection</p>
<p>This objective does not include: compiling queries</li>
<li>Create an Entity SQL (ESQL) query.</li>
</ul>
<p>This objective may include but is not limited to: joining, filtering, sorting, grouping, aggregation, paging, using functions, query plan caching, returning a reference to an entity instance, using parameters with ESQL, functionality related to EntityClient classes</p>
<ul>
<li>Handle special data types.
<p>This objective may include but is not limited to: querying BLOBs, filestream, spatial and table-valued parameters</p>
<p>This objective does not include: implementing data types for unstructured data, user-defined types, Common Language Runtime (CLR) types</li>
<li>Query XML.
<p>This objective may include but is not limited to: LINQ to XML, XmlReader, XmlDocuments, XPath</p>
<p>This objective does not include: XSLT, XmlWriter</li>
<li>Query data by using ADO.NET Data Services.</li>
</ul>
<p>This objective may include but is not limited to: implementing filtering and entitlement in ADO.NET Data Services, addressing resources, creating a query expression, accessing payload formats, Data Services interceptors  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-3.html&amp;title=Exam%2070-516%20Objectives%20list%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/exam-70-516-objectives-list-3.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exam 70-516 Objectives list 2</title>
		<link>http://www.mcpd-certification.com/exam-70-516-objectives-list-2.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-516-objectives-list-2.html#comments</comments>
		<pubDate>Mon, 10 Jan 2011 06:59:40 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-516]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1633</guid>
		<description><![CDATA[Managing Connections and Context (18%) Configure connection strings and providers. This objective may include but is not limited to: managing connection strings including Entity Framework connection strings, using the ConfigurationManager, correctly addressing the Microsoft SQL Server instance, implementing connection pooling, managing User Instanceand AttachDBfilename, switching providers, implementing multiple active result sets (MARS) This objective does [...]]]></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%2Fexam-70-516-objectives-list-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Managing Connections and Context (18%)</strong></p>
<ul>
<li>Configure connection strings and providers.
<p>This objective may include but is not limited to: managing connection strings including Entity Framework connection strings, using the ConfigurationManager, correctly addressing the Microsoft SQL Server instance, implementing connection pooling, managing User Instanceand AttachDBfilename, switching providers, implementing multiple active result sets (MARS)</p>
<p>This objective does not include: using the ConnectionStringBuilder; Oracle data provider; creating and using a custom provider; using third-party providers</li>
<li>Create and manage a data connection.</li>
</ul>
<p>This objective may include but is not limited to: connecting to a data source, closing connections, maintaining the life cycle of a connection</p>
<ul>
<li>Secure a connection.
<p>This objective may include but is not limited to: encrypting and decrypting connection strings, using Security Support Provider Interface (SSPI) or SQL Server authentication, read only vs. read/write connections</p>
<p>This objective does not include:Â  Secure Sockets Layer (SSL)</li>
<li>Manage the DataContext and ObjectContext.</li>
</ul>
<p>This objective may include but is not limited to: managing the life cycle of DataContext and ObjectContext, extending the DataContext and ObjectContext, supporting POCO</p>
<ul>
<li>Implement eager loading.
<p>This objective may include but is not limited to: configuring loading strategy by using LazyLoadingEnabled, supporting lazy loading with POCO, explicitly loading entities</li>
<li>Cache data.
<p>This objective may include but is not limited to: DataContext and ObjectContext cache including identity map, local data cache</p>
<p>This objective does not include: Velocity, SqlCacheDependency</li>
<li>Configure ADO.NET Data Services.</li>
</ul>
<p>This objective may include but is not limited to: creating access rules for entities, configuring authorization and authentication, configuring HTTP verbs  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-2.html&amp;title=Exam%2070-516%20Objectives%20list%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/exam-70-516-objectives-list-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-516 Objectives list 1</title>
		<link>http://www.mcpd-certification.com/exam-70-516-objectives-list-1.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-516-objectives-list-1.html#comments</comments>
		<pubDate>Sat, 08 Jan 2011 17:57:20 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-516]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1631</guid>
		<description><![CDATA[Modeling Data (20%) Map entities and relationships by using the Entity Data Model. This objective may include but is not limited to: using the Visual Designer, building an entity data model from an existing database, managing complex entity mappings in EDMX, editing EDM XML, mapping to stored procedures, creating user-defined associations between entities, generating classes [...]]]></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%2Fexam-70-516-objectives-list-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Modeling Data (20%)</strong></p>
<ul>
<li>Map entities and relationships by using the Entity Data Model.
<p>This objective may include but is not limited to: using the Visual Designer, building an entity data model from an existing database, managing complex entity mappings in EDMX, editing EDM XML, mapping to stored procedures, creating user-defined associations between entities, generating classes with inheritance and mapping them to tables</p>
<p>This objective does not include: using MetadataWorkspace</li>
<li>Map entities and relationships by using LINQ to SQL.</li>
</ul>
<p>This objective may include but is not limited to: using the Visual Designer, building a LINQ to SQL model from an existing database, mapping to stored procedures</p>
<ul>
<li>Create and customize entity objects.</li>
</ul>
<p>This objective may include but is not limited to: configuring changes to an Entity Framework entity, using the ADO.NET EntityObject Generator (T4), extending, self-tracking entities, snapshot change tracking, ObjectStateManager, partial classes, partial methods in the Entity Framework</p>
<ul>
<li>Connect a POCO model to the Entity Framework.
<p>This objective may include but is not limited to: implementing the Entity Framework with persistence ignorance, user-created POCO entities</p>
<p>This objective does not include: using the POCO templates</li>
<li>Create the database from the Entity Framework model.</li>
</ul>
<p>This objective may include but is not limited to: customizing the Data Definition Language (DDL) (templates) generation process, generating scripts for a database, Entity Data Model tools</p>
<ul>
<li>Create model-defined functions.</li>
</ul>
<p>This objective may include but is not limited to: editing the Conceptual Schema Definition Language CSDL, enabling model-defined functions by using the EdmFunction attribute, complex types  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-516-objectives-list-1.html&amp;title=Exam%2070-516%20Objectives%20list%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/exam-70-516-objectives-list-1.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Exam 70-515 Objectives list 6</title>
		<link>http://www.mcpd-certification.com/exam-70-515-objectives-list-6.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-515-objectives-list-6.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 11:19:56 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-515]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1628</guid>
		<description><![CDATA[Developing a Web Application by Using ASP.NET MVC 2 (13%) Create custom routes. This objective may include but is not limited to: route constraints, route defaults, ignore routes, custom route parameters Create controllers and actions. This objective may include but is not limited to: Visual Studio support for right-click context menus; action filters (including Authorize, [...]]]></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%2Fexam-70-515-objectives-list-6.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-515-objectives-list-6.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Developing a Web Application by Using ASP.NET MVC 2 (13%)</strong></p>
<ul>
<li>Create custom routes.<br />
This objective may include but is not limited to: route constraints, route defaults, ignore routes, custom route parameters</li>
<li>Create controllers and actions.<br />
This objective may include but is not limited to: Visual Studio support for right-click context menus; action filters (including Authorize, AcceptVerbs, and custom) and model binders; ActionResult sub-classes</li>
<li>Structure an ASP.NET MVC application.<br />
This objective may include but is not limited to: single project areas (for example, route registration, Visual Studio tooling, and inter-area links); organizing controllers into areas; shared views; content files and folders</li>
<li>Create and customize views.
<p>This objective may include but is not limited to: built-in and custom HTML helpers (for example, HTML.RenderAction and HTML.RenderPartial), strongly typed views, static page checking, templated input helpers, ViewMasterPage, ViewUserControl</p>
<p>This objective does not include: Microsoft.Web.Mvc Futures assembly</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%2Fexam-70-515-objectives-list-6.html&amp;title=Exam%2070-515%20Objectives%20list%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/exam-70-515-objectives-list-6.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-515 Objectives list 5</title>
		<link>http://www.mcpd-certification.com/exam-70-515-objectives-list-5.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-515-objectives-list-5.html#comments</comments>
		<pubDate>Wed, 05 Jan 2011 12:19:00 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-515]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1626</guid>
		<description><![CDATA[Displaying and Manipulating Data (19%) Implement data-bound controls. This objective may include but is not limited to: advanced customization of DataList, Repeater, ListView, FormsView, DetailsView, TreeView, DataPager, Chart, GridView This objective does not include: working in Design mode Implement DataSource controls. This objective may include but is not limited to: ObjectDataSource, LinqDataSource, XmlDataSource, SqlDataSource, QueryExtender, [...]]]></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%2Fexam-70-515-objectives-list-5.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-515-objectives-list-5.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Displaying and Manipulating Data (19%)</strong></p>
<ul>
<li>Implement data-bound controls.
<p>This objective may include but is not limited to: advanced customization of DataList, Repeater, ListView, FormsView, DetailsView, TreeView, DataPager, Chart, GridView</p>
<p>This objective does not include: working in Design mode</li>
<li>Implement DataSource controls.
<p>This objective may include but is not limited to: ObjectDataSource, LinqDataSource, XmlDataSource, SqlDataSource, QueryExtender, EntityDataSource</p>
<p>This objective does not include: AccessDataSource, SiteMapDataSource</li>
<li>Query and manipulate data by using LINQ.
<p>This objective may include but is not limited to: transforming data by using LINQ to create XML or JSON, LINQ to SQL, LINQ to Entities, LINQ to objects, managing DataContext lifetime</p>
<p>This objective does not include: basic LINQ to SQL</li>
<li>Create and consume a data service.</li>
</ul>
<p>This objective may include but is not limited to: WCF, Web service; server to server calls; JSON serialization, XML serialization</p>
<p>This objective does not include: client side, ADO.NET Data Services</p>
<ul>
<li>Create and configure a Dynamic Data project.<br />
This objective may include but is not limited to: dynamic data controls, custom field templates; connecting to DataContext and ObjectContext</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%2Fexam-70-515-objectives-list-5.html&amp;title=Exam%2070-515%20Objectives%20list%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/exam-70-515-objectives-list-5.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exam 70-515 Objectives list 4</title>
		<link>http://www.mcpd-certification.com/exam-70-515-objectives-list-4.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-515-objectives-list-4.html#comments</comments>
		<pubDate>Tue, 04 Jan 2011 20:18:11 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-515]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1624</guid>
		<description><![CDATA[Configuring and Extending a Web Application (15%) Configure authentication and authorization. This objective may include but is not limited to: using membership, using login controls, roles, location element, protecting an area of a site or a page This objective does not include:Â  Windows Live; Microsoft Passport; Windows and Forms authentication Configure providers. This objective may [...]]]></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%2Fexam-70-515-objectives-list-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-515-objectives-list-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Configuring and Extending a Web Application (15%)</strong></p>
<ul>
<li>Configure authentication and authorization.
<p>This objective may include but is not limited to: using membership, using login controls, roles, location element, protecting an area of a site or a page</p>
<p>This objective does not include:Â  Windows Live; Microsoft Passport; Windows and Forms authentication</li>
<li>Configure providers.
<p>This objective may include but is not limited to: role, membership, personalization, aspnet_regsql.exe</p>
<p>This objective does not include: creating custom providers</li>
<li>Create and configure HttpHandlers and HttpModules.<br />
This objective may include but is not limited to: generic handlers, asynchronous handlers, setting MIME types and other content headers, wiring modules to application events</li>
<li>Configure initialization and error handling.<br />
This objective may include but is not limited to: handling Application_Start, Session_Start, and Application_BeginRequest in global.asax, capturing unhandled exceptions, custom error section of web.config, redirecting to an error page; try and catch; creating custom exceptions</li>
<li>Reference and configure ASMX and WCF services.
<p>This objective may include but is not limited to: adding service reference, adding Web reference, changing endpoints, wsdl.exe, svcutil.exe; updating service URL; shared WCF contracts assembly</p>
<p>This objective does not include: creating WCF and ASMX services</li>
<li>Configure projects and solutions, and reference assemblies.<br />
This objective may include but is not limited to: local assemblies, shared assemblies (global assembly cache), Web application projects, solutions, settings file, configuring a Web application by using web.config or multiple .config files; assemblyinfo</li>
<li>Debug a Web application.<br />
This objective may include but is not limited to: remote, local, JavaScript debugging, attaching to process, logging and tracing, using local IIS, aspnet_regiis.exe</li>
<li>Deploy a Web application.
<p>This objective may include but is not limited to: pre-compilation, publishing methods (e.g.,<br />
MSDeploy, xcopy, and FTP), deploying an MVC application</p>
<p>This objective does not include: application pools, IIS configuration</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%2Fexam-70-515-objectives-list-4.html&amp;title=Exam%2070-515%20Objectives%20list%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/exam-70-515-objectives-list-4.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exam 70-515 Objectives list 2</title>
		<link>http://www.mcpd-certification.com/exam-70-515-objectives-list-2.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-515-objectives-list-2.html#comments</comments>
		<pubDate>Mon, 03 Jan 2011 06:15:49 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-515]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1620</guid>
		<description><![CDATA[Developing and Using Web Forms Controls (18%) Validate user input. This objective may include but is not limited to: client side, server side, and via AJAX; custom validation controls; regex validation; validation groups; datatype check; jQuery validation This objective does not include: RangeValidator and RequiredValidator Create page layout. This objective may include but is not [...]]]></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%2Fexam-70-515-objectives-list-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-515-objectives-list-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Developing and Using Web Forms Controls (18%)</strong></p>
<ul>
<li>Validate user input.
<p>This objective may include but is not limited to: client side, server side, and via AJAX; custom validation controls; regex validation; validation groups; datatype check; jQuery validation</p>
<p>This objective does not include: RangeValidator and RequiredValidator</li>
<li>Create page layout.
<p>This objective may include but is not limited to: AssociatedControlID; Web parts; navigation controls; FileUpload controls</p>
<p>This objective does not include:Â  label; placeholder, panel controls; CSS, HTML, referencing CSS files, inlining</li>
<li>Implement user controls.<br />
This objective may include but is not limited to: registering a control; adding a user control; referencing a user control; dynamically loading a user control; custom event; custom properties; setting toolbox visibility</li>
<li>Implement server controls.
<p>This objective may include but is not limited to: composite controls, INamingContainer, adding a server control to the toolbox, global assembly cache, creating a custom control event, globally registering from web.config; TypeConverters</p>
<p>This objective does not include: postback data handler, custom databound controls, templated control</li>
<li>Manipulate user interface controls from code-behind.
<p>This objective may include but is not limited to: HTML encoding to avoid cross-site scripting, navigating through and manipulating the control hierarchy; FindControl; controlRenderingCompatibilityVersion; URL encoding; RenderOuterTable</p>
<p>This objective does not include: Visibility, Text, Enabled properties</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%2Fexam-70-515-objectives-list-2.html&amp;title=Exam%2070-515%20Objectives%20list%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/exam-70-515-objectives-list-2.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Exam 70-515 Objectives list 1</title>
		<link>http://www.mcpd-certification.com/exam-70-515-objectives-list-1.html</link>
		<comments>http://www.mcpd-certification.com/exam-70-515-objectives-list-1.html#comments</comments>
		<pubDate>Sun, 02 Jan 2011 06:12:58 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-515]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1618</guid>
		<description><![CDATA[Developing Web Forms Pages (19%) Configure Web Forms pages. This objective may include but is not limited to: page directives such as ViewState, request validation, event validation, MasterPageFile; ClientIDMode; using web.config; setting the html doctype This objective does not include: referencing a master page; adding a title to a Web form Implement master pages 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%2Fexam-70-515-objectives-list-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fexam-70-515-objectives-list-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Developing Web Forms Pages (19%)</strong></p>
<ul>
<li>Configure Web Forms pages.
<p>This objective may include but is not limited to: page directives such as ViewState, request validation, event validation, MasterPageFile; ClientIDMode; using web.config; setting the html doctype</p>
<p>This objective does not include: referencing a master page; adding a title to a Web form</li>
<li>Implement master pages and themes.
<p>This objective may include but is not limited to: creating and applying themes; adding multiple content placeholders; nested master pages; control skins; passing messages between master pages; switching between themes at runtime; loading themes at run time; applying a validation schema</p>
<p>This objective does not include: creating a master page; basic content pages</li>
<li>Implement globalization.<br />
This objective may include but is not limited to: resource files, browser files, CurrentCulture, currentUICulture, ASP:Localize</li>
<li>Handle page life cycle events.<br />
This objective may include but is not limited to: IsPostback, IsValid, dynamically creating controls, control availability within the page life cycle, accessing control values on postback, overriding page events</li>
<li>Implement caching.<br />
This objective may include but is not limited to: data caching; page output caching; control output caching; cache dependencies; setting cache lifetimes; substitution control<br />
This objective does not include: distributed caching (Velocity)</li>
<li>Manage state.<br />
This objective may include but is not limited to: server-side technologies, for example, session and application; client-side technologies, for example, cookies and ViewState; configuring session state (in proc, state server, Microsoft SQL Server; cookieless); session state compression; persisting data by using ViewState; compressing ViewState; moving ViewState</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%2Fexam-70-515-objectives-list-1.html&amp;title=Exam%2070-515%20Objectives%20list%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/exam-70-515-objectives-list-1.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>uCertify BLACK fryDAY SALE</title>
		<link>http://www.mcpd-certification.com/ucertify-black-fryday-sale.html</link>
		<comments>http://www.mcpd-certification.com/ucertify-black-fryday-sale.html#comments</comments>
		<pubDate>Wed, 24 Nov 2010 11:44:45 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[IT Certification]]></category>
		<category><![CDATA[uCertify]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1552</guid>
		<description><![CDATA[Hurry! Last chance to get certified in 2010 uCertify has some terrific treats for you this Thanksgiving! Turkey and mashed potatoes are not the only things up for gobbling this week. Check out these incredible savings! 60% off any 6 PrepKits 55% off any 5 PrepKits 50% off any 4 PrepKits 40% off any 3 [...]]]></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%2Fucertify-black-fryday-sale.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertify-black-fryday-sale.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2 style="font-size: 28px; margin-top: 1em; margin-right: 0px; margin-bottom: 0.2em; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #000000; display: block; font-family: 'Myriad Pro', HelveticaNeue-Light, 'Helvetica Neue Light', 'Lucida Grande', 'Helvetica Neue', Arial, 'Lucida Sans Unicode', sans-serif; font-weight: normal; line-height: 1.3; padding: 0px; border: 0px initial initial;">
<p style="font-size: 28px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">Hurry! Last chance to get certified in 2010</p>
</h2>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/selectadeal.php"><img style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; max-width: 576px; padding: 0px; margin: 0px; border: 0px initial initial;" src="https://www.ucertify.com/images/sale/blackfriday-deal.jpg" alt="Save upto 60%" width="600" height="200" /></a></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">uCertify has some terrific treats for you this Thanksgiving! Turkey and mashed potatoes are not the only things up for gobbling this week.</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">Check out these incredible savings!</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><strong><br />
<a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/todays-deal.php?deal=5">60% off any 6 PrepKits</a></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/todays-deal.php?deal=4">55% off any 5 PrepKits</a></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/todays-deal.php?deal=3">50% off any 4 PrepKits</a></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/todays-deal.php?deal=2">40% off any 3 Prepkits</a></p>
<p><strong> </strong></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><strong><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="https://www.ucertify.com/cart/todays-deal.php?deal=1">35% off any 2 Prepkits</a><br />
</strong></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><strong><br />
</strong></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">This is one feast you wonâ€™t want to miss! The best part â€¦ you wonâ€™t regret feasting! You will pass in your first attempt or your money back. NoÂ <a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" title="questions" href="http://www.ucertify.com/exams/CIW/1D0-442.html">questions</a> asked. This is one gift you wonâ€™t need to exchange.</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">â€˜Tis the season to be jolly! So, celebrate the savings! Treat yourself to the gift of learning!</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; text-align: center; padding: 0px;"><img class="aligncenter" src="http://images.freshnessmag.com/wp-content/uploads/2009/11/huf-black-friday-sale-03.jpg" alt="" width="204" height="222" /></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">uCertify wishes our customers a very happy Thanksgiving! GOBBLE, GOBBLE.</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">Happy Shopping &amp; Happy Learning!</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;">Your uCertify Team</p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><a style="font-size: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; color: #004d99; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://www.ucertify.com/">http://www.ucertify.com</a></p>
<p style="font-size: 13px; margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; color: #4d4d4d; padding: 0px; border: 0px initial initial;"><em><strong>Note: This is a guest post by uCertify Team.</strong></em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertify-black-fryday-sale.html&amp;title=uCertify%20BLACK%20fryDAY%20SALE"><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/ucertify-black-fryday-sale.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>uCertifyâ€™s Early Bird deal-leading 100 customers solitary</title>
		<link>http://www.mcpd-certification.com/ucertify%e2%80%99s-early-bird-deal-leading-100-customers-solitary.html</link>
		<comments>http://www.mcpd-certification.com/ucertify%e2%80%99s-early-bird-deal-leading-100-customers-solitary.html#comments</comments>
		<pubDate>Fri, 19 Nov 2010 15:30:24 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[IT Certification]]></category>
		<category><![CDATA[Early Bird]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=546</guid>
		<description><![CDATA[Act hastily if you desire to thrive! You know what did uCertify say? They say, Birds of a feather flock together and the early bird catches the worm. &#8220;Early bird Oh, if you are a bird, be an early bird and catch the worm for your mealtime plate. If you are a bird, be an [...]]]></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%2Fucertify%25e2%2580%2599s-early-bird-deal-leading-100-customers-solitary.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertify%25e2%2580%2599s-early-bird-deal-leading-100-customers-solitary.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>Act hastily if you desire to thrive! You know what did uCertify say? They say, Birds of a feather flock together and the early bird catches the worm. &#8220;Early bird Oh, if you are a bird, be an early bird and catch the worm for your mealtime plate. If you are a bird, be an early bird however if you are a worm, sleep late.&#8221;</div>
<p><ins datetime="2009-11-19T15:43:58+00:00"></ins></p>
<p style="text-align: center;"><a href="http://www.ucertify.com/"><img class=" aligncenter" title="http://www.ucertify.com/" src="http://www.hotel-heritage.com/Photos/hotel_early_bird.jpg" alt="http://www.ucertify.com/" width="421" height="267" /></a></p>
<div><span style="background-color: #ffffff;">Hey! Hope you are having an awesome time so far this season because uCertify sure have! They are stoked about what the 2009/2010 time of year brings and want YOU to get in on the act early!</span></div>
<p><ins datetime="2009-11-19T15:45:31+00:00"><br />
<strong>You are not a current certification holder? PURCHASE YOUR PREPKIT, PASS AND SAVE 40%&#8230;</strong></ins></p>
<div>uCertify is presenting an extraordinary weekend sale for the foremost 100 customers pleasing this bid. Speed up to catch 40% off on all PrepKit from uCertify.</div>
<p style="text-align: center;"><ins datetime="2009-11-19T15:44:25+00:00"><a href="https://www.ucertify.com/cart/todays-deal.php"><img class="aligncenter" src="http://www.ucertify.com/images/sale/pre-thanksgiving.jpg" alt="" width="480" height="160" /></a></ins></p>
<div>during the checkout course of action to gain this deal. You have nothing to lose. You will pass in your foremost attempt or take your money back. 100% in the bag! No questions asked.</div>
<p><ins datetime="2009-11-19T15:44:51+00:00"></ins></p>
<h3>( <em>CAN YOU BELIEVE THEIR EARLY EARLY BIRD PRICES ARE LOWER THAN 2009 PRICES?</em> )</h3>
<p style="text-align: center;"><a href="http://www.ucertify.com/"><img class=" aligncenter" title="http://www.ucertify.com/" src="http://www.treobarcafe.co.uk/Treo%20Images/Early%20Bird%20for%20web.jpg" alt="http://www.ucertify.com/" width="258" height="200" /></a></p>
<p>For more information visit <a href="http://www.ucertify.com/"><strong>http://www.ucertify.com</strong></a> and keep 40% at present!</p>
<p><strong>Happy Thanksgiving!</strong></p>
<p><strong><em>Note: This is a guest Post by uCertify Team</em></strong>  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2Fucertify%25e2%2580%2599s-early-bird-deal-leading-100-customers-solitary.html&amp;title=uCertify%C3%A2%E2%82%AC%E2%84%A2s%20Early%20Bird%20deal-leading%20100%20customers%20solitary"><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/ucertify%e2%80%99s-early-bird-deal-leading-100-customers-solitary.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>70-512-VB â€“ TS: Visual Studio Team Foundation Server 2010</title>
		<link>http://www.mcpd-certification.com/70-512-vb-%e2%80%93-ts-visual-studio-team-foundation-server-2010.html</link>
		<comments>http://www.mcpd-certification.com/70-512-vb-%e2%80%93-ts-visual-studio-team-foundation-server-2010.html#comments</comments>
		<pubDate>Tue, 16 Nov 2010 15:38:27 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-512]]></category>
		<category><![CDATA[70-512-VB]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1544</guid>
		<description><![CDATA[Installing and Configuring TFS (27%) Install TFS. This objective may include but is not limited to the following: SQL Server version support, installing TFS in a multi-tier or multi-machine environment, installing TFS in a load-balanced environment, setting up version control proxy Configure application tier This objective may include but is not limited to the following: [...]]]></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-512-vb-%25e2%2580%2593-ts-visual-studio-team-foundation-server-2010.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-512-vb-%25e2%2580%2593-ts-visual-studio-team-foundation-server-2010.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-family: 'Times New Roman'; line-height: normal; font-size: small; padding: 0.6em; margin: 0px;">
<p><strong style="font-weight: bold;"><em style="font-style: italic;">Installing and Configuring TFS (27%)</em></strong></p>
<p><strong style="font-weight: bold;"><em style="font-style: italic;"> </em></strong></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Install TFS.</em></strong></li>
</ul>
<p><strong style="font-weight: bold;"><em style="font-style: italic;"> </em></strong></p>
<p><em style="font-style: italic;">This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">SQL Server version support, installing TFS in a multi-tier or multi-machine environment, installing TFS in a load-balanced environment, setting up version control proxy</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure application tier</em></strong></li>
</ul>
<p><em style="font-style: italic;">This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">validating an installation, configuring SMTP for TFS, changing the URL (friendly name), changing the default SharePoint Web application, setting up reporting (SQL Server Analysis Services)</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Migrate and upgrade TFS.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">upgrading TFS 2005 or TFS 2008 to TFS 2010, importing a source base from Microsoft Visual Source Safe (VSS), a third-party revision control system, or a sub-version</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Install and configure team lab.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">set up environment templates, installing and configuring test agents, installing and configuring Virtual Machine Manager (basic Virtual Machine Manager installation), creating library shares or resource pools</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Install and configure multiple build agents and controllers.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">tagging, binding a controller to a project collection, adding as build agent</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><strong style="font-weight: bold;"><em style="font-style: italic;">Managing TFS (27%)</em></strong></p>
<p><strong style="font-weight: bold;"><em style="font-style: italic;"> </em></strong></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Manage Team Project Collections.</em></strong></li>
</ul>
<p><strong style="font-weight: bold;"><em style="font-style: italic;"> </em></strong></p>
<p><em style="font-style: italic;">This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">moving project collections, managing team collections and projects, creating and configuring team project collections, moving team projects from one collection to another, creating a team project with SharePoint and SQL Server Reporting Services, cloning (splitting team project collections, partitioning)</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure for backup and recovery.</em></strong></li>
</ul>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">This objective may include but is not limited to the following: backup and recovery of TFS and related components, recover a failed application tier, recover a failed database tier, implement a disaster recovery plan</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Monitor server health and performance.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">application tier logs, monitoring the server for performance issues (monitoring activity logging database and TFS server manager), monitoring job infrastructure for failed jobs (monitoring warehouse adapters and warehouse jobs), cleanup of stale workspaces and shelvesets, cleanup builds (applying retention policies), setting up team build to use a version control proxy server</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Administer TFS application tier.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">retiring or archiving projects and purging the system, rebuilding a warehouse, configuring user permissions by using Active Directory Domain Services Â and TFS groups, moving a TFS instance to a new server or a new domain, configuring security for TFS Work Item Only View</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Manage reporting for TFS.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">basic reporting using Microsoft Office Excel Services, adding a custom report to a SharePoint project portal, uploading a new SQL Server Reporting Services TFS report, configuring to enable a report to appear in a SharePoint project portal</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Set up automated functional and UI tests.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following: setting up a build definition, configuring the build definition to use the proper lab environment, setting up tests to work on an installed agent, setting up a service as interactive, setting up data collectors</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><strong style="font-weight: bold;"><em style="font-style: italic;">Customizing TFS for Team Use (24%)</em></strong></p>
<p><strong style="font-weight: bold;"><em style="font-style: italic;"> </em></strong></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure a team build definition.</em></strong></li>
</ul>
<p><em style="font-style: italic;">This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">setting up for a Symbol Server and Source Server, setting up for test impact analysis, setting up for custom build numbers, configuring build log verbosity, setting up for code analysis, setting up for automated unit testing, setting up for architecture validation</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure and execute a build.</em></strong></li>
</ul>
<p><em style="font-style: italic;">This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">queuing a build with parameters, reconciling workspaces as part of a gated check-in workflow, setting up build triggers (gated check-in, continuous integration, scheduled build)</em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Modify aÂ process template.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">customizing a process template by changing the workflow for a work item, adding a new work item type as a child of an existing work item (WI), uploading and downloading process templates</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure a team project.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">areas and iterations, default security groups, portal settings (team project portal site URL, process guidance URL)</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Apply work item customizations.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">link types, Global list, creating a new WI category and adding existing WI types to the new category, adding or removing fields, transitions, queries, customizing a workflow, creating or editing a work item type, importing and exporting work item types, renaming work item types</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Create Work Item Query Language (WIQL) queries.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">query folders and permissions, query types (tree, flat, directed), defining WIQL keywords, adding fields to a query, creating a WIQL query by using Team Explorer, identify built-in macros</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure client connectivity to TFS.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">configuring Visual Studio, Team Explorer, Microsoft Excel, Microsoft Project, and other tools to connect to TFS, configuring clients for proxy server</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><strong style="font-weight: bold;"><em style="font-style: italic;">Administering Version Control (23%)</em></strong></p>
<p><strong style="font-weight: bold;"><em style="font-style: italic;"> </em></strong></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Create and manage workspaces.</em></strong></li>
</ul>
<p><em style="font-style: italic;">This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">cloaking, undo delete, modifying a workspace, deleting a workspace, specifying the workspace visibility, restoring deleted items, unlocking other usersâ€™ checkouts, pending changes, and code</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure shelvesets.</em></strong></li>
</ul>
<p><em style="font-style: italic;">This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">private builds, creating a shelveset, deleting a shelveset, opening another userâ€™s shelveset</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Branch and merge source artifacts.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">track change visualizations, converting a folder into a proper branch and creating a new branch, merging and resolving file conflicts, viewing branch hierarchy, creating a branch, deleting a branch</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure version control proxy.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">cache hit ratio, setting up the cache size, setting up for multiple TFS servers</em></p>
<p><em style="font-style: italic;"> </em></p>
<ul>
<li><strong style="font-weight: bold;"><em style="font-style: italic;">Configure team project version control settings.</em></strong></li>
</ul>
<p><em style="font-style: italic;"><br />
This objective may include but is not limited to the following:</em></p>
<p><em style="font-style: italic;"> </em></p>
<p><em style="font-style: italic;">enable multiple checkout, enable get latest on checkout, configuring check-in policies for a team project (work items, builds, code analysis, testing policies)</em></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-512-vb-%25e2%2580%2593-ts-visual-studio-team-foundation-server-2010.html&amp;title=70-512-VB%20%C3%A2%E2%82%AC%E2%80%9C%20TS%3A%20Visual%20Studio%20Team%20Foundation%20Server%202010"><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-512-vb-%e2%80%93-ts-visual-studio-team-foundation-server-2010.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>70-512-C# â€“ TS: Visual Studio Team Foundation Server 2010</title>
		<link>http://www.mcpd-certification.com/70-512-c-%e2%80%93-ts-visual-studio-team-foundation-server-2010.html</link>
		<comments>http://www.mcpd-certification.com/70-512-c-%e2%80%93-ts-visual-studio-team-foundation-server-2010.html#comments</comments>
		<pubDate>Tue, 16 Nov 2010 06:18:51 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[70-512]]></category>
		<category><![CDATA[70-512-CSHARP]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1541</guid>
		<description><![CDATA[Installing and Configuring TFS (27%) Install TFS. This objective may include but is not limited to the following: SQL Server version support, installing TFS in a multi-tier or multi-machine environment, installing TFS in a load-balanced environment, setting up version control proxy Configure application tier This objective may include but is not limited to the following: [...]]]></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-512-c-%25e2%2580%2593-ts-visual-studio-team-foundation-server-2010.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-512-c-%25e2%2580%2593-ts-visual-studio-team-foundation-server-2010.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong><em>Installing and Configuring TFS (27%)</em></strong></p>
<p><strong><em> </em></strong></p>
<ul>
<li><strong><em>Install TFS.</em></strong></li>
</ul>
<p><strong><em> </em></strong></p>
<p><em>This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>SQL Server version support, installing TFS in a multi-tier or multi-machine environment, installing TFS in a load-balanced environment, setting up version control proxy</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Configure application tier</em></strong></li>
</ul>
<p><em>This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>validating an installation, configuring SMTP for TFS, changing the URL (friendly name), changing the default SharePoint Web application, setting up reporting (SQL Server Analysis Services)</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Migrate and upgrade TFS.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>upgrading TFS 2005 or TFS 2008 to TFS 2010, importing a source base from Microsoft Visual Source Safe (VSS), a third-party revision control system, or a sub-version</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Install and configure team lab.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>set up environment templates, installing and configuring test agents, installing and configuring Virtual Machine Manager (basic Virtual Machine Manager installation), creating library shares or resource pools</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Install and configure multiple build      agents and controllers.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>tagging, binding a controller to a project collection, adding as build agent</em></p>
<p><em> </em></p>
<p><strong><em>Managing TFS (27%)</em></strong></p>
<p><strong><em> </em></strong></p>
<ul>
<li><strong><em>Manage Team Project Collections.</em></strong></li>
</ul>
<p><strong><em> </em></strong></p>
<p><em>This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>moving project collections, managing team collections and projects, creating and configuring team project collections, moving team projects from one collection to another, creating a team project with SharePoint and SQL Server Reporting Services, cloning (splitting team project collections, partitioning)</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Configure for backup and recovery. </em></strong></li>
</ul>
<p><em> </em></p>
<p><em>This objective may include but is not limited to the following: backup and recovery of TFS and related components, recover a failed application tier, recover a failed database tier, implement a disaster recovery plan</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Monitor server health and performance.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>application tier logs, monitoring the server for performance issues (monitoring activity logging database and TFS server manager), monitoring job infrastructure for failed jobs (monitoring warehouse adapters and warehouse jobs), cleanup of stale workspaces and shelvesets, cleanup builds (applying retention policies), setting up team build to use a version control proxy server</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Administer TFS application tier.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>retiring or archiving projects and purging the system, rebuilding a warehouse, configuring user permissions by using Active Directory Domain Services Â and TFS groups, moving a TFS instance to a new server or a new domain, configuring security for TFS Work Item Only View</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Manage reporting for TFS.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>basic reporting using Microsoft Office Excel Services, adding a custom report to a SharePoint project portal, uploading a new SQL Server Reporting Services TFS report, configuring to enable a report to appear in a SharePoint project portal</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Set up automated functional and UI tests.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: setting up a build definition, configuring the build definition to use the proper lab environment, setting up tests to work on an installed agent, setting up a service as interactive, setting up data collectors</em></p>
<p><em> </em></p>
<p><strong><em>Customizing TFS for Team Use (24%)</em></strong></p>
<p><strong><em> </em></strong></p>
<ul>
<li><strong><em>Configure a team build definition.</em></strong></li>
</ul>
<p><em>This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>setting up for a Symbol Server and Source Server, setting up for test impact analysis, setting up for custom build numbers, configuring build log verbosity, setting up for code analysis, setting up for automated unit testing, setting up for architecture validation</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Configure and execute a build. </em></strong></li>
</ul>
<p><em>This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>queuing a build with parameters, reconciling workspaces as part of a gated check-in workflow, setting up build triggers (gated check-in, continuous integration, scheduled build)</em></p>
<ul>
<li><strong><em>Modify aÂ process template.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>customizing a process template by changing the workflow for a work item, adding a new work item type as a child of an existing work item (WI), uploading and downloading process templates</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Configure a team project.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>areas and iterations, default security groups, portal settings (team project portal site URL, process guidance URL)</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Apply work item customizations.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>link types, Global list, creating a new WI category and adding existing WI types to the new category, adding or removing fields, transitions, queries, customizing a workflow, creating or editing a work item type, importing and exporting work item types, renaming work item types</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Create Work Item Query Language (WIQL)      queries.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following:</em></p>
<p><em> </em></p>
<p><em> query folders and permissions, query types (tree, flat, directed), defining WIQL keywords, adding fields to a query, creating a WIQL query by using Team Explorer, identify built-in macros</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Configure client connectivity to TFS.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>configuring Visual Studio, Team Explorer, Microsoft Excel, Microsoft Project, and other tools to connect to TFS, configuring clients for proxy server</em></p>
<p><em> </em></p>
<p><strong><em>Administering Version Control (23%)</em></strong></p>
<p><strong><em> </em></strong></p>
<ul>
<li><strong><em>Create and manage workspaces.</em></strong></li>
</ul>
<p><em>This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>cloaking, undo delete, modifying a workspace, deleting a workspace, specifying the workspace visibility, restoring deleted items, unlocking other usersâ€™ checkouts, pending changes, and code</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Configure shelvesets. </em></strong></li>
</ul>
<p><em>This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>private builds, creating a shelveset, deleting a shelveset, opening another userâ€™s shelveset</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Branch and merge source artifacts.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>track change visualizations, converting a folder into a proper branch and creating a new branch, merging and resolving file conflicts, viewing branch hierarchy, creating a branch, deleting a branch</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Configure version control proxy.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>cache hit ratio, setting up the cache size, setting up for multiple TFS servers</em></p>
<p><em> </em></p>
<ul>
<li><strong><em>Configure team project version control      settings.</em></strong></li>
</ul>
<p><em><br />
This objective may include but is not limited to the following: </em></p>
<p><em> </em></p>
<p><em>enable multiple checkout, enable get latest on checkout, configuring check-in policies for a team project (work items, builds, code analysis, testing policies)</em></p>
<p><strong><em> </em></strong>  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mcpd-certification.com%2F70-512-c-%25e2%2580%2593-ts-visual-studio-team-foundation-server-2010.html&amp;title=70-512-C%23%20%C3%A2%E2%82%AC%E2%80%9C%20TS%3A%20Visual%20Studio%20Team%20Foundation%20Server%202010"><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-512-c-%e2%80%93-ts-visual-studio-team-foundation-server-2010.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Microsoft Certification Exam Packs, Get Free Second Shot offers</title>
		<link>http://www.mcpd-certification.com/microsoft-certification-exam-packs-get-free-second-shot-offers.html</link>
		<comments>http://www.mcpd-certification.com/microsoft-certification-exam-packs-get-free-second-shot-offers.html#comments</comments>
		<pubDate>Sun, 03 Oct 2010 14:27:15 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/microsoft-certification-exam-packs-get-free-second-shot-offers.html</guid>
		<description><![CDATA[Hello everyone, Microsoft comes again with the famous FREE SECOND SHOT for all their certification exams. Now, you move your IT career to its next target. You can enhance your knowledge in a particular technology by taking multiple Microsoft Certified Technology Specialist (MCTS) certifications to show girth across different products, or build on the MCTS [...]]]></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%2Fmicrosoft-certification-exam-packs-get-free-second-shot-offers.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fmicrosoft-certification-exam-packs-get-free-second-shot-offers.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Hello everyone,</p>
<p style="text-align: justify;">Microsoft comes again with the famous FREE SECOND SHOT for all their certification exams. Now, you move your IT career to its next target. You can enhance your knowledge in a particular technology by taking multiple Microsoft Certified Technology Specialist (MCTS) certifications to show girth across different products, or build on the MCTS to take home a Microsoft Certified IT Professional (MCITP) certification with Microsoft Certification Exam Packs with Second Shots. As you all know that Microsoft Certification Exam Packs offer huge discounts plus a Free Second Shot for each and every exam in the pack. The Second Shot offer gives you the power to retake an exam if you do not pass it in the first time.</p>
<p style="text-align: justify;"><strong>Proceed Now! Buy a Microsoft Certification Pack, get Second Shots Also</strong></p>
<p style="text-align: justify;">It does not matter what you are doing to validate your skills for your next IT job, hoping to get a promotion, or looking for your next Microsoft Certification, Microsoft always helps put together it easier for you to accomplish your ambitions.</p>
<p style="text-align: justify;">In order to help you to get started, Microsoft is now giving you the chance i.e. Microsoft Certification Exam Packs, which offer huge discounts along with a Free Second Shot for each and every exam in the pack. You can select any of the following exam pack that is right for you:</p>
<h5></h5>
<p><TABLE></p>
<tr>
<td valign="top" WIDTH="20%"><strong>Certification pack</strong></td>
<td valign="top" WIDTH="20%"><strong>Savings</strong></td>
<td valign="top"><strong>Second Shot</strong></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;"><em>5-exam pack</em></span></td>
<td valign="top"><span style="color: #ff6600;"><em>20%</em></span></td>
<td valign="top"><span style="color: #339966;"><em>Included with each exam</em></span></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;"><em>4-exam pack</em></span></td>
<td valign="top"><span style="color: #ff6600;"><em>20%</em></span></td>
<td valign="top"><span style="color: #339966;"><em>Included with each exam</em></span></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;"><em>3-exam pack</em></span></td>
<td valign="top"><span style="color: #ff6600;"><em>15%</em></span></td>
<td valign="top"><span style="color: #339966;"><em>Included with each exam</em></span></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;"><em>2-exam pack</em></span></td>
<td valign="top"><span style="color: #ff6600;"><em>15%</em></span></td>
<td valign="top"><span style="color: #339966;"><em>Included with each exam</em></span></td>
</tr>
<tr>
<td valign="top"><span style="color: #0000ff;"><em>1-exam</em></span></td>
<td valign="top"><span style="color: #ff6600;"><em>Regular price</em></span></td>
<td valign="top"><span style="color: #339966;"><em>Add 15% to single exam price*</em></span></td>
</tr>
<p></TABLE></p>
<p style="text-align: justify;"><a title="Microsoft Certification Exam Packs with free Second Shot offers â€“ Save up to 20%" href="http://www.microsoft.com/learning/career/en/us/career-offer.aspx">For more Information about Microsoft Certification Exam Packs with free Second Shot offers, Go through this&#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%2Fmicrosoft-certification-exam-packs-get-free-second-shot-offers.html&amp;title=Microsoft%20Certification%20Exam%20Packs%2C%20Get%20Free%20Second%20Shot%20offers"><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/microsoft-certification-exam-packs-get-free-second-shot-offers.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>.NET Framework Class Library &#8211; Part 4</title>
		<link>http://www.mcpd-certification.com/net-framework-class-library-part-4.html</link>
		<comments>http://www.mcpd-certification.com/net-framework-class-library-part-4.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 15:57:30 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Class Library]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1495</guid>
		<description><![CDATA[System.ServiceModel.Routing Contains classes that are used by the Windows Communication Foundation (WCF) infrastructure to implement the routing of messages between WCF endpoints. System.ServiceModel.Routing.Configuration Contains configuration classes that are used by the Windows Communication Foundation (WCF) infrastructure to convert XML into common language runtime (CLR) types. System.ServiceModel.Security Contains classes that support general Windows Communication Foundation (WCF) [...]]]></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-part-4.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnet-framework-class-library-part-4.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.routing.aspx">System.ServiceModel.Routing</a></p>
<p style="text-align: justify;">Contains classes that are used by the Windows Communication Foundation (WCF) infrastructure to implement the routing of messages between WCF endpoints.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.routing.configuration.aspx">System.ServiceModel.Routing.Configuration</a></p>
<p style="text-align: justify;">Contains configuration classes that are used by the Windows Communication Foundation (WCF) infrastructure to convert XML into common language runtime (CLR) types.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.security.aspx">System.ServiceModel.Security</a></p>
<p style="text-align: justify;">Contains classes that support general Windows Communication Foundation (WCF) security.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.security.tokens.aspx">System.ServiceModel.Security.Tokens</a></p>
<p style="text-align: justify;">Contains types that represent security tokens and certificates for Windows Communication Foundation (WCF) security.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.servicemoniker40.aspx">System.ServiceModel.ServiceMoniker40</a></p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.aspx">System.ServiceModel.Syndication</a></p>
<p style="text-align: justify;">Contains the types that make up the syndication object model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.web.aspx">System.ServiceModel.Web</a></p>
<p style="text-align: justify;">Contains types that make up the Web HTTP programming model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.xamlintegration.aspx">System.ServiceModel.XamlIntegration</a></p>
<p style="text-align: justify;">Provides utility classes to enable the serialization of entities to XAML.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.serviceprocess.aspx">System.ServiceProcess</a></p>
<p style="text-align: justify;">Provides classes that enable you to implement, install, and control Windows service applications. Services are long-running executables that run without a user interface. Implementing a service involves inheriting from the<a href="http://msdn.microsoft.com/en-us/library/system.serviceprocess.servicebase.aspx">ServiceBase</a> class and defining specific behavior to process when start, stop, pause, and continue commands are passed in, as well as custom behavior and actions to take when the system shuts down.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.serviceprocess.design.aspx">System.ServiceProcess.Design</a></p>
<p style="text-align: justify;">Contains classes that can be used to extend design-time support for Windows service applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.speech.audioformat.aspx">System.Speech.AudioFormat</a></p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.speech.recognition.aspx">System.Speech.Recognition</a></p>
<p style="text-align: justify;">Contains Windows Desktop Speech technology types for implementing speech recognition.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.speech.recognition.srgsgrammar.aspx">System.Speech.Recognition.SrgsGrammar</a></p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.speech.synthesis.aspx">System.Speech.Synthesis</a></p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.speech.synthesis.ttsengine.aspx">System.Speech.Synthesis.TtsEngine</a></p>
<p style="text-align: justify;">Contains types that support the creation of custom engines based on the Speech Synthesis Markup Language (SSML) for rendering Text-to-Speech (TTS).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.text.aspx">System.Text</a></p>
<p style="text-align: justify;">Contains classes representing ASCII, Unicode, UTF-7, and UTF-8 character encodings; abstract base classes for converting blocks of characters to and from blocks of bytes; and a helper class that manipulates and formats<a href="http://msdn.microsoft.com/en-us/library/system.string.aspx">String</a> objects without creating intermediate instances ofÂ <a href="http://msdn.microsoft.com/en-us/library/system.string.aspx">String</a>.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.aspx">System.Text.RegularExpressions</a></p>
<p style="text-align: justify;">Contains classes that provide access to the .NET Framework regular expression engine. The namespace provides regular expression functionality that can be used from any platform or language that runs within the.NET Framework.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.threading.aspx">System.Threading</a></p>
<p style="text-align: justify;">Provides classes and interfaces that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data (<a href="http://msdn.microsoft.com/en-us/library/system.threading.mutex.aspx">Mutex</a>,Â <a href="http://msdn.microsoft.com/en-us/library/system.threading.monitor.aspx">Monitor</a>,Â <a href="http://msdn.microsoft.com/en-us/library/system.threading.interlocked.aspx">Interlocked</a>,Â <a href="http://msdn.microsoft.com/en-us/library/system.threading.autoresetevent.aspx">AutoResetEvent</a>, and so on), this namespace includes aÂ <a href="http://msdn.microsoft.com/en-us/library/system.threading.threadpool.aspx">ThreadPool</a> class that lets you use a pool of system-supplied threads, and aÂ <a href="http://msdn.microsoft.com/en-us/library/system.threading.timer.aspx">Timer</a> class that executes callback methods on thread pool threads.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.threading.tasks.aspx">System.Threading.Tasks</a></p>
<p style="text-align: justify;">Provides types that simplify the work of writing concurrent and asynchronous code.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.timers.aspx">System.Timers</a></p>
<p style="text-align: justify;">Provides theÂ <a href="http://msdn.microsoft.com/en-us/library/system.timers.timer.aspx">Timer</a> component, which enables you to raise an event on a specified interval.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.transactions.aspx">System.Transactions</a></p>
<p style="text-align: justify;">Contains classes that enable your code to participate in transactions. The classes support transactions with multiple, distributed participants, multiple phase notifications, and durable enlistments.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.transactions.configuration.aspx">System.Transactions.Configuration</a></p>
<p style="text-align: justify;">Contains classes that describe configuration options used byÂ <a href="http://msdn.microsoft.com/en-us/library/system.transactions.aspx">System.Transactions</a> classes.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.aspx">System.Web</a></p>
<p style="text-align: justify;">Provides classes and interfaces that enable browser-server communication. This namespace includes the<a href="http://msdn.microsoft.com/en-us/library/system.web.httprequest.aspx">HttpRequest</a> class, which provides extensive information about the current HTTP request, theÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.httpresponse.aspx">HttpResponse</a> class, which manages HTTP output to the client, and theÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.httpserverutility.aspx">HttpServerUtility</a> class, which provides access to server-side utilities and processes.Â <a href="http://msdn.microsoft.com/en-us/library/system.web.aspx">System.Web</a> also includes classes for cookie manipulation, file transfer, exception information, and output cache control.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.applicationservices.aspx">System.Web.ApplicationServices</a></p>
<p style="text-align: justify;">Provides classes that provide access to ASP.NET forms authentication, roles, and profiles application services as Windows Communication Foundation (WCF) services.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.caching.aspx">System.Web.Caching</a></p>
<p style="text-align: justify;">Provides classes for caching frequently used data on the server. This includes theÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.caching.cache.aspx">Cache</a> class, a dictionary that lets you store arbitrary data objects, such as hash tables and data sets. It also provides expiration functionality for those objects, and methods that let you add and remove the objects. You can also add the objects with a dependency upon other files or cache entries, and perform a callback to notify your application when an object is removed from the cache.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.clientservices.aspx">System.Web.ClientServices</a></p>
<p style="text-align: justify;">Contains classes that support access to the ASP.NET login, roles, and profiles services from Windows-based applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.clientservices.providers.aspx">System.Web.ClientServices.Providers</a></p>
<p style="text-align: justify;">Contains client service providers and other classes that support access to the ASP.NET login, roles, and profiles services from Windows-based applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.compilation.aspx">System.Web.Compilation</a></p>
<p style="text-align: justify;">Contains classes for generating and compiling custom file types within the ASP.NET build environment.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.configuration.aspx">System.Web.Configuration</a></p>
<p style="text-align: justify;">Contains classes that are used to set up ASP.NET configuration.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.dynamicdata.aspx">System.Web.DynamicData</a></p>
<p style="text-align: justify;">Contains classes that provide the core functionality for ASP.NET dynamic data and extensibility features that let you customize dynamic data behavior.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.dynamicdata.design.aspx">System.Web.DynamicData.Design</a></p>
<p style="text-align: justify;">Contains classes that provide design-time support for the classes in theÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.dynamicdata.aspx">System.Web.DynamicData</a> namespace.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.dynamicdata.modelproviders.aspx">System.Web.DynamicData.ModelProviders</a></p>
<p style="text-align: justify;">Contains classes that define the core functionality for ASP.NET Dynamic Data providers.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.handlers.aspx">System.Web.Handlers</a></p>
<p style="text-align: justify;">Contains HTTP handler classes that process HTTP requests to a Web server.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.hosting.aspx">System.Web.Hosting</a></p>
<p style="text-align: justify;">Provides the functionality for hosting ASP.NET applications from managed applications outside of Microsoft Internet Information Services (IIS).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.management.aspx">System.Web.Management</a></p>
<p style="text-align: justify;">Contains classes and interfaces for managing and monitoring the health of Web applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.mobile.aspx">System.Web.Mobile</a></p>
<p style="text-align: justify;">Contains the core capabilities, including authentication and error-handling, required for building ASP.NET mobile Web applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.profile.aspx">System.Web.Profile</a></p>
<p style="text-align: justify;">Contains classes that are used to implement the ASP.NET user profile in Web server applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.query.dynamic.aspx">System.Web.Query.Dynamic</a></p>
<p style="text-align: justify;">Contains classes that are used to parse expressions from aÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.linqdatasource.aspx">LinqDataSource</a> control into a Language-Integrated Query (LINQ).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.regularexpressions.aspx">System.Web.RegularExpressions</a></p>
<p style="text-align: justify;">Provides regular expressions used to parse ASP.NET files. All members of theÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.regularexpressions.aspx">System.Web.RegularExpressions</a>namespace are descendants of theÂ <a href="http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex.aspx">Regex</a> class.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.routing.aspx">System.Web.Routing</a></p>
<p style="text-align: justify;">Provides classes that are used with URL routing, which enables you to use URLs that do not map to a physical file.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.script.aspx">System.Web.Script</a></p>
<p style="text-align: justify;">Contains classes that provide script resource information.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.script.serialization.aspx">System.Web.Script.Serialization</a></p>
<p style="text-align: justify;">Contains classes that provide JavaScript Object Notation (JSON) serialization and deserialization for managed types. It also provides extensibility features to customize serialization behavior.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.script.services.aspx">System.Web.Script.Services</a></p>
<p style="text-align: justify;">Provides attributes to customize Web service support for using AJAX functionality in ASP.NET.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.security.aspx">System.Web.Security</a></p>
<p style="text-align: justify;">Contains classes that are used to implement ASP.NET security in Web server applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.services.aspx">System.Web.Services</a></p>
<p style="text-align: justify;">Consists of the classes that enable you to create XML Web services using ASP.NET and XML Web service clients. XML Web services are applications that provide the ability to exchange messages in a loosely coupled environment using standard protocols such as HTTP, XML, XSD, SOAP, and WSDL. XML Web services enable the building of modular applications within and across companies in heterogeneous environments, making them interoperable with a broad variety of implementations, platforms, and devices.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.services.configuration.aspx">System.Web.Services.Configuration</a></p>
<p style="text-align: justify;">Consists of the classes that configure how XML Web services created using ASP.NET run.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.services.description.aspx">System.Web.Services.Description</a></p>
<p style="text-align: justify;">Consists of the classes that enable you to publicly describe an XML Web service by using the Web Services Description Language (WSDL). Each class in this namespace corresponds to a specific element in the WSDL specification, and the class hierarchy corresponds to the XML structure of a valid WSDL document.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.services.discovery.aspx">System.Web.Services.Discovery</a></p>
<p style="text-align: justify;">Consists of the classes that enable XML Web service clients to locate the available XML Web services on a Web server through a process called XML Web Services Discovery.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.services.protocols.aspx">System.Web.Services.Protocols</a></p>
<p style="text-align: justify;">Consists of the classes that define the protocols used to transmit data across the wire during the communication between XML Web service clients and XML Web services created using ASP.NET.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.sessionstate.aspx">System.Web.SessionState</a></p>
<p style="text-align: justify;">Supplies classes and interfaces that enable storage of data specific to a single client within a Web application on the server. The session state data is used to give the client the appearance of a persistent connection with the application. State information can be stored within local process memory or, for Web farm configurations, out-of-process using either the ASP.NET State service or a SQL Server database.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.aspx">System.Web.UI</a></p>
<p style="text-align: justify;">Provides classes and interfaces that enable you to create ASP.NET server controls and ASP.NET Web pages for the user interface of your ASP.NET Web applications. This namespace includes theÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.control.aspx">Control</a> class, which provides all HTML server controls, Web server controls, and user controls with a common set of functionality. It also includes theÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page.aspx">Page</a> control, which is generated automatically whenever a request is made for an .aspx file in an ASP.NET Web application. Also included are classes which provide the server controls with data-binding functionality, the ability to save the view state of a given control or page, and parsing functionality.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.adapters.aspx">System.Web.UI.Adapters</a></p>
<p style="text-align: justify;">Contains the base classes for control adapters and page adapters, which you can use to override life-cycle states of pages and controls to modify their default markup or behavior for new markup standards or for specific browsers.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.datavisualization.charting.aspx">System.Web.UI.DataVisualization.Charting</a></p>
<p style="text-align: justify;">Contains types for the Chart Web server control.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.design.aspx">System.Web.UI.Design</a></p>
<p style="text-align: justify;">Contains classes that can be used to extend design-time support for ASP.NET Web pages and for Web server controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.design.mobilecontrols.aspx">System.Web.UI.Design.MobileControls</a></p>
<p style="text-align: justify;">Obsolete. Contains classes that provide design-time support for the classes in theÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.mobilecontrols.aspx">System.Web.UI.MobileControls</a>namespace. The classes in this namespace are obsolete; use the classes inÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.design.webcontrols.aspx">System.Web.UI.Design.WebControls</a>instead.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.design.mobilecontrols.converters.aspx">System.Web.UI.Design.MobileControls.Converters</a></p>
<p style="text-align: justify;">Contains classes that provide design-time support for data type converters in mobile controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.design.webcontrols.aspx">System.Web.UI.Design.WebControls</a></p>
<p style="text-align: justify;">Contains classes that can be used to extend design-time support for Web server controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.design.webcontrols.webparts.aspx">System.Web.UI.Design.WebControls.WebParts</a></p>
<p style="text-align: justify;">Contains classes that provide design-time support for controls derived from classes in the<a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.aspx">System.Web.UI.WebControls.WebParts</a> namespace.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.htmlcontrols.aspx">System.Web.UI.HtmlControls</a></p>
<p style="text-align: justify;">Consists of a collection of classes that enable you to create HTML server controls on a Web Forms page. HTML server controls run on the server and map directly to standard HTML tags supported by most browsers. This enables you to programmatically control the HTML elements on a Web Forms page.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.mobilecontrols.aspx">System.Web.UI.MobileControls</a></p>
<p style="text-align: justify;">Obsolete. Contains a set of ASP.NET server controls that can intelligently render your application for different mobile devices. The classes in this namespace are obsolete; use the controls inÂ <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.aspx">System.Web.UI.WebControls</a>instead.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.mobilecontrols.adapters.aspx">System.Web.UI.MobileControls.Adapters</a></p>
<p style="text-align: justify;">Contains classes you can use to override life-cycle stages of a mobile control to modify its default HTML, CHTML, or WML markup or behavior for new markup standards or for specific browsers and mobile devices.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.mobilecontrols.adapters.xhtmladapters.aspx">System.Web.UI.MobileControls.Adapters.XhtmlAdapters</a></p>
<p style="text-align: justify;">Contains classes you can use to override life-cycle stages of a mobile control to modify its default XHTML markup or behavior for new markup standards or for specific browsers and mobile devices.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.aspx">System.Web.UI.WebControls</a></p>
<p style="text-align: justify;">Contains classes that enable you to create Web server controls on a Web page. Web server controls run on the server and include form controls such as buttons and text boxes. They also include special-purpose controls such as a calendar. Because Web server controls run on the server, you can programmatically control these elements. Web server controls are more abstract than HTML server controls. Their object model does not necessarily reflect HTML syntax.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.adapters.aspx">System.Web.UI.WebControls.Adapters</a></p>
<p style="text-align: justify;">Contains classes you can use to override life-cycle stages of a Web control to modify a control&#8217;s default markup or behavior for new markup standards or for specific browsers.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.expressions.aspx">System.Web.UI.WebControls.Expressions</a></p>
<p style="text-align: justify;">Provides classes for filtering data in a Web page using the QueryExtender control.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.aspx">System.Web.UI.WebControls.WebParts</a></p>
<p style="text-align: justify;">Contains an integrated set of classes and interfaces for creating Web pages whose appearance and behavior can be modified (personalized) by end users. The user-defined settings for each page are saved for future browser sessions.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.web.util.aspx">System.Web.Util</a></p>
<p style="text-align: justify;">Contains classes that enable callback methods to be run under the scope of a transaction and that enable work to be posted to separate threads.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.aspx">System.Windows</a></p>
<p style="text-align: justify;">Provides several important Windows Presentation Foundation (WPF) base element classes, various classes that support the WPF property system and event logic, and other types that are more broadly consumed by the WPF core and framework.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.annotations.aspx">System.Windows.Annotations</a></p>
<p style="text-align: justify;">Contains types that support user-created annotations on content displayed in Windows Presentation Foundation (WPF) document viewing controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.annotations.storage.aspx">System.Windows.Annotations.Storage</a></p>
<p style="text-align: justify;">Contains classes that define the storage architecture and media to save and retrieve user-created annotations.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.automation.aspx">System.Windows.Automation</a></p>
<p style="text-align: justify;">Contains classes that provide support for Windows Presentation Foundation (WPF) user interface automation clients.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.automation.peers.aspx">System.Windows.Automation.Peers</a></p>
<p style="text-align: justify;">Defines theÂ <a href="http://msdn.microsoft.com/en-us/library/system.windows.automation.peers.automationpeer.aspx">AutomationPeer</a> base class and a set of types derived from it that correspond to.NET Framework controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.automation.provider.aspx">System.Windows.Automation.Provider</a></p>
<p style="text-align: justify;">Contains types for creating UI Automation providers for Windows Presentation Foundation (WPF).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.automation.text.aspx">System.Windows.Automation.Text</a></p>
<p style="text-align: justify;">Contains enumerations that specify text formatting and related behavior for Windows Presentation Foundation (WPF) UI automation.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.baml2006.aspx">System.Windows.Baml2006</a></p>
<p style="text-align: justify;">Contains reader and writer classes that can consume XAML in BAML form.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.controls.aspx">System.Windows.Controls</a></p>
<p style="text-align: justify;">Contains classes to create controls that enable a user to interact with an application.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.aspx">System.Windows.Controls.Primitives</a></p>
<p style="text-align: justify;">Contains base classes and controls that are intended to be used as part of other, more complex controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.converters.aspx">System.Windows.Converters</a></p>
<p style="text-align: justify;">Contains classes that support type conversion during serialization in Windows Presentation Foundation (WPF).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.data.aspx">System.Windows.Data</a></p>
<p style="text-align: justify;">Contains classes used for binding properties to data sources, data source provider classes, and data-specific implementations of collections and views.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.documents.aspx">System.Windows.Documents</a></p>
<p style="text-align: justify;">Contains classes that support FixedDocument, FlowDocument, and XML Paper Specification (XPS) document creation.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.documents.documentstructures.aspx">System.Windows.Documents.DocumentStructures</a></p>
<p style="text-align: justify;">Contains classes that describe the structure of an XpsDocument in terms of sections, paragraphs, figures, bulleted or numbered lists, and tables.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.documents.serialization.aspx">System.Windows.Documents.Serialization</a></p>
<p style="text-align: justify;">Contains classes that support the creation and use of run-time accessible plug-in serializers which read and write documents in different data formats.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.aspx">System.Windows.Forms</a></p>
<p style="text-align: justify;">Contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Windows operating system.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.datavisualization.charting.aspx">System.Windows.Forms.DataVisualization.Charting</a></p>
<p style="text-align: justify;">Contains types for the Chart Windows Forms control.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.design.aspx">System.Windows.Forms.Design</a></p>
<p style="text-align: justify;">Contains classes that support design-time configuration and behavior for Windows Forms components. These classes consist of: Designer classes that provide support for Windows Forms components, a set of design time services,Â UITypeEditorÂ classes for configuring certain types of properties, and classes for importing ActiveX controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.design.behavior.aspx">System.Windows.Forms.Design.Behavior</a></p>
<p style="text-align: justify;">Contains classes for creating custom user interface behavior for components at design time.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.integration.aspx">System.Windows.Forms.Integration</a></p>
<p style="text-align: justify;">Contains classes that support interoperation of Windows Forms and Windows Presentation Foundation (WPF) controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.layout.aspx">System.Windows.Forms.Layout</a></p>
<p style="text-align: justify;">Contains classes that support design-time and run-time layout behaviors.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.visualstyles.aspx">System.Windows.Forms.VisualStyles</a></p>
<p style="text-align: justify;">Contains classes for rendering controls and other Windows user interface elements with visual styles.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.ink.aspx">System.Windows.Ink</a></p>
<p style="text-align: justify;">Provides classes to interact with and manipulate ink on the Windows Presentation Foundation (WPF) platform.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.input.aspx">System.Windows.Input</a></p>
<p style="text-align: justify;">Contains classes that support the Windows Presentation Foundation (WPF) input system.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.input.manipulations.aspx">System.Windows.Input.Manipulations</a></p>
<p style="text-align: justify;">Provides functionality for monitoring and responding to a collection of manipulators as a single composite, enabling an application to track the changes to the composite instead of the individual components.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.input.stylusplugins.aspx">System.Windows.Input.StylusPlugIns</a></p>
<p style="text-align: justify;">Provides classes that support manipulating data from a tablet pen on the Windows Presentation Foundation (WPF) platform.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.interop.aspx">System.Windows.Interop</a></p>
<p style="text-align: justify;">Contains classes that support interoperation between Windows Presentation Foundation (WPF) and other technologies.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.markup.aspx">System.Windows.Markup</a></p>
<p style="text-align: justify;">Contains classes to support serialization and Extensible Application Markup Language (XAML) in Windows Presentation Foundation (WPF) applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.markup.localizer.aspx">System.Windows.Markup.Localizer</a></p>
<p style="text-align: justify;">Contains types that assist in the localization of binary XAML (BAML) sources.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.markup.primitives.aspx">System.Windows.Markup.Primitives</a></p>
<p style="text-align: justify;">Contains classes that support Extensible Application Markup Language (XAML) in Windows Presentation Foundation (WPF) applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.media.aspx">System.Windows.Media</a></p>
<p style="text-align: justify;">Contains classes that enable integration of rich media, including drawings, text, and audio/video content, within Windows Presentation Foundation (WPF) applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.media.animation.aspx">System.Windows.Media.Animation</a></p>
<p style="text-align: justify;">Contains classes that provide property animation functionality in Windows Presentation Foundation (WPF) applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.media.converters.aspx">System.Windows.Media.Converters</a></p>
<p style="text-align: justify;">Contains types used by theÂ <a href="http://msdn.microsoft.com/en-us/library/system.windows.markup.primitives.markupwriter.aspx">MarkupWriter</a> for serialization of Extensible Application Markup Language (XAML).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.media.effects.aspx">System.Windows.Media.Effects</a></p>
<p style="text-align: justify;">Contains types that can be used to apply visual effects to bitmap images.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.aspx">System.Windows.Media.Imaging</a></p>
<p style="text-align: justify;">Contains types used to encode and decode bitmap images.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.media.media3d.aspx">System.Windows.Media.Media3D</a></p>
<p style="text-align: justify;">Contains types that support 3-D presentation in Windows Presentation Foundation (WPF) applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.media.media3d.converters.aspx">System.Windows.Media.Media3D.Converters</a></p>
<p style="text-align: justify;">Defines types used by theÂ <a href="http://msdn.microsoft.com/en-us/library/system.windows.markup.primitives.markupwriter.aspx">MarkupWriter</a> class for serialization of Extensible Markup Language (XAML).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.media.textformatting.aspx">System.Windows.Media.TextFormatting</a></p>
<p style="text-align: justify;">Contains classes that control formatting of text, typically at a lower level than control-based text presentation or the text object model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.navigation.aspx">System.Windows.Navigation</a></p>
<p style="text-align: justify;">Contains types used for navigation, including navigating between windows, and navigation journaling.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.resources.aspx">System.Windows.Resources</a></p>
<p style="text-align: justify;">Contains low-level classes that support the Windows Presentation Foundation (WPF) resource model and the Resources build action.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.shapes.aspx">System.Windows.Shapes</a></p>
<p style="text-align: justify;">Contains a library of shapes that can be used in Extensible Application Markup Language (XAML) or code.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.shell.aspx">System.Windows.Shell</a></p>
<p style="text-align: justify;">Contains types that provide managed code access to the enhanced functionality of the Windows 7 taskbar.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.threading.aspx">System.Windows.Threading</a></p>
<p style="text-align: justify;">Contains classes that support the Windows Presentation Foundation (WPF) threading system.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.xps.aspx">System.Windows.Xps</a></p>
<p style="text-align: justify;">Contains classes that write XML Paper Specification (XPS) documents to a data store or print queue.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.xps.packaging.aspx">System.Windows.Xps.Packaging</a></p>
<p style="text-align: justify;">Contains classes that enable applications to read and write the components of an XPS document.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.windows.xps.serialization.aspx">System.Windows.Xps.Serialization</a></p>
<p style="text-align: justify;">Contains classes that support serialization of XPS documents.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.activities.aspx">System.Workflow.Activities</a></p>
<p style="text-align: justify;">Contains classes that define activities that can be added to workflows to create and run an executable representation of a work process.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.activities.configuration.aspx">System.Workflow.Activities.Configuration</a></p>
<p style="text-align: justify;">Contains classes that represent sections of a configuration file.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.activities.rules.aspx">System.Workflow.Activities.Rules</a></p>
<p style="text-align: justify;">Contains classes that define the conditions and actions that form a rule.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.activities.rules.design.aspx">System.Workflow.Activities.Rules.Design</a></p>
<p style="text-align: justify;">Contains classes that manage theÂ <strong>Rule Set Editor</strong> and theÂ <strong>Rule Condition Editor</strong> dialog boxes.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.componentmodel.aspx">System.Workflow.ComponentModel</a></p>
<p style="text-align: justify;">Contains the types that are used to create activities and workflows.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.componentmodel.compiler.aspx">System.Workflow.ComponentModel.Compiler</a></p>
<p style="text-align: justify;">Provides the infrastructure for validating and compiling activities and workflows.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.componentmodel.design.aspx">System.Workflow.ComponentModel.Design</a></p>
<p style="text-align: justify;">Contains classes that developers can use to build custom design-time behavior for workflows and activities.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.componentmodel.serialization.aspx">System.Workflow.ComponentModel.Serialization</a></p>
<p style="text-align: justify;">Provides the infrastructure for managing the serialization of activities and workflows to and from Extensible Application Markup Language (XAML) and CodeDOM.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.runtime.aspx">System.Workflow.Runtime</a></p>
<p style="text-align: justify;">Contains types that can be used to control the workflow runtime engine and the execution of a workflow instance.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.runtime.configuration.aspx">System.Workflow.Runtime.Configuration</a></p>
<p style="text-align: justify;">Contains classes that are used to configure the workflow runtime engine.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.runtime.debugengine.aspx">System.Workflow.Runtime.DebugEngine</a></p>
<p style="text-align: justify;">Contains types for use in debugging workflow instances.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx">System.Workflow.Runtime.Hosting</a></p>
<p style="text-align: justify;">Contains classes that are related to services provided to the workflow runtime engine by the host application.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.workflow.runtime.tracking.aspx">System.Workflow.Runtime.Tracking</a></p>
<p style="text-align: justify;">Contains types related to tracking services.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xaml.aspx">System.Xaml</a></p>
<p style="text-align: justify;">Provides types that relate to XAML parsers and processors.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xaml.hosting.aspx">System.Xaml.Hosting</a></p>
<p style="text-align: justify;">Contains classes related to XAML hosting.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xaml.hosting.configuration.aspx">System.Xaml.Hosting.Configuration</a></p>
<p style="text-align: justify;">Contains classes related to XAML hosting configuration.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xaml.permissions.aspx">System.Xaml.Permissions</a></p>
<p style="text-align: justify;">Contains types that specify permissions for certain XAML loading scenarios, such as loading under partial trust.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xaml.schema.aspx">System.Xaml.Schema</a></p>
<p style="text-align: justify;">Contains types that support the XAML type system for the XAML information set.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.aspx">System.Xml</a></p>
<p style="text-align: justify;">Provides standards-based support for processing XML.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.linq.aspx">System.Xml.Linq</a></p>
<p style="text-align: justify;">Contains the types for LINQ to XML, which is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.resolvers.aspx">System.Xml.Resolvers</a></p>
<p style="text-align: justify;">Provides support for prepopulating the cache with DTDs or XML streams.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.schema.aspx">System.Xml.Schema</a></p>
<p style="text-align: justify;">Contains the XML classes that provide standards-based support for XML Schema definition language (XSD) schemas.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.serialization.aspx">System.Xml.Serialization</a></p>
<p style="text-align: justify;">Contains classes that are used to serialize objects into XML format documents or streams.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.serialization.advanced.aspx">System.Xml.Serialization.Advanced</a></p>
<p style="text-align: justify;">Contains classes that enable you to customize the code generated from a Web Services Description Language (WSDL) document.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.serialization.configuration.aspx">System.Xml.Serialization.Configuration</a></p>
<p style="text-align: justify;">Contains classes used to read the values found in application configuration files in theÂ system.xml.serializationelement section.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.xpath.aspx">System.Xml.XPath</a></p>
<p style="text-align: justify;">Contains the classes that define a cursor model for navigating and editing XML information items as instances of the XQuery 1.0 and XPath 2.0 Data Model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.xsl.aspx">System.Xml.Xsl</a></p>
<p style="text-align: justify;">Provides support for Extensible Stylesheet Transformation (XSLT) transforms. This namespace supports the W3C XSL Transformations (XSLT) Version 1.0 Recommendation.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.xml.xsl.runtime.aspx">System.Xml.Xsl.Runtime</a></p>
<p style="text-align: justify;">Provides internal support for the classes in theÂ <a href="http://msdn.microsoft.com/en-us/library/system.xml.xsl.aspx">System.Xml.Xsl</a> namespace. The classes in this namespace support the .NET Framework infrastructure and are not intended to be used directly from your code.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/uiautomationclientsideproviders.aspx">UIAutomationClientsideProviders</a></p>
<p style="text-align: justify;">Contains a single class that maps client automation providers.</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-part-4.html&amp;title=.NET%20Framework%20Class%20Library%20%26%238211%3B%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/net-framework-class-library-part-4.html/feed</wfw:commentRss>
		<slash:comments>278</slash:comments>
		</item>
		<item>
		<title>.NET Framework Class Library &#8211; Part 3</title>
		<link>http://www.mcpd-certification.com/net-framework-class-library-part-3.html</link>
		<comments>http://www.mcpd-certification.com/net-framework-class-library-part-3.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 15:56:18 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Class Library]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1493</guid>
		<description><![CDATA[System.DirectoryServices.AccountManagement It provides uniform access and manipulation of user, computer, and group security principals across multiple principal stores. System.DirectoryServices.ActiveDirectory It provides a high-level abstraction object model that builds around Active Directory directory service tasks. The Active Directory directory service concepts such as forest, domain, site, subnet, partition, and schema are part of the object model. [...]]]></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-part-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnet-framework-class-library-part-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.directoryservices.accountmanagement.aspx">System.DirectoryServices.AccountManagement</a></p>
<p style="text-align: justify;">It provides uniform access and manipulation of user, computer, and group security principals across multiple principal stores.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.directoryservices.activedirectory.aspx">System.DirectoryServices.ActiveDirectory</a></p>
<p style="text-align: justify;">It provides a high-level abstraction object model that builds around Active Directory directory service tasks. The Active Directory directory service concepts such as forest, domain, site, subnet, partition, and schema are part of the object model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.directoryservices.protocols.aspx">System.DirectoryServices.Protocols</a></p>
<p style="text-align: justify;">It provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 and Directory Services Markup Language (DSML) version 2.0 standards.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.drawing.aspx">System.Drawing</a></p>
<p style="text-align: justify;">It provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the<a href="http://msdn.microsoft.com/en-us/library/system.drawing.drawing2d.aspx">System.Drawing.Drawing2D</a>,Â <a href="http://msdn.microsoft.com/en-us/library/system.drawing.imaging.aspx">System.Drawing.Imaging</a>, andÂ <a href="http://msdn.microsoft.com/en-us/library/system.drawing.text.aspx">System.Drawing.Text</a> namespaces.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.drawing.design.aspx">System.Drawing.Design</a></p>
<p style="text-align: justify;">It holdsÂ classes that extend design-time user interface (UI) logic and drawing. You can further extend this design-time functionality to create custom toolbox items, type-specific value editors that can edit and graphically represent values of their supported types, or type converters that can convert values between certain types. This namespace provides the basic frameworks for developing extensions to the design-time UI.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.drawing.drawing2d.aspx">System.Drawing.Drawing2D</a></p>
<p style="text-align: justify;">It provides advanced two-dimensional and vector graphics functionality. This namespace includes the gradient brushes, theÂ <a href="http://msdn.microsoft.com/en-us/library/system.drawing.drawing2d.matrix.aspx">Matrix</a> class (used to define geometric transforms), and theÂ <a href="http://msdn.microsoft.com/en-us/library/system.drawing.drawing2d.graphicspath.aspx">GraphicsPath</a> class.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.drawing.imaging.aspx">System.Drawing.Imaging</a></p>
<p style="text-align: justify;">It provides advanced GDI+ imaging functionality. Basic graphics functionality is provided by theÂ <a href="http://msdn.microsoft.com/en-us/library/system.drawing.aspx">System.Drawing</a>namespace.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.drawing.printing.aspx">System.Drawing.Printing</a></p>
<p style="text-align: justify;">It provides print-related services. Typically, you create a new instance of theÂ <a href="http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx">PrintDocument</a> class, set the properties that describe what to print, and call theÂ <a href="http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.print.aspx">Print</a> method to actually print the document.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.drawing.text.aspx">System.Drawing.Text</a></p>
<p style="text-align: justify;">It provides advanced GDI+ typography functionality. Basic graphics functionality is provided by theÂ <a href="http://msdn.microsoft.com/en-us/library/system.drawing.aspx">System.Drawing</a>namespace. The classes in this namespace enable users to create and use collections of fonts.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.dynamic.aspx">System.Dynamic</a></p>
<p style="text-align: justify;">It provides classes and interfaces that support the dynamic language runtime (DLR).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.enterpriseservices.aspx">System.EnterpriseServices</a></p>
<p style="text-align: justify;">It provides an important infrastructure for enterprise applications. COM+ provides a services architecture for component programming models deployed in an enterprise environment. This namespace provides .NET Framework objects with access to COM+ services, making the .NET Framework objects more practical for enterprise applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.enterpriseservices.compensatingresourcemanager.aspx">System.EnterpriseServices.CompensatingResourceManager</a></p>
<p style="text-align: justify;">It provides classes that enable you to use a Compensating Resource Manager (CRM) in managed code. A CRM is a service provided by COM+ that enables you to include non-transactional objects in Microsoft Distributed Transaction Coordinator (DTC) transactions. Although CRMs do not provide the capabilities of a full resource manager, they do provide transactional atomicity (all-or-nothing behavior) and durability through the recovery log.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.globalization.aspx">System.Globalization</a></p>
<p style="text-align: justify;">It holdsÂ classes that define culture-related information, including the language, the country/region, the calendars in use, the format patterns for dates, currency, and numbers, and the sort order for strings. These classes are useful for writing globalized (internationalized) applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.identitymodel.claims.aspx">System.IdentityModel.Claims</a></p>
<p style="text-align: justify;">It holds types that support the use of claims in the Extensible Identity Model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.identitymodel.policy.aspx">System.IdentityModel.Policy</a></p>
<p style="text-align: justify;">It holdsÂ types to build or use authorization policies in Windows Communication Foundation (WCF).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.identitymodel.selectors.aspx">System.IdentityModel.Selectors</a></p>
<p style="text-align: justify;">It holdsÂ the types that provide security tokens for outgoing SOAP messages and that authenticate security tokens in incoming SOAP messages.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.identitymodel.tokens.aspx">System.IdentityModel.Tokens</a></p>
<p style="text-align: justify;">It holdsÂ the types that are related to the predefined security tokens that ship with Windows Communication Foundation (WFC).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.io.aspx">System.IO</a></p>
<p style="text-align: justify;">It holdsÂ types that enable synchronous and asynchronous reading and writing on data streams and files.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.io.compression.aspx">System.IO.Compression</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide basic compression and decompression for streams.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.aspx">System.IO.IsolatedStorage</a></p>
<p style="text-align: justify;">It holdsÂ types that support the creation and use of isolated stores. With these stores, you can read and write data that less trusted code cannot access and help prevent the exposure of sensitive information that can be saved elsewhere on the file system. Data is stored in compartments that are isolated by the current user and by the assembly in which the code exists.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.io.log.aspx">System.IO.Log</a></p>
<p style="text-align: justify;">It holdsÂ types for implementing a custom diagnostic logging or transaction processing system.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.io.memorymappedfiles.aspx">System.IO.MemoryMappedFiles</a></p>
<p style="text-align: justify;">It holdsÂ classes for using a memory-mapped file, which maps the contents of a file to an application&#8217;s logical address space.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.io.packaging.aspx">System.IO.Packaging</a></p>
<p style="text-align: justify;">It holdsÂ types that support storage of multiple data objects in a single container.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.io.pipes.aspx">System.IO.Pipes</a></p>
<p style="text-align: justify;">It holdsÂ types that provide a means for interprocess communication through anonymous and/or named pipes.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.io.ports.aspx">System.IO.Ports</a></p>
<p style="text-align: justify;">It holdsÂ classes that control serial ports, providing a framework for synchronous and event-driven I/O, access to pin and break states, access to serial driver properties, and enumerations for specifying port characteristics.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.linq.aspx">System.Linq</a></p>
<p style="text-align: justify;">It holdsÂ classes and interfaces that support queries that use Language-Integrated Query (LINQ).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.linq.expressions.aspx">System.Linq.Expressions</a></p>
<p style="text-align: justify;">It holdsÂ types that enable language-level code expressions to be represented as objects in the form of expression trees.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.management.aspx">System.Management</a></p>
<p style="text-align: justify;">It provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.management.instrumentation.aspx">System.Management.Instrumentation</a></p>
<p style="text-align: justify;">It provides the classes necessary for instrumenting applications for management and exposing their management information and events through WMI to potential consumers.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.media.aspx">System.Media</a></p>
<p style="text-align: justify;">It holdsÂ classes for playing sound files and accessing system sounds.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.messaging.aspx">System.Messaging</a></p>
<p style="text-align: justify;">It provides classes that enable you to connect to, monitor, and administer message queues on the network and send, receive, or peek messages.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.messaging.design.aspx">System.Messaging.Design</a></p>
<p style="text-align: justify;">It holdsÂ classes that can be used to extend design-time support forÂ <a href="http://msdn.microsoft.com/en-us/library/system.messaging.aspx">System.Messaging</a> classes.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.aspx">System.Net</a></p>
<p style="text-align: justify;">It provides a simple programming interface for many of the protocols used on networks today. TheÂ <a href="http://msdn.microsoft.com/en-us/library/system.net.webrequest.aspx">WebRequest</a>andÂ <a href="http://msdn.microsoft.com/en-us/library/system.net.webresponse.aspx">WebResponse</a> classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.cache.aspx">System.Net.Cache</a></p>
<p style="text-align: justify;">It defines the types and enumerations used to define cache policies for resources obtained using theÂ <a href="http://msdn.microsoft.com/en-us/library/system.net.webrequest.aspx">WebRequest</a>andÂ <a href="http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx">HttpWebRequest</a> classes.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.configuration.aspx">System.Net.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ classes that applications use to programmatically access and update configuration settings for the<a href="http://msdn.microsoft.com/en-us/library/system.net.aspx">System.Net</a> namespaces.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.mail.aspx">System.Net.Mail</a></p>
<p style="text-align: justify;">It holdsÂ classes used to send electronic mail to a Simple Mail Transfer Protocol (SMTP) server for delivery.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.mime.aspx">System.Net.Mime</a></p>
<p style="text-align: justify;">It holdsÂ types that are used to represent Multipurpose Internet Mail Exchange (MIME) headers. These types are used with the types in theÂ <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.aspx">System.Net.Mail</a> namespace to specify Content-Type, Content-Disposition and Content-transfer-Encoding headers when sending e-mail using theÂ <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx">SmtpClient</a> class.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.networkinformation.aspx">System.Net.NetworkInformation</a></p>
<p style="text-align: justify;">It provides access to network traffic data, network address information, and notification of address changes for the local computer. The namespace also contains classes that implement the Ping utility. You can useÂ <a href="http://msdn.microsoft.com/en-us/library/system.net.networkinformation.ping.aspx">Ping</a> and related classes to check whether a computer is reachable across the network.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.peertopeer.aspx">System.Net.PeerToPeer</a></p>
<p style="text-align: justify;">It provides access to peer networking functionality.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.peertopeer.collaboration.aspx">System.Net.PeerToPeer.Collaboration</a></p>
<p style="text-align: justify;">It provides types that enhance peer-to-peer networking functionality and provide capabilities for serverless managed collaboration sessions.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.security.aspx">System.Net.Security</a></p>
<p style="text-align: justify;">It provides network streams for secure communications between hosts.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.net.sockets.aspx">System.Net.Sockets</a></p>
<p style="text-align: justify;">It provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to help control access to the network.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.numerics.aspx">System.Numerics</a></p>
<p style="text-align: justify;">It holdsÂ types that complement the numeric primitives, such asÂ <a href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">Byte</a>,Â <a href="http://msdn.microsoft.com/en-us/library/system.double.aspx">Double</a>, andÂ <a href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">Int32</a>, that are defined by the .NET Framework.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.printing.aspx">System.Printing</a></p>
<p style="text-align: justify;">It holdsÂ types to support printing.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.printing.indexedproperties.aspx">System.Printing.IndexedProperties</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide access to the properties of print system objects without using reflection, and enable rapid copying of the property settings to another object of the same type.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.printing.interop.aspx">System.Printing.Interop</a></p>
<p style="text-align: justify;">It provides types to support interconversion of managedÂ <a href="http://msdn.microsoft.com/en-us/library/system.printing.printticket.aspx">PrintTicket</a> objects and unmanaged Graphics Device Interface (GDI)Â DEVMODEÂ structures.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.reflection.aspx">System.Reflection</a></p>
<p style="text-align: justify;">It holdsÂ classes and interfaces that provide a managed view of loaded types, methods, and fields, with the ability to dynamically create and invoke types.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.reflection.emit.aspx">System.Reflection.Emit</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable a compiler or tool to emit metadata and Microsoft intermediate language (MSIL) and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.resources.aspx">System.Resources</a></p>
<p style="text-align: justify;">It holdsÂ classes and interfaces that enable developers to create, store, and manage various culture-specific resources used in an application.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.resources.tools.aspx">System.Resources.Tools</a></p>
<p style="text-align: justify;">It holdsÂ theÂ <a href="http://msdn.microsoft.com/en-us/library/system.resources.tools.stronglytypedresourcebuilder.aspx">StronglyTypedResourceBuilder</a> class, which provides support for strongly typed resources. Beginning with the .NET Framework version 2.0, this compile-time feature encapsulates access to resources by creating classes that contain a set of static read-only (get) properties, thus making it easier to consume resources.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.aspx">System.Runtime</a></p>
<p style="text-align: justify;">It holdsÂ advanced types that support diverse namespaces such asÂ <a href="http://msdn.microsoft.com/en-us/library/system.aspx">System</a>, theÂ RuntimeÂ namespaces, and theSecurityÂ namespaces.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.caching.aspx">System.Runtime.Caching</a></p>
<p style="text-align: justify;">It holdsÂ types that let you implement output caching in applications that are built on the .NET Framework.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.caching.configuration.aspx">System.Runtime.Caching.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ configuration handler classes for the .NET Framework caching feature.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.caching.hosting.aspx">System.Runtime.Caching.Hosting</a></p>
<p style="text-align: justify;">It holdsÂ types that support the .NET Framework hosting environments that use caching features.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.aspx">System.Runtime.CompilerServices</a></p>
<p style="text-align: justify;">It provides functionality for compiler writers who use managed code to specify attributes in metadata that affect the run-time behavior of the common language runtime. The classes in this namespace are for compiler writers use only.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.constrainedexecution.aspx">System.Runtime.ConstrainedExecution</a></p>
<p style="text-align: justify;">It defines a set of types that enumerate and define a contract for reliability between the author of some code and the developers who take a dependency on that code. The types are intended for use in constrained execution regions (CERs) only.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.durableinstancing.aspx">System.Runtime.DurableInstancing</a></p>
<p style="text-align: justify;">It holdsÂ classes that are used by the Windows Communication Foundation (WCF) infrastructure to implement a persistence provider.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.exceptionservices.aspx">System.Runtime.ExceptionServices</a></p>
<p style="text-align: justify;">It holdsÂ classes for advanced exception handling.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.hosting.aspx">System.Runtime.Hosting</a></p>
<p style="text-align: justify;">It holdsÂ advanced types that are used in application activation within application domains.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.aspx">System.Runtime.InteropServices</a></p>
<p style="text-align: justify;">It provides a wide variety of members that support COM interop and platform invoke services. If you are unfamiliar with these services, seeÂ <a href="http://msdn.microsoft.com/en-us/library/sd10k43k.aspx">Interoperating with Unmanaged Code</a>.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.comtypes.aspx">System.Runtime.InteropServices.ComTypes</a></p>
<p style="text-align: justify;">It holdsÂ methods that are definitions of COM functions for managed code. These functions replace the now-obsoleteÂ UCOMÂ methods in theÂ <a href="http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.aspx">System.Runtime.InteropServices</a> namespace.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.expando.aspx">System.Runtime.InteropServices.Expando</a></p>
<p style="text-align: justify;">It holdsÂ theÂ <a href="http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.expando.iexpando.aspx">IExpando</a> interface, which lets you modify an object by adding or removing its members.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.aspx">System.Runtime.Remoting</a></p>
<p style="text-align: justify;">It holdsÂ classes and interfaces that enable developers to create and configure distributed applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.activation.aspx">System.Runtime.Remoting.Activation</a></p>
<p style="text-align: justify;">It holdsÂ classes and objects that support server and client activation of remote objects.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.channels.aspx">System.Runtime.Remoting.Channels</a></p>
<p style="text-align: justify;">It holdsÂ classes that support and handle channels and channel sinks, which are used as the transport medium when a client calls a method on a remote object.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.channels.http.aspx">System.Runtime.Remoting.Channels.Http</a></p>
<p style="text-align: justify;">It holdsÂ channels that use the HTTP protocol to transport messages and objects to and from remote locations. By default, the HTTP channels encode objects and method calls in SOAP format for transmission, but other encoding and decoding formatter sinks can be specified in the configuration properties of a channel.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.channels.ipc.aspx">System.Runtime.Remoting.Channels.Ipc</a></p>
<p style="text-align: justify;">It defines a communication channel for remoting that uses the Interprocess Communication (IPC) system of the Windows operating system. Because it does not use network communication, the IPC channel is much faster than the HTTP and TCP channels, but it can only be used for communication between application domains on the same physical computer.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.channels.tcp.aspx">System.Runtime.Remoting.Channels.Tcp</a></p>
<p style="text-align: justify;">It holdsÂ channels that use the TCP protocol to transport messages and objects to and from remote locations. By default, the TCP channels encode objects and method calls in binary format for transmission, but other encoding and decoding formatter sinks can be specified in the configuration properties of a channel.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.contexts.aspx">System.Runtime.Remoting.Contexts</a></p>
<p style="text-align: justify;">It holdsÂ objects that define the contexts all objects reside within. A context is an ordered sequence of properties that defines an environment for the objects within it. Contexts are created during the activation process for objects that are configured to require certain automatic services such synchronization, transactions, just-in-time (JIT) activation, security, and so on. Multiple objects can live inside a context.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.lifetime.aspx">System.Runtime.Remoting.Lifetime</a></p>
<p style="text-align: justify;">It holdsÂ classes that manage the lifetime of remote objects. Traditionally, distributed garbage collection uses reference counts and pinging for control over the lifetime of objects. This works well when there are a few clients per service, but does not scale well to thousands of clients per service. The remoting lifetime service associates a lease with each service, and deletes a service when its lease time expires. The lifetime service can take on the function of a traditional distributed garbage collector, and it also adjusts well when the numbers of clients per server increases.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.messaging.aspx">System.Runtime.Remoting.Messaging</a></p>
<p style="text-align: justify;">It holdsÂ classes used to create and remote messages. The remoting infrastructure uses messages to communicate with remote objects. Messages are used to transmit remote method calls, to activate remote objects, and to communicate information. A message object carries a set of named properties, including action identifiers, envoy information, and parameters.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.metadata.aspx">System.Runtime.Remoting.Metadata</a></p>
<p style="text-align: justify;">It holdsÂ classes and attributes that can be used to customize generation and processing of SOAP for objects and fields. The classes of this namespace can be used to indicate the SOAPAction, type output, XML element name, and the method XML namespace Uniform Resource Identifier (URI).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.metadata.w3cxsd2001.aspx">System.Runtime.Remoting.Metadata.W3cXsd2001</a></p>
<p style="text-align: justify;">It holdsÂ the XML Schema Definition (XSD) defined by the World Wide Web Consortium (W3C) in 2001. TheÂ XML Schema Part 2: DatatypesÂ specification from W3C identifies format and behavior of various data types. This namespace contains wrapper classes for the data types that conform to the W3C specification. All date and time types conform to the ISO standards specification.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.metadataservices.aspx">System.Runtime.Remoting.MetadataServices</a></p>
<p style="text-align: justify;">It holdsÂ the classes used by the Soapsuds.exe command line tool and the user code to convert metadata to and from XML schema for the remoting infrastructure.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.proxies.aspx">System.Runtime.Remoting.Proxies</a></p>
<p style="text-align: justify;">It holdsÂ classes that control and provide functionality for proxies. A proxy is a local object that is an image of a remote object. Proxies enable clients to access objects across remoting boundaries.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.remoting.services.aspx">System.Runtime.Remoting.Services</a></p>
<p style="text-align: justify;">It holdsÂ service classes that provide functionality to the .NET Framework.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.aspx">System.Runtime.Serialization</a></p>
<p style="text-align: justify;">It holdsÂ classes that can be used for serializing and deserializing objects. Serialization is the process of converting an object or a graph of objects into a linear sequence of bytes for either storage or transmission to another location. Deserialization is the process of taking in stored information and recreating objects from it.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.configuration.aspx">System.Runtime.Serialization.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ classes used to read the values found in application configuration files in theÂ &lt;system.xml.serialization&gt;section.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.formatters.aspx">System.Runtime.Serialization.Formatters</a></p>
<p style="text-align: justify;">It provides common enumerations, interfaces, and classes that are used by serialization formatters.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.formatters.binary.aspx">System.Runtime.Serialization.Formatters.Binary</a></p>
<p style="text-align: justify;">It holdsÂ theÂ <a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.formatters.binary.binaryformatter.aspx">BinaryFormatter</a> class, which can be used to serialize and deserialize objects in binary format.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.formatters.soap.aspx">System.Runtime.Serialization.Formatters.Soap</a></p>
<p style="text-align: justify;">It holdsÂ theÂ <a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.formatters.soap.soapformatter.aspx">SoapFormatter</a> class, which can be used to serialize and deserialize objects in the SOAP format.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.json.aspx">System.Runtime.Serialization.Json</a></p>
<p style="text-align: justify;">It holdsÂ types for serializing objects to JavaScript Object Notation (JSON) and deserializing objects from JSON.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.runtime.versioning.aspx">System.Runtime.Versioning</a></p>
<p style="text-align: justify;">It holdsÂ advanced types that support versioning in side-by-side implementations of the .NET Framework.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.aspx">System.Security</a></p>
<p style="text-align: justify;">It provides the underlying structure of the .NET Framework security system, including base classes for permissions.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.accesscontrol.aspx">System.Security.AccessControl</a></p>
<p style="text-align: justify;">It provides programming elements that control access to, and audit security-related actions on, securable objects.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.authentication.aspx">System.Security.Authentication</a></p>
<p style="text-align: justify;">It provides a set of enumerations that describe the security of a connection.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.authentication.extendedprotection.aspx">System.Security.Authentication.ExtendedProtection</a></p>
<p style="text-align: justify;">It provides support for authentication using extended protection for applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.authentication.extendedprotection.configuration.aspx">System.Security.Authentication.ExtendedProtection.Configuration</a></p>
<p style="text-align: justify;">It provides support for configuration of authentication using extended protection for applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.aspx">System.Security.Cryptography</a></p>
<p style="text-align: justify;">Provides cryptographic services, including secure encoding and decoding of data, as well as many other operations, such as hashing, random number generation, and message authentication.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.pkcs.aspx">System.Security.Cryptography.Pkcs</a></p>
<p style="text-align: justify;">It holdsÂ programming elements for Public Key Cryptography Standards (PKCS), including methods for signing data, exchanging keys, requesting certificates, public key encryption and decryption, and other security functions.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.aspx">System.Security.Cryptography.X509Certificates</a></p>
<p style="text-align: justify;">It holdsÂ the common language runtime implementation of the Authenticode X.509 v.3 certificate. This certificate is signed with a private key that uniquely and positively identifies the holder of the certificate.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.xml.aspx">System.Security.Cryptography.Xml</a></p>
<p style="text-align: justify;">It holdsÂ classes to support the creation and validation of XML digital signatures.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.permissions.aspx">System.Security.Permissions</a></p>
<p style="text-align: justify;">It defines classes that control access to operations and resources based on policy.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.policy.aspx">System.Security.Policy</a></p>
<p style="text-align: justify;">It holdsÂ code groups, membership conditions, and evidence. These three types of classes are used to create the rules applied by the .NET Framework security policy system. Evidence classes are the input to security policy, and membership conditions are the switches; together these create policy statements and determine the granted permission set. Policy levels and code groups are the structure of the policy hierarchy. Code groups are the encapsulation of a rule and are arranged hierarchically in a policy level.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.principal.aspx">System.Security.Principal</a></p>
<p style="text-align: justify;">It defines a principal object that represents the security context under which code is running.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.security.rightsmanagement.aspx">System.Security.RightsManagement</a></p>
<p style="text-align: justify;">It holdsÂ classes to support rights management of application-created content, such as content stored in a Package or XpsDocument.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.aspx">System.ServiceModel</a></p>
<p style="text-align: justify;">It holdsÂ the types necessary to build Windows Communication Foundation (WCF) service and client applications that can be used to build widely distributed applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activation.aspx">System.ServiceModel.Activation</a></p>
<p style="text-align: justify;">It holdsÂ the types required to construct and modify the dynamic creation of service hosts in a managed hosting environment.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activation.configuration.aspx">System.ServiceModel.Activation.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ classes that represent the configuration elements in the SMSvcHost.exe.config file.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.aspx">System.ServiceModel.Activities</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable you to send messages to and receive messages from workflows.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.activation.aspx">System.ServiceModel.Activities.Activation</a></p>
<p style="text-align: justify;">It holdsÂ theÂ <a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.activation.workflowservicehostfactory.aspx">WorkflowServiceHostFactory</a> class that provides instances ofÂ <a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.workflowservicehost.aspx">WorkflowServiceHost</a> in managed hosting environments where the host instance is created dynamically in response to incoming messages.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.configuration.aspx">System.ServiceModel.Activities.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ classes that are used to configure workflow services. These classes allow you to apply service and endpoint behaviors and configure tracking.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.description.aspx">System.ServiceModel.Activities.Description</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable you to control various behaviors related to workflow services.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.presentation.factories.aspx">System.ServiceModel.Activities.Presentation.Factories</a></p>
<p style="text-align: justify;">It holdsÂ factories that create Receive/SendReply and Send/ReceiveReply activity pairs.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.tracking.aspx">System.ServiceModel.Activities.Tracking</a></p>
<p style="text-align: justify;">It holdsÂ classes used to create tracking records for a workflow service instance. Tracking records are created by the workflow runtime during the execution of a workflow instance, and are sent to registered tracking participants.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.activities.tracking.configuration.aspx">System.ServiceModel.Activities.Tracking.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ classes used to configure workflow tracking. These classes enable you to specify the tracking information you want your workflow to generate.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.channels.aspx">System.ServiceModel.Channels</a></p>
<p style="text-align: justify;">It holdsÂ the types required to construct and modify the messages used by clients and services to communicate with each other, the types of channels used to exchange messages, the channel factories and channel listeners used to construct those channels, and the binding elements used to configure them.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.comintegration.aspx">System.ServiceModel.ComIntegration</a></p>
<p style="text-align: justify;">It holdsÂ the types necessary to integrate Windows Communication Foundation (WCF) service and client applications with COM components.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.configuration.aspx">System.ServiceModel.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ types used by the Windows Communication Foundation (WCF) infrastructure to convert XML into Common Language Runtime (CLR) types.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.description.aspx">System.ServiceModel.Description</a></p>
<p style="text-align: justify;">It holdsÂ the types requires to construct and modify descriptions of services, contract, and endpoints that are used to build service runtimes and to export metadata.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.diagnostics.aspx">System.ServiceModel.Diagnostics</a></p>
<p style="text-align: justify;">It holdsÂ an enumeration that is used to configure performance counters for diagnostic purposes.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.discovery.aspx">System.ServiceModel.Discovery</a></p>
<p style="text-align: justify;">It holdsÂ the types required for the creation and use of discoverable services.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.discovery.configuration.aspx">System.ServiceModel.Discovery.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable you to configure discovery settings in a configuration file.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.discovery.version11.aspx">System.ServiceModel.Discovery.Version11</a></p>
<p style="text-align: justify;">It holdsÂ the classes required to create and use discoverable services. These classes implement the WS-Discovery version 1.1 protocol.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.discovery.versionapril2005.aspx">System.ServiceModel.Discovery.VersionApril2005</a></p>
<p style="text-align: justify;">It holdsÂ the classes required to create and use discoverable services. These classes implement the April 2005 version of the WS-Discovery protocol.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.discovery.versioncd1.aspx">System.ServiceModel.Discovery.VersionCD1</a></p>
<p style="text-align: justify;">It holdsÂ the classes required to create and use discoverable services. These classes implement the Committee Draft 1 version of the WS-Discovery protocol.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx">System.ServiceModel.Dispatcher</a></p>
<p style="text-align: justify;">It holdsÂ the types necessary to modify the run-time execution behavior of service and client applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.msmqintegration.aspx">System.ServiceModel.MsmqIntegration</a></p>
<p style="text-align: justify;">It holdsÂ classes for Microsoft Message Queuing Service (MSMQ) integration, which enables communication between MSMQ applications and Windows Communication Foundation (WCF) applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.peerresolvers.aspx">System.ServiceModel.PeerResolvers</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable developers to customize and extend the Peer Name Resolution Protocol (PNRP) service.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.persistence.aspx">System.ServiceModel.Persistence</a></p>
<p style="text-align: justify;">It holdsÂ classes that allow workflow services (WCF services implemented as workflows) to be persisted into the persistence store.</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-part-3.html&amp;title=.NET%20Framework%20Class%20Library%20%26%238211%3B%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/net-framework-class-library-part-3.html/feed</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>.NET Framework Class Library &#8211; Part 2</title>
		<link>http://www.mcpd-certification.com/net-framework-class-library-part-2.html</link>
		<comments>http://www.mcpd-certification.com/net-framework-class-library-part-2.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 15:54:54 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Class Library]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1491</guid>
		<description><![CDATA[System.Activities.Expressions It holdsÂ classes and expression activities that support the use of expressions in a workflow. System.Activities.Hosting It holdsÂ classes that provide the base support for hosting and executing a workflow. System.Activities.Persistence It holdsÂ classes for capturing an objectâ€™s state independent of process or machine information. System.Activities.Presentation It holdsÂ base activity designer classes used to create custom activity designers. [...]]]></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-part-2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnet-framework-class-library-part-2.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.expressions.aspx">System.Activities.Expressions</a></p>
<p style="text-align: justify;">It holdsÂ classes and expression activities that support the use of expressions in a workflow.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.hosting.aspx">System.Activities.Hosting</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide the base support for hosting and executing a workflow.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.persistence.aspx">System.Activities.Persistence</a></p>
<p style="text-align: justify;">It holdsÂ classes for capturing an objectâ€™s state independent of process or machine information.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.aspx">System.Activities.Presentation</a></p>
<p style="text-align: justify;">It holdsÂ base activity designer classes used to create custom activity designers.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.converters.aspx">System.Activities.Presentation.Converters</a></p>
<p style="text-align: justify;">It offers converts for arguments, UI property data, and items in the editing model of the Windows Workflow Foundation.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.debug.aspx">System.Activities.Presentation.Debug</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide breakpoint management for a debugging process.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.hosting.aspx">System.Activities.Presentation.Hosting</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable the host to interact with assemblies, commands, and imported namespaces.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.metadata.aspx">System.Activities.Presentation.Metadata</a></p>
<p style="text-align: justify;">It holdsÂ Â classes that enable you to work with custom attributes of elements.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.model.aspx">System.Activities.Presentation.Model</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable you to work with items in the model tree of the designer, such as accessing the model items properties and attached properties. Also provides functionality to manage the model tree.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.propertyediting.aspx">System.Activities.Presentation.PropertyEditing</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable updating properties by providing property editors, category editors, and access to properties, property values, and filters.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.services.aspx">System.Activities.Presentation.Services</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable interacting with the model tree to perform tasks such as creating and locating model items, and mapping view items with model items.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.toolbox.aspx">System.Activities.Presentation.Toolbox</a></p>
<p style="text-align: justify;">It holdsÂ support for classifying and using tools when rehosting outside of Visual Studio 2010.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.validation.aspx">System.Activities.Presentation.Validation</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide activity validation functionality for activities.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.presentation.view.aspx">System.Activities.Presentation.View</a></p>
<p style="text-align: justify;">It holdsÂ functionality related to the view elements in the workflow designer, including accessing and creating view elements, accessing commands, working with the view state, selections, and the expression textbox.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.statements.aspx">System.Activities.Statements</a></p>
<p style="text-align: justify;">It holdsÂ activities that can be used to create workflows, for flow control, interacting with collections and variables, exceptions, compensation, transactions, and interacting with legacy workflows.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.tracking.aspx">System.Activities.Tracking</a></p>
<p style="text-align: justify;">It holdsÂ classes used to create and interact with workflow tracking records.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.validation.aspx">System.Activities.Validation</a></p>
<p style="text-align: justify;">It holdsÂ classes used for custom activity validation.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.xamlintegration.aspx">System.Activities.XamlIntegration</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide support for the serialization of activities into XAML.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.addin.aspx">System.AddIn</a></p>
<p style="text-align: justify;">It holdsÂ an attribute for identifying add-ins.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.addin.contract.aspx">System.AddIn.Contract</a></p>
<p style="text-align: justify;">It holdsÂ types that provide the basis for communication between components that are updated independently.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.addin.contract.automation.aspx">System.AddIn.Contract.Automation</a></p>
<p style="text-align: justify;">It holdsÂ types that components use to access type information and invoke type members.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.addin.contract.collections.aspx">System.AddIn.Contract.Collections</a></p>
<p style="text-align: justify;">It holdsÂ types used to implement collection classes for add-in development.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.addin.hosting.aspx">System.AddIn.Hosting</a></p>
<p style="text-align: justify;">It holdsÂ types for discovering, registering, activating, and controlling add-ins.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.addin.pipeline.aspx">System.AddIn.Pipeline</a></p>
<p style="text-align: justify;">It holdsÂ classes for constructing the communication pipeline between a host application and an add-in.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.codedom.aspx">System.CodeDom</a></p>
<p style="text-align: justify;">It holdsÂ classes that can be used to represent the elements and structure of a source code document. These elements can be used to model the structure of a source code document that can be output as source code in a supported language using the functionality provided by theÂ <a href="http://msdn.microsoft.com/en-us/library/system.codedom.compiler.aspx">System.CodeDom.Compiler</a> namespace.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.codedom.compiler.aspx">System.CodeDom.Compiler</a></p>
<p style="text-align: justify;">It holdsÂ types for managing the generation and compilation of source code in supported programming languages. Code generators can each produce source code in a particular programming language based on the structure of Code Document Object Model (CodeDOM) source code models consisting of elements provided by theÂ <a href="http://msdn.microsoft.com/en-us/library/system.codedom.aspx">System.CodeDom</a> namespace.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.collections.aspx">System.Collections</a></p>
<p style="text-align: justify;">It holdsÂ interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hashtables and dictionaries.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.collections.concurrent.aspx">System.Collections.Concurrent</a></p>
<p style="text-align: justify;">It holdsÂ interfaces and classes that define various collection objects for concurrent processing.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.collections.generic.aspx">System.Collections.Generic</a></p>
<p style="text-align: justify;">It holdsÂ interfaces and classes that define generic collections, which enable users to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.collections.objectmodel.aspx">System.Collections.ObjectModel</a></p>
<p style="text-align: justify;">It holdsÂ classes that can be used as collections in the object model of a reusable library. Use these classes when properties or methods return collections.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.collections.specialized.aspx">System.Collections.Specialized</a></p>
<p style="text-align: justify;">It holdsÂ specialized and strongly typed collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.aspx">System.ComponentModel</a></p>
<p style="text-align: justify;">It holdsÂ classes that are used to implement the run-time and design-time behavior of components and controls. This namespace includes the base classes and interfaces for implementing attributes and type converters, binding to data sources, and licensing components.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.composition.aspx">System.ComponentModel.Composition</a></p>
<p style="text-align: justify;">It holdsÂ classes that constitute the majority of the Managed Extensibility Framework (MEF).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.composition.hosting.aspx">System.ComponentModel.Composition.Hosting</a></p>
<p style="text-align: justify;">It holdsÂ classes for MEF that are useful to developers of extensible applications, or hosts.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.composition.primitives.aspx">System.ComponentModel.Composition.Primitives</a></p>
<p style="text-align: justify;">It holdsÂ the primitive types underlying the MEF programming model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.composition.reflectionmodel.aspx">System.ComponentModel.Composition.ReflectionModel</a></p>
<p style="text-align: justify;">It holdsÂ types for the Managed Extensibility Framework (MEF) that are useful to developers using a reflection-based programming model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.dataannotations.aspx">System.ComponentModel.DataAnnotations</a></p>
<p style="text-align: justify;">It holdsÂ attribute classes that are used to define metadata for ASP.NET Dynamic Data controls.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.design.aspx">System.ComponentModel.Design</a></p>
<p style="text-align: justify;">It holdsÂ classes that developers can use to build custom design-time behavior for components and user interfaces for configuring components at design time. The design time environment provides systems that enable developers to arrange components and configure their properties.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.design.data.aspx">System.ComponentModel.Design.Data</a></p>
<p style="text-align: justify;">It holdsÂ classes for implementing design-time behavior of data-related components.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.design.serialization.aspx">System.ComponentModel.Design.Serialization</a></p>
<p style="text-align: justify;">It holdsÂ types that support customization and control of serialization at design time.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.configuration.aspx">System.Configuration</a></p>
<p style="text-align: justify;">It holdsÂ the types that provide the programming model for handling configuration data.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.configuration.assemblies.aspx">System.Configuration.Assemblies</a></p>
<p style="text-align: justify;">It holdsÂ classes that are used to configure an assembly.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.configuration.install.aspx">System.Configuration.Install</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable you to write custom installers for your own components. TheÂ <a href="http://msdn.microsoft.com/en-us/library/system.configuration.install.installer.aspx">Installer</a> class is the base class for all custom installers in the .NET Framework.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.configuration.provider.aspx">System.Configuration.Provider</a></p>
<p style="text-align: justify;">It holdsÂ the base classes shared by both server and client applications to support a pluggable model to easily add or remove functionality.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.aspx">System.Data</a></p>
<p style="text-align: justify;">It holdsÂ classes that constitute most of the ADO.NET architecture. The ADO.NET architecture enables you to build components that efficiently manage data from multiple data sources.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.common.aspx">System.Data.Common</a></p>
<p style="text-align: justify;">It holdsÂ classes shared by the .NET Framework data providers. A .NET Framework data provider describes a collection of classes used to access a data source, such as a database, in the managed space.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.common.commandtrees.aspx">System.Data.Common.CommandTrees</a></p>
<p style="text-align: justify;">It holdsÂ classes to build expressions that make up a command tree.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.design.aspx">System.Data.Design</a></p>
<p style="text-align: justify;">It holdsÂ classes that can be used to generate a custom typed dataset.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.entity.design.aspx">System.Data.Entity.Design</a></p>
<p style="text-align: justify;">It holdsÂ classes to generate Entity Data Model (EDM) files and object source code.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.entity.design.aspnet.aspx">System.Data.Entity.Design.AspNet</a></p>
<p style="text-align: justify;">It holdsÂ the Entity Data Model (EDM) build providers for the ASP.NET build environment.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.entity.design.pluralizationservices.aspx">System.Data.Entity.Design.PluralizationServices</a></p>
<p style="text-align: justify;">It holdsÂ types for changing words from singular to plural form, and vice versa.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.entityclient.aspx">System.Data.EntityClient</a></p>
<p style="text-align: justify;">It holdsÂ the .NET Framework Data Provider for the Entity Framework.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.linq.aspx">System.Data.Linq</a></p>
<p style="text-align: justify;">It holdsÂ classes that support interaction with relational databases in LINQ to SQL applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.linq.mapping.aspx">System.Data.Linq.Mapping</a></p>
<p style="text-align: justify;">It holdsÂ classes that are used to generate a LINQ to SQL object model that represents the structure and content of a relational database.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.mapping.aspx">System.Data.Mapping</a></p>
<p style="text-align: justify;">It holdsÂ types for storing data mapping information.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.metadata.edm.aspx">System.Data.Metadata.Edm</a></p>
<p style="text-align: justify;">It holdsÂ a set of types that represent concepts throughout the models used by the Entity Framework and a set of classes that help applications work with metadata.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.objects.aspx">System.Data.Objects</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide access to the core functionality of Object Services.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.objects.dataclasses.aspx">System.Data.Objects.DataClasses</a></p>
<p style="text-align: justify;">It holdsÂ classes that are base classes for types that are defined in an Entity Data Model (EDM), base classes for the types that are returned by navigation properties, and classes that define attributes that map common language runtime (CLR) objects to types in the conceptual model.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.objects.sqlclient.aspx">System.Data.Objects.SqlClient</a></p>
<p style="text-align: justify;">It holdsÂ a type that contains common language runtime (CLR) methods that translate to database functions.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.odbc.aspx">System.Data.Odbc</a></p>
<p style="text-align: justify;">It holdsÂ classes that encapsulate the .NET Framework Data Provider for ODBC, which describes a collection of classes used to access an ODBC data source in the managed space.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.oledb.aspx">System.Data.OleDb</a></p>
<p style="text-align: justify;">It holdsÂ classes that encapsulate the .NET Framework Data Provider for OLE DB, which describes a collection of classes used to access an OLE DB data source in the managed space.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.oracleclient.aspx">System.Data.OracleClient</a></p>
<p style="text-align: justify;">It holdsÂ classes that encapsulate the .NET Framework Data Provider for Oracle, which describes a collection of classes used to access an Oracle data source in the managed space.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.services.aspx">System.Data.Services</a></p>
<p style="text-align: justify;">It holdsÂ access to classes used to build WCF Data Services.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.services.buildprovider.aspx">System.Data.Services.BuildProvider</a></p>
<p style="text-align: justify;">It holdsÂ classes that generate C# or Visual Basic code for a WCF Data Services client application based on the metadata returned by the data service.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.services.client.aspx">System.Data.Services.Client</a></p>
<p style="text-align: justify;">It holdsÂ the .NET Framework Client library that applications can use to interact with WCF Data Services.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.services.common.aspx">System.Data.Services.Common</a></p>
<p style="text-align: justify;">It holdsÂ a class that denotes the key property or properties of an entity.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.services.providers.aspx">System.Data.Services.Providers</a></p>
<p style="text-align: justify;">It holdsÂ a series of interfaces that are implemented to define a custom data service provider for WCF Data Services.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.sql.aspx">System.Data.Sql</a></p>
<p style="text-align: justify;">It holdsÂ classes that support SQL Server-specific functionality. The API extensions in this class add to the .NET Framework Data Provider for SQL Server (<a href="http://msdn.microsoft.com/en-us/library/system.data.sqlclient.aspx">System.Data.SqlClient</a>).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.sqlclient.aspx">System.Data.SqlClient</a></p>
<p style="text-align: justify;">It holdsÂ classes that encapsulate the .NET Framework Data Provider for SQL Server. The .NET Framework Data Provider for SQL Server describes a collection of classes used to access a SQL Server database in the managed space.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.data.sqltypes.aspx">System.Data.SqlTypes</a></p>
<p style="text-align: justify;">It holdsÂ classes for native data types within SQL Server. These classes provide a faster alternative to other data types. Using the classes in this namespace helps prevent type conversion errors caused in situations where loss of precision could occur. Because other data types are converted to and fromÂ SqlTypesÂ behind the scenes, explicitly creating and using objects within this namespace results in faster code as well.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.deployment.application.aspx">System.Deployment.Application</a></p>
<p style="text-align: justify;">It holdsÂ types to create custom upgrade behavior in ClickOnce applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.device.location.aspx">System.Device.Location</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide a single API to encapsulate the multiple location providers on a computer and support seamless prioritization and transitioning between them. An application developer who uses this API does not need to know which location-sensing technologies are available on a particular computer and is freed from the burden of tailoring an application to a specific hardware configuration</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.aspx">System.Diagnostics</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable you to interact with system processes, event logs, and performance counters. This namespace also provides classes that let you debug your application and trace the execution of your code.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.codeanalysis.aspx">System.Diagnostics.CodeAnalysis</a></p>
<p style="text-align: justify;">It holdsÂ classes for interaction with code analysis tools. Code analysis tools are used to analyze code for conformance to coding conventions such as naming or security rules.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.contracts.aspx">System.Diagnostics.Contracts</a></p>
<p style="text-align: justify;">It holdsÂ static classes for representing program constructs such as preconditions, postconditions, and invariants.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.contracts.internal.aspx">System.Diagnostics.Contracts.Internal</a></p>
<p style="text-align: justify;">It holdsÂ classes that the binary rewriter can use to handle a contract failure.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.design.aspx">System.Diagnostics.Design</a></p>
<p style="text-align: justify;">It holdsÂ classes that can be used to extend design-time support for application monitoring and instrumentation.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.eventing.aspx">System.Diagnostics.Eventing</a></p>
<p style="text-align: justify;">It holdsÂ types to support implementation of an application on Windows Vista. The instrumentation, when enabled, logs event data to the Event Tracing for Windows (ETW) tracing subsystem.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.eventing.reader.aspx">System.Diagnostics.Eventing.Reader</a></p>
<p style="text-align: justify;">It holdsÂ types to support reading from and managing event logs.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.performancedata.aspx">System.Diagnostics.PerformanceData</a></p>
<p style="text-align: justify;">It holdsÂ classes that are used to provide counter data, which expose performance metrics to consumers.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.symbolstore.aspx">System.Diagnostics.SymbolStore</a></p>
<p style="text-align: justify;">It holdsÂ classes that enable you to read and write debug symbol information, such as source line to Microsoft intermediate language (MSIL) maps. Compilers targeting the .NET Framework can store the debug symbol information into programmer&#8217;s database (PDB) files. Debuggers and code profiler tools can read the debug symbol information at run time.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.directoryservices.aspx">System.DirectoryServices</a></p>
<p style="text-align: justify;">It holdsÂ easy access to Active Directory from managed code. The namespace contains two component classes,<a href="http://msdn.microsoft.com/en-us/library/system.directoryservices.directoryentry.aspx">DirectoryEntry</a> andÂ <a href="http://msdn.microsoft.com/en-us/library/system.directoryservices.directorysearcher.aspx">DirectorySearcher</a>, which use the Active Directory Services Interfaces (ADSI) technology. ADSI is the set of interfaces that Microsoft provides as a flexible tool for working with a variety of network providers. ADSI gives the administrator the ability to locate and manage resources on a network with relative ease, regardless of the network&#8217;s size.</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-part-2.html&amp;title=.NET%20Framework%20Class%20Library%20%26%238211%3B%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/net-framework-class-library-part-2.html/feed</wfw:commentRss>
		<slash:comments>210</slash:comments>
		</item>
		<item>
		<title>.NET Framework Class Library &#8211; Part 1</title>
		<link>http://www.mcpd-certification.com/net-framework-class-library-part-1.html</link>
		<comments>http://www.mcpd-certification.com/net-framework-class-library-part-1.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 15:53:24 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Class Library]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1489</guid>
		<description><![CDATA[The .NET Framework class library is a library of classes, interfaces, and value types that provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built. Namespaces The .NET Framework class library provides the following namespaces, which are documented in detail in this reference. [...]]]></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-part-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fnet-framework-class-library-part-1.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">The .NET Framework class library is a library of classes, interfaces, and value types that provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built.</p>
<p style="text-align: justify;"><strong>Namespaces</strong></p>
<p style="text-align: justify;">The .NET Framework class library provides the following namespaces, which are documented in detail in this reference.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/accessibility.aspx">Accessibility</a></p>
<p style="text-align: justify;">It holdsÂ types that are part of a managed wrapper for the Component Object Model (COM) accessibility interface.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.aspnet.snapin.aspx">Microsoft.Aspnet.Snapin</a></p>
<p style="text-align: justify;">It holds classes that are necessary for the ASP.NET management console application to interact with the Microsoft Management Console (MMC).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.buildengine.aspx">Microsoft.Build.BuildEngine</a></p>
<p style="text-align: justify;">It holds the classes that represent the MSBuild engine.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.construction.aspx">Microsoft.Build.Construction</a></p>
<p style="text-align: justify;">It holdsÂ types that the MSBuild object model uses to construct project roots with unevaluated values.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.conversion.aspx">Microsoft.Build.Conversion</a></p>
<p style="text-align: justify;">It holdsÂ types that Visual Studio uses to convert project files.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.debugging.aspx">Microsoft.Build.Debugging</a></p>
<p style="text-align: justify;">It holdsÂ types for managing the debugger.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.evaluation.aspx">Microsoft.Build.Evaluation</a></p>
<p style="text-align: justify;">It holdsÂ types that the MSBuild object model uses to evaluate projects.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.exceptions.aspx">Microsoft.Build.Exceptions</a></p>
<p style="text-align: justify;">It holdsÂ exception types used by the MSBuild engine.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.execution.aspx">Microsoft.Build.Execution</a></p>
<p style="text-align: justify;">It holdsÂ types that the MSBuild object model uses to build projects.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.framework.aspx">Microsoft.Build.Framework</a></p>
<p style="text-align: justify;">It holdsÂ classes that make up the tasks, loggers, and events of MSBuild.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.framework.xamltypes.aspx">Microsoft.Build.Framework.XamlTypes</a></p>
<p style="text-align: justify;">It holdsÂ classes used to represent XAML types parsed from files, rules, and other sources.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.logging.aspx">Microsoft.Build.Logging</a></p>
<p style="text-align: justify;">It holdsÂ types used for logging the progress of a build.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.tasks.aspx">Microsoft.Build.Tasks</a></p>
<p style="text-align: justify;">It holdsÂ the implementation of all tasks shipping with MSBuild.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.tasks.deployment.bootstrapper.aspx">Microsoft.Build.Tasks.Deployment.Bootstrapper</a></p>
<p style="text-align: justify;">It holdsÂ classes used internally by MSBuild.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.tasks.deployment.manifestutilities.aspx">Microsoft.Build.Tasks.Deployment.ManifestUtilities</a></p>
<p style="text-align: justify;">It holdsÂ classes used internally by MSBuild.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.tasks.hosting.aspx">Microsoft.Build.Tasks.Hosting</a></p>
<p style="text-align: justify;">It holdsÂ classes used internally by MSBuild.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.tasks.windows.aspx">Microsoft.Build.Tasks.Windows</a></p>
<p style="text-align: justify;">It holdsÂ classes used internally by MSBuild.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.tasks.xaml.aspx">Microsoft.Build.Tasks.Xaml</a></p>
<p style="text-align: justify;">It holdsÂ types that process XAML.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.build.utilities.aspx">Microsoft.Build.Utilities</a></p>
<p style="text-align: justify;">It offersÂ helper classes that you can use to create your own MSBuild loggers and tasks.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.csharp.aspx">Microsoft.CSharp</a></p>
<p style="text-align: justify;">It holdsÂ classes that support compilation and code generation using the C# language.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.aspx">Microsoft.CSharp.RuntimeBinder</a></p>
<p style="text-align: justify;">It holdsÂ types that support interoperation between the dynamic language runtime (DLR) and C#.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.data.entity.build.tasks.aspx">Microsoft.Data.Entity.Build.Tasks</a></p>
<p style="text-align: justify;">It holdsÂ types that represent MSBuild tasks used by the ADO.NET Entity Data Model Designer.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.jscript.aspx">Microsoft.JScript</a></p>
<p style="text-align: justify;">It holdsÂ classes that support compilation and code generation using the JScript language.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.server.aspx">Microsoft.SqlServer.Server</a></p>
<p style="text-align: justify;">It holdsÂ classes that are specific to the integration of the.NET Framework common language runtime (CLR) component into Microsoft SQL Server, and the SQL Server database engine process execution environment.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.aspx">Microsoft.VisualBasic</a></p>
<p style="text-align: justify;">It holdsÂ classes that support compilation and code generation using the Visual Basic language.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.activities.aspx">Microsoft.VisualBasic.Activities</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide Visual Basic expressions that can be bound toÂ InÂ andÂ OutÂ arguments, and Visual Basic expression settings.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.activities.xamlintegration.aspx">Microsoft.VisualBasic.Activities.XamlIntegration</a></p>
<p style="text-align: justify;">It holdsÂ a type converter and XAML serializer forÂ <a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.activities.visualbasicsettings.aspx">Microsoft.VisualBasic.Activities.VisualBasicSettings</a>.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.applicationservices.aspx">Microsoft.VisualBasic.ApplicationServices</a></p>
<p style="text-align: justify;">It holdsÂ types that support the Visual Basic Application Model and provide access to application information.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.compatibility.vb6.aspx">Microsoft.VisualBasic.Compatibility.VB6</a></p>
<p style="text-align: justify;">It holdsÂ types used by tools for upgrading from Visual Basic 6.0 to Visual Basic .NET.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.compilerservices.aspx">Microsoft.VisualBasic.CompilerServices</a></p>
<p style="text-align: justify;">It holdsÂ internal-use only types that support the Visual Basic compiler.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.devices.aspx">Microsoft.VisualBasic.Devices</a></p>
<p style="text-align: justify;">It holdsÂ types that support theÂ MyÂ objects related to devices in Visual Basic.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.fileio.aspx">Microsoft.VisualBasic.FileIO</a></p>
<p style="text-align: justify;">It holdsÂ types that support theÂ MyÂ file system object in Visual Basic.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.logging.aspx">Microsoft.VisualBasic.Logging</a></p>
<p style="text-align: justify;">It holdsÂ types that support theÂ MyÂ logging objects in Visual Basic and provides a simple log listener that directs logging output to file.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.myservices.aspx">Microsoft.VisualBasic.MyServices</a></p>
<p style="text-align: justify;">It holdsÂ types that supportÂ MyÂ in Visual Basic.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.myservices.internal.aspx">Microsoft.VisualBasic.MyServices.Internal</a></p>
<p style="text-align: justify;">It holdsÂ internal-use only types that supportÂ MyÂ in Visual Basic.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualc.aspx">Microsoft.VisualC</a></p>
<p style="text-align: justify;">It holdsÂ types that support the Visual C++ compiler.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualc.stlclr.aspx">Microsoft.VisualC.StlClr</a></p>
<p style="text-align: justify;">It holdsÂ types that implement the STL/CLR Library.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.visualc.stlclr.generic.aspx">Microsoft.VisualC.StlClr.Generic</a></p>
<p style="text-align: justify;">It holdsÂ types that implement the generic interface to the STL/CLR Library.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.win32.aspx">Microsoft.Win32</a></p>
<p style="text-align: justify;">It offersÂ two types of classes: those that handle events raised by the operating system and those that manipulate the system registry.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles.aspx">Microsoft.Win32.SafeHandles</a></p>
<p style="text-align: justify;">It holdsÂ classes that are abstract derivations of safe handle classes that provide common functionality supporting file and operating system handles.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/microsoft.windows.themes.aspx">Microsoft.Windows.Themes</a></p>
<p style="text-align: justify;">It offers exposure to the set of themes defined by Windows Presentation Foundation (WPF).</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.aspx">System</a></p>
<p style="text-align: justify;">It holdsÂ fundamental classes and base classes that define commonly used value and reference data types, events and event handlers, interfaces, attributes, and processing exceptions. Other classes provide services supporting data type conversion, method parameter manipulation, mathematics, remote and local program invocation, application environment management, and supervision of managed and unmanaged applications.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.aspx">System.Activities</a></p>
<p style="text-align: justify;">It holdsÂ all the classes necessary to create and work with activities. The classes in this namespace enable you to define activities, the data flow into and out of activities, and variables.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.core.presentation.aspx">System.Activities.Core.Presentation</a></p>
<p style="text-align: justify;">It holdsÂ helper classes used in the default and extensibility scenarios for Windows Workflow Foundation.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.core.presentation.factories.aspx">System.Activities.Core.Presentation.Factories</a></p>
<p style="text-align: justify;">It offersÂ factories for creating activities that interact with collections and enable control flow in Windows Workflow Foundation.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.core.presentation.themes.aspx">System.Activities.Core.Presentation.Themes</a></p>
<p style="text-align: justify;">It holdsÂ a class that is a collection of style configuration values used by the activity designers.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.debugger.aspx">System.Activities.Debugger</a></p>
<p style="text-align: justify;">It holdsÂ classes that provide support for debugging workflows.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.durableinstancing.aspx">System.Activities.DurableInstancing</a></p>
<p style="text-align: justify;">It holdsÂ theÂ <a href="http://msdn.microsoft.com/en-us/library/system.activities.durableinstancing.sqlworkflowinstancestore.aspx">SqlWorkflowInstanceStore</a> class, which provides durability to workflow instances, and its helper classes.</p>
<p style="text-align: justify;"><a href="http://msdn.microsoft.com/en-us/library/system.activities.expressionparser.aspx">System.Activities.ExpressionParser</a></p>
<p style="text-align: justify;">It holdsÂ Â classes that support the compilation of expressions.</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-part-1.html&amp;title=.NET%20Framework%20Class%20Library%20%26%238211%3B%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/net-framework-class-library-part-1.html/feed</wfw:commentRss>
		<slash:comments>374</slash:comments>
		</item>
		<item>
		<title>HTML and DHTML Reference</title>
		<link>http://www.mcpd-certification.com/html-and-dhtml-reference.html</link>
		<comments>http://www.mcpd-certification.com/html-and-dhtml-reference.html#comments</comments>
		<pubDate>Sat, 11 Sep 2010 15:50:29 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[HTML and DHTML]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1486</guid>
		<description><![CDATA[DHTML Collections This section contains a list of the collections exposed by the DHTML Object Model. DHTML Constants This section lists the constants in the DHTML Object Model. DHTML Events This section contains the events exposed by the DHTML Object Model. DHTML Methods This section contains a list of the methods exposed by the DHTML [...]]]></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%2Fhtml-and-dhtml-reference.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fhtml-and-dhtml-reference.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533048(v=VS.85).aspx">DHTML Collections</a></strong></p>
<p style="text-align: justify;">This section contains a list of the collections exposed by the DHTML Object Model.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms536985(v=VS.85).aspx">DHTML Constants</a></strong></p>
<p style="text-align: justify;">This section lists the constants in the DHTML Object Model.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533051(v=VS.85).aspx">DHTML Events</a></strong></p>
<p style="text-align: justify;">This section contains the events exposed by the DHTML Object Model.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533053(v=VS.85).aspx">DHTML Methods</a></strong></p>
<p style="text-align: justify;">This section contains a list of the methods exposed by the DHTML Object Model.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533054(v=VS.85).aspx">DHTML Objects</a></strong></p>
<p style="text-align: justify;">This section contains a list of the objects defined by DHTML.</p>
<p style="text-align: justify;"><strong><a style="color: #960bb4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533055(v=VS.85).aspx">DHTML Properties</a></strong></p>
<p style="text-align: justify;">This section contains a list of the properties in the DHTML Object Model.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/aa752011(v=VS.85).aspx">HTML Character Sets</a></strong></p>
<p style="text-align: justify;">Character sets determine how the bytes that represent the text of your HTML document are translated to readable characters. Windows Internet Explorer interprets the bytes in your document according to the applied character set translations.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533029(v=VS.85).aspx">HTML Elements</a></strong></p>
<p style="text-align: justify;">This section contains a list of elements defined by HTML. The links take you to the element definitions, which contain the set of members for the element.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms531207(v=VS.85).aspx">CSS Attributes: Index</a></strong></p>
<p style="text-align: justify;">This index lists all the supported Cascading Style Sheets (CSS) attributes by category, and indicates the version of Internet Explorer in which the attributes were first available.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms531211(v=VS.85).aspx">CSS Length Units Reference</a></strong></p>
<p style="text-align: justify;">This section defines the supported length units for CSS</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms531197(v=VS.85).aspx">Color Table</a></strong></p>
<p style="text-align: justify;">Colors can be specified in HTML pages in two waysâ€”by using numbers to denote an RGB color value, or by using a color name.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533049(v=VS.85).aspx">Command Identifiers</a></strong></p>
<p style="text-align: justify;">Command identifiers specify an action to take on the given object.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms531081(v=VS.85).aspx">Default Behaviors Reference</a></strong></p>
<p style="text-align: justify;"><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms531079(v=VS.85).aspx">Introduction to DHTML Behaviors</a> provides a means for Web developers to extend the current Internet Explorer object model. A number of behaviors have been implemented as part of Microsoft Internet Explorer 5 and are referred to as default behaviors.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533052(v=VS.85).aspx">Language Codes</a></strong></p>
<p style="text-align: justify;">The following table lists all the possible language codes used to specify various system settings.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms533056(v=VS.85).aspx">Tips and Tricks</a></strong></p>
<p style="text-align: justify;">As with any type of programming, writing bug-free, efficient scripts that meet your expectations takes a bit of work. The following sections provide some tips and hints to make that work take less time and go more smoothly.</p>
<p style="text-align: justify;"><strong><a style="color: #1364c4; text-decoration: none;" href="http://msdn.microsoft.com/en-us/library/ms532853(v=VS.85).aspx">Visual Filters and Transitions Reference</a></strong></p>
<p style="text-align: justify;">As of Internet Explorer 4.0, you can apply multimedia-style effects to your Web pages using visual filters and transitions. You can apply visual filters and transitions to standard HTML controls, such as text containers, images, and other windowless objects. Transitions are time-varying filters that create a transition from one visual state to another. By combining filters and transitions with basic scripting, you can create visually engaging and interactive documents.</p>
<p style="text-align: justify;"><strong><em>Reference</em></strong>:Â <a href="http://msdn.microsoft.com/en-us/library/ms533050(v=VS.85).aspx">http://msdn.microsoft.com/en-us/library/ms533050(v=VS.85).aspx</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%2Fhtml-and-dhtml-reference.html&amp;title=HTML%20and%20DHTML%20Reference"><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/html-and-dhtml-reference.html/feed</wfw:commentRss>
		<slash:comments>172</slash:comments>
		</item>
		<item>
		<title>DHTML Properties part 3</title>
		<link>http://www.mcpd-certification.com/dhtml-properties-part-3.html</link>
		<comments>http://www.mcpd-certification.com/dhtml-properties-part-3.html#comments</comments>
		<pubDate>Sat, 11 Sep 2010 15:32:14 +0000</pubDate>
		<dc:creator>Allen Ryan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[DHTML Properties]]></category>

		<guid isPermaLink="false">http://www.mcpd-certification.com/?p=1483</guid>
		<description><![CDATA[tabIndex Sets or retrieves the index that defines the tab order for theÂ object. tableLayout Sets or retrieves a string that indicates whether the table layout is fixed. tabStop Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence. tagName Retrieves the tag name of theÂ object. tagUrn Sets or gets [...]]]></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%2Fdhtml-properties-part-3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mcpd-certification.com%2Fdhtml-properties-part-3.html&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534654(v=VS.85).aspx">tabIndex</a></strong></p>
<p>Sets or retrieves the index that defines the tab order for theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531161(v=VS.85).aspx">tableLayout</a></strong></p>
<p>Sets or retrieves a string that indicates whether the table layout is fixed.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534656(v=VS.85).aspx">tabStop</a></strong></p>
<p>Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534657(v=VS.85).aspx">tagName</a></strong></p>
<p>Retrieves the tag name of theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534658(v=VS.85).aspx">tagUrn</a></strong></p>
<p>Sets or gets the URN specified in the namespace declaration.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534659(v=VS.85).aspx">target</a></strong></p>
<p>Sets or retrieves the window or frame at which to target content.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534677(v=VS.85).aspx">text</a></strong></p>
<p>Sets or gets the text (foreground) color for the document body.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534679(v=VS.85).aspx">text</a></strong></p>
<p>Sets or retrieves the text string specified by theÂ <strong>option</strong> tag.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534676(v=VS.85).aspx">text</a></strong></p>
<p>Sets or retrieves the text contained within the range.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534678(v=VS.85).aspx">text</a></strong></p>
<p>Retrieves or sets the text of theÂ objectÂ as a string.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531162(v=VS.85).aspx">textAlign</a></strong></p>
<p>Sets or retrieves whether the text in theÂ objectÂ is left-aligned, right-aligned, centered, or justified.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531163(v=VS.85).aspx">textAlignLast</a></strong></p>
<p>Sets or retrieves how to align the last line or only line of text in theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531164(v=VS.85).aspx">textAutospace</a></strong></p>
<p>Sets or retrieves the autospacing and narrow space width adjustment of text.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531165(v=VS.85).aspx">textDecoration</a></strong></p>
<p>Sets or retrieves a value that indicates whether the text in theÂ objectÂ has blink, line-through, overline, or underline decorations.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531166(v=VS.85).aspx">textDecorationBlink</a></strong></p>
<p>Sets or retrieves a Boolean value that indicates whether the object&#8217;sÂ <a href="http://msdn.microsoft.com/en-us/library/ms531165(v=VS.85).aspx">textDecoration</a> property has a value of &#8220;blink.&#8221;</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531167(v=VS.85).aspx">textDecorationLineThrough</a></strong></p>
<p>Sets or retrieves a Boolean value indicating whether the text in theÂ objectÂ has a line drawn through it.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531168(v=VS.85).aspx">textDecorationNone</a></strong></p>
<p>Sets or retrieves the Boolean value indicating whether theÂ <strong>textDecoration</strong> property for theÂ objectÂ has been set toÂ none.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531169(v=VS.85).aspx">textDecorationOverline</a></strong></p>
<p>Sets or retrieves a Boolean value indicating whether the text in theÂ objectÂ has a line drawn over it.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531170(v=VS.85).aspx">textDecorationUnderline</a></strong></p>
<p>Sets or retrieves whether the text in theÂ objectÂ is underlined.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531171(v=VS.85).aspx">textIndent</a></strong></p>
<p>Sets or retrieves the indentation of the first line of text in theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531172(v=VS.85).aspx">textJustify</a></strong></p>
<p>Sets or retrieves the type of alignment used to justify text in theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531173(v=VS.85).aspx">textKashidaSpace</a></strong></p>
<p>Sets or retrieves the ratio of kashida expansion to white space expansion when justifying lines of text in theobject.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531174(v=VS.85).aspx">textOverflow</a></strong></p>
<p>Sets or retrieves a value that indicates whether to render ellipses(&#8230;) to indicate text overflow.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531175(v=VS.85).aspx">textTransform</a></strong></p>
<p>Sets or retrieves the rendering of the text in theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531176(v=VS.85).aspx">textUnderlinePosition</a></strong></p>
<p>Sets or retrieves the position of the underline decoration that is set through theÂ <a href="http://msdn.microsoft.com/en-us/library/ms531165(v=VS.85).aspx">textDecoration</a> property of theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534680(v=VS.85).aspx">tFoot</a></strong></p>
<p>Retrieves theÂ <strong>tFoot</strong> object of theÂ <strong>table</strong>.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534681(v=VS.85).aspx">tHead</a></strong></p>
<p>Retrieves theÂ <strong>tHead</strong> object of theÂ <strong>table</strong>.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/cc197024(v=VS.85).aspx">timeout</a></strong></p>
<p>Gets or sets the value of the timeout property.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/cc304105(v=VS.85).aspx">timeout</a></strong></p>
<p>Gets or sets the time-out value.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534683(v=VS.85).aspx">title</a></strong></p>
<p>Sets or retrieves advisory information (a ToolTip) for theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534682(v=VS.85).aspx">title</a></strong></p>
<p>Sets or retrieves the title of the style sheet.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534684(v=VS.85).aspx">toElement</a></strong></p>
<p>Sets or retrieves a reference to the object toward which the user is moving the mouse pointer.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531177(v=VS.85).aspx">top</a></strong></p>
<p>Sets or retrieves the position of theÂ objectÂ relative to the top of the next positioned object in the document hierarchy.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534687(v=VS.85).aspx">top</a></strong></p>
<p>Retrieves the topmost ancestor window.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534688(v=VS.85).aspx">top</a></strong></p>
<p>Sets or retrieves the top coordinate of the rectangle surrounding theÂ objectÂ content.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534685(v=VS.85).aspx">topMargin</a></strong></p>
<p>Sets or gets the margin for the top of the page.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534689(v=VS.85).aspx">trueSpeed</a></strong></p>
<p>Sets or retrieves whether the position of the marquee is calculated using theÂ <a href="http://msdn.microsoft.com/en-us/library/ms534614(v=VS.85).aspx">scrollDelay</a> andÂ <a href="http://msdn.microsoft.com/en-us/library/ms534394(v=VS.85).aspx">scrollAmount</a>properties and the actual time elapsed from the last clock tick.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534696(v=VS.85).aspx">type</a></strong></p>
<p>Gets the classification and default behavior of the button.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534694(v=VS.85).aspx">type</a></strong></p>
<p>Sets or retrieves the content type of the resource designated by theÂ <a href="http://msdn.microsoft.com/en-us/library/ms535127(v=VS.85).aspx">value</a> attribute.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534701(v=VS.85).aspx">type</a></strong></p>
<p>Sets or retrieves the MIME type for the associated scripting engine.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534692(v=VS.85).aspx">type</a></strong></p>
<p>Retrieves the type of selection.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534695(v=VS.85).aspx">type</a></strong></p>
<p>Retrieves the Cascading Style Sheets (CSS) language in which the style sheet is written.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534699(v=VS.85).aspx">type</a></strong></p>
<p>Retrieves the CSS language in which the style sheet is written.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534693(v=VS.85).aspx">type</a></strong></p>
<p>Retrieves the type of control.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534691(v=VS.85).aspx">type</a></strong></p>
<p>Sets or retrieves the style of the list.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534697(v=VS.85).aspx">type</a></strong></p>
<p>Sets or retrieves the event name from the event object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534698(v=VS.85).aspx">type</a></strong></p>
<p>Sets or retrieves the MIME type of theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534700(v=VS.85).aspx">type</a></strong></p>
<p>Retrieves or initially sets the type ofÂ <a href="http://msdn.microsoft.com/en-us/library/ms535260(v=VS.85).aspx">input</a> control represented by theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534702(v=VS.85).aspx">type</a></strong></p>
<p>Retrieves the type ofÂ <strong>select</strong> control based on the value of theÂ <a href="http://msdn.microsoft.com/en-us/library/ms534178(v=VS.85).aspx">MULTIPLE</a> attribute.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534690(v=VS.85).aspx">typeDetail</a></strong></p>
<p>Retrieves the name of the selection type.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531178(v=VS.85).aspx">unicodeBidi</a></strong></p>
<p>Sets or retrieves the level of embedding with respect to the bidirectional algorithm.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534704(v=VS.85).aspx">uniqueID</a></strong></p>
<p>Retrieves an autogenerated, unique identifier for theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ff728873(v=VS.85).aspx">uniqueNumber</a></strong></p>
<p>Retrieves the element&#8217;s unique number.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534705(v=VS.85).aspx">units</a></strong></p>
<p>Sets or retrieves the height and width units of theÂ <a href="http://msdn.microsoft.com/en-us/library/ms535245(v=VS.85).aspx">embed</a> object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms537840(v=VS.85).aspx">UNSELECTABLE</a></strong></p>
<p>Specifies that an element cannot be selected.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534707(v=VS.85).aspx">updateInterval</a></strong></p>
<p>Sets or retrieves the update interval for the screen.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/cc956196(v=VS.85).aspx">url</a></strong></p>
<p>Sets or retrieves the fully qualified URL of the document that fired the event.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/cc304099(v=VS.85).aspx">url</a></strong></p>
<p>Sets or retrieves theÂ <a href="http://msdn.microsoft.com/en-us/library/ms534708(v=VS.85).aspx">URL</a> property that will be loaded after the specified time has elapsed.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534708(v=VS.85).aspx">URL</a></strong></p>
<p>Sets or gets the URL for the current document.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534709(v=VS.85).aspx">URLUnencoded</a></strong></p>
<p>Gets the URL for theÂ <strong>document</strong>, stripped of any character encoding.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534710(v=VS.85).aspx">urn</a></strong></p>
<p>Sets or gets a URN for a target document.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534711(v=VS.85).aspx">useMap</a></strong></p>
<p>Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/cc197026(v=VS.85).aspx">userAgent</a></strong></p>
<p>Retrieves the User Agent.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534712(v=VS.85).aspx">userAgent</a></strong></p>
<p>Retrieves a string equivalent to the HTTP user-agent request header.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534713(v=VS.85).aspx">userLanguage</a></strong></p>
<p>Retrieves the operating system&#8217;s natural language setting.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms534714(v=VS.85).aspx">vAlign</a></strong></p>
<p>Sets or retrieves whether the caption appears at the top or bottom of theÂ <strong>table</strong>.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535120(v=VS.85).aspx">vAlign</a></strong></p>
<p>Sets or retrieves how text and other content are vertically aligned within theÂ objectÂ that contains them.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535129(v=VS.85).aspx">value</a></strong></p>
<p>Sets or gets the value of theÂ object.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535128(v=VS.85).aspx">value</a></strong></p>
<p>Retrieves the file name of theÂ <strong>input</strong> object after the text is set by user input.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535124(v=VS.85).aspx">value</a></strong></p>
<p>Sets or retrieves the value of a list item.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535127(v=VS.85).aspx">value</a></strong></p>
<p>Sets or retrieves the value of an input parameter for an element.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535122(v=VS.85).aspx">value</a></strong></p>
<p>Retrieves or sets the text in the entry field of theÂ <a href="http://msdn.microsoft.com/en-us/library/ms535904(v=VS.85).aspx">textArea</a> element.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535123(v=VS.85).aspx">value</a></strong></p>
<p>Sets or retrieves the default or selected value of theÂ control.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535125(v=VS.85).aspx">value</a></strong></p>
<p>Sets or retrieves the value which is returned to the server when theÂ <strong>form</strong> control is submitted.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535126(v=VS.85).aspx">value</a></strong></p>
<p>Sets or retrieves the displayed value for the controlÂ object. This value is returned to the server when the controlÂ objectÂ is submitted.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535121(v=VS.85).aspx">valueType</a></strong></p>
<p>Sets or retrieves the data type of theÂ <strong>value</strong> attribute.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535130(v=VS.85).aspx">vcard_name</a></strong></p>
<p>Sets or retrieves theÂ vCardÂ value of theÂ objectÂ to use for the AutoComplete box.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms535131(v=VS.85).aspx">version</a></strong></p>
<p>Retrieves the version vector as a string.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/cc304098(v=VS.85).aspx">version</a></strong></p>
<p>Sets or retrieves the Document Type Definition (DTD) version that governs the current document.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/aa342522(v=VS.85).aspx">version</a></strong></p>
<p>Retrieves a string representing the version in the format &#8220;N.nnnn platform&#8221;, where N is an integer representing the major version number, nnnn is a number of characters representing the minor version number, and platform is the platform (win32, mac, alpha, and so on).</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms531179(v=VS.85).aspx">verticalAlign</a></strong></p>
<p>Sets or retrieves the vertical alignment of theÂ object.
