<?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>Search-This &#187; Microsoft</title>
	<atom:link href="http://www.search-this.com/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Wed, 26 Jan 2011 16:23:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Test Questions for 70-519 &#8211; Pro: Designing and Developing Web Applications Using Microsoft .NET Framework 4</title>
		<link>http://www.search-this.com/2011/01/26/test-questions-for-70-519-pro-designing-and-developing-web-applications-using-microsoft-net-framework-4/</link>
		<comments>http://www.search-this.com/2011/01/26/test-questions-for-70-519-pro-designing-and-developing-web-applications-using-microsoft-net-framework-4/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 16:18:54 +0000</pubDate>
		<dc:creator>Golgotha</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.search-this.com/?p=1132</guid>
		<description><![CDATA[So last week I passed the Microsoft test 70-519 and thought I would share a sample of the test questions with you. It&#8217;s quite daunting the range of skills the test pulls from. I have been a software developer for over twelve years and this test seems to have found a way to span almost [...]]]></description>
			<content:encoded><![CDATA[<p>So last week I passed the <a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-519#tab2">Microsoft test 70-519</a> and thought I would share a sample of the test questions with you. It&#8217;s quite daunting the range of skills the test pulls from. I have been a software developer for over twelve years and this test seems to have found a way to span almost my entire arsenal of skills. Or at least my Microsoft skills. Here are some of the skills measured:</p>
<p>- ASP.NET (both Web Forms and MVC)<br />
- C#<br />
- Ajax<br />
- jQuery<br />
- Windows Communications Foundation (WCF)<br />
- ADO.NET<br />
- ASP.NET Web Services<br />
- LINQ and Entity Framework<br />
- IIS<br />
- Unit Testing, debugging and deployment<br />
- Application state, session state, and request state (for example, ViewState, ControlState, Cache object, cookies, and client-side persistence)<br />
- Globalization &#8211; designing to support local, regional, language, or cultural preferences</p>
<p>There&#8217;s probably more that I&#8217;m forgetting. Bottom line is wow, it&#8217;s a good thing that I have played with [most] of this stuff at one time or another because you aren&#8217;t just going to get lucky when it comes to passing this test.</p>
<p>Some questions include:</p>
<blockquote><p>
You need to recommend appropriate technologies for designing Web forms for entry and retrieval of news items.<br />
Which technologies should you recommend? (Each correct answer presents a complete solution. Choose two.)
</p></blockquote>
<p>A. ASMX and SOAP<br />
B. WCF Data Services and jQuery<br />
C. ASP.NET MVC 2 and Microsoft AJAX<br />
D. Entity Framework and Microsoft Silverlight</p>
<p>Answer: B and C</p>
<blockquote><p>
You are designing an ASP.NET MVC 2 Web application. You have the following requirements:<br />
&#8220;Type safety must be validated at compile time.&#8221;<br />
&#8220;Code must not require explicit run-time type casting.&#8221;<br />
You need to pass data between the controllers and the views within the Web application. Which approach should you recommend?
</p></blockquote>
<p>A. Use the View Data Dictionary class<br />
B. Use the Temp Data Dictionary class<br />
C. Use strongly typed view model classes<br />
D. Use dynamic object view model classes</p>
<p>Answer: C</p>
<blockquote><p>
You are designing a deployment process for a new ASP.NET Web application.<br />
The company requires the application to be compiled to a single DLL for deployment.<br />
You need to design a deployment process that meets the requirement.<br />
Which approach should you recommend?
</p></blockquote>
<p>A. Use MSDeploy<br />
B. Use the Web Deployment tool<br />
C. Use a Web Deployment project<br />
D. Use the ASP.NET Compilation tool</p>
<p>Answer: C</p>
<blockquote><p>
You are designing an ASP.NET MVC 2 application.<br />
You need to centralize the logic for handling and logging unhandled exceptions.<br />
Which approach should you recommend?
</p></blockquote>
<p>A. Use try and catch on every method<br />
B. Override the One Exception method of each controller<br />
C. Decorate all controllers with a custom Handle Error attribute<br />
D. Decorate all controllers with the default Handle Error attribute</p>
<p>Answer: C</p>
<blockquote><p>
You need to design a solution for incorporating NTFS permissions in the Web application.<br />
Which two approaches should you recommend? (Each correct answer presents part of the solution. Choose two.)
</p></blockquote>
<p>A. Grant the Network Service account only Read permission to the root directory<br />
B. Grant Read permission and Write permission to the root directory<br />
C. Grant the Network Service account Full Control permission to the Upload folder<br />
D. Grant the Network Service account Read permission and Write permission to the Upload folder</p>
<p>Answer: A and D</p>
<blockquote><p>
You need to design a solution for capturing an exception. Which approach should you recommend?
</p></blockquote>
<p>A. Use a Page_Error method<br />
B. Use a HandleError attribute<br />
C. Use a CustomErrors element<br />
D. Use an Application_Error method</p>
<p>Answer: B</p>
<p>Good luck to all, you&#8217;re gonna need it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.search-this.com/2011/01/26/test-questions-for-70-519-pro-designing-and-developing-web-applications-using-microsoft-net-framework-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oh, The Irony&#8230;</title>
		<link>http://www.search-this.com/2009/01/26/oh-the-irony/</link>
		<comments>http://www.search-this.com/2009/01/26/oh-the-irony/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 17:10:28 +0000</pubDate>
		<dc:creator>Golgotha</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.search-this.com/?p=782</guid>
		<description><![CDATA[So this morning I thought I would take a look at some of the videos that showcase Windows 7. Maybe get excited about some of the new features, get my hopes up, why not? I went to their website but CAN&#8217;T view the videos! First I get the, &#8220;Additional plugins are required to display all [...]]]></description>
			<content:encoded><![CDATA[<p>So this morning I thought I would take a look at some of the videos that showcase Windows 7. Maybe get excited about some of the new features, get my hopes up, why not? I went to <a href="http://www.microsoft.com/windows/windows-7/beta-videos.aspx">their website</a> but CAN&#8217;T view the videos!</p>
<p>First I get the, &#8220;<strong>Additional plugins are required to display all the media on this page.</strong>&#8221; bar, which is not a problem in and of itself. I realize I need to get the Silverlight plugin. So I try to do so and get this <a href="http://www.search-this.com/wp-content/uploads/2009/01/win7b.gif"><strong>error message</strong></a>.</p>
<p><a href="http://www.search-this.com/wp-content/uploads/2009/01/win7a.gif"><br />
<img src="http://www.search-this.com/wp-content/uploads/2009/01/win7a-300x95.gif" alt="win7a" title="win7a" width="300" height="95" class="alignnone size-medium wp-image-783" /><br />
</a><br />
[ <a href="http://www.search-this.com/wp-content/uploads/2009/01/win7a.gif">Click to enlarge</a> ]</p>
<p>I&#8217;m not going to switch browsers in order to view videos people&#8230;</p>
<p>Oh Microsoft, why do you do this to yourself? I can&#8217;t keep defending you forever&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.search-this.com/2009/01/26/oh-the-irony/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Vista Anyone?</title>
		<link>http://www.search-this.com/2007/10/22/vista-anyone/</link>
		<comments>http://www.search-this.com/2007/10/22/vista-anyone/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 13:56:32 +0000</pubDate>
		<dc:creator>Golgotha</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.search-this.com/2007/10/22/vista-anyone/</guid>
		<description><![CDATA[Anyone using Vista yet? I haven&#8217;t felt a need to take the plunge yet, have you? Sure the Aero interface looks pretty, but that&#8217;s not enough to make me switch. I hear that setting up a home network is much improved in Vista, but right now my home network is working perfectly. Security is another [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.search-this.com/wp-content/uploads/2007/10/xpvsvista.gif' alt='vista adoption' width='300' height='196' align='left' style='padding-right:8px' /></p>
<p><strong>Anyone using Vista yet? </strong> </p>
<p>I haven&#8217;t felt a need to take the plunge yet, have you? Sure the <a href="http://www.microsoft.com/windows/products/windowsvista/features/details/aero.mspx">Aero interface</a> looks pretty, but that&#8217;s not enough to make me switch. I hear that setting up a home network is much improved in Vista, but right now my home network is working perfectly. Security is another thing that&#8217;s supposed to be improved with the new OS, but with <a href="http://www.download.com/3000-2092-10039884.html">ZoneAlarm Firewall</a> and <a href="http://free.grisoft.com/">AVG anti-virus</a>, I have yet to have a problem with security. </p>
<p>So the only real reason, as I see it, right now to make the switch is if you are a gamer. Windows XP is not capable of <a href="http://www.gamesforwindows.com/en-US/AboutGFW/Pages/DirectX10.aspx">DirectX 10</a> like Vista&#8217;s is. If you are a gamer, and I am, then this is almost reason enough to make the switch, but there&#8217;s one problem &#8211; my Video cards. Two Geforce 7800GTX running in SLI mode are not DirectX10 capable. So once again, no reason to make the switch &#8211; yet.</p>
<h3>Who&#8217;s made the leap to Vista and what&#8217;s your thoughts?</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.search-this.com/2007/10/22/vista-anyone/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Microsoft Tafiti</title>
		<link>http://www.search-this.com/2007/10/17/microsoft-tafiti/</link>
		<comments>http://www.search-this.com/2007/10/17/microsoft-tafiti/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 13:54:12 +0000</pubDate>
		<dc:creator>Golgotha</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.search-this.com/2007/10/17/microsoft-tafiti/</guid>
		<description><![CDATA[Microsoft&#8217;s new Silverlight platform search engine, Tafiti, is visually interesting and fun to play with. When you enter a search and click Go the service swirls into action: The search box slides to the top left, and five icons spin into view below it for searching the Web, news sites, images, books, or RSS feeds. [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.search-this.com/wp-content/uploads/2007/10/tafiti.jpg' alt='tafiti' width='481' height='303' /></p>
<p>Microsoft&#8217;s new Silverlight platform search engine, <a href="http://www.tafiti.com/">Tafiti</a>, is visually interesting and fun to play with.</p>
<p>When you enter a search and click Go the service swirls into action: The search box slides to the top left, and five icons spin into view below it for searching the Web, news sites, images, books, or RSS feeds.</p>
<p>Tafiti sports an animated interface developed by Microsoft&#8217;s Silverlight platform &#8211; a technology that Microsoft would like to see challenge Adobe&#8217;s Flash player.</p>
<p>Instead of sponsored links on the right side of the results, there are five empty shelves. Drag your results onto a shelf to save them in &#8220;stacks&#8221;; then log in to a Windows Live, MSN, or Hotmail account to see your saved searches the next time you open your browser. You can give your stacks names, send a stack to someone via e-mail, or post it to your Windows Live Space blog.</p>
<p><a href="http://www.tafiti.com/">Play with Tafiti </a>and see what you think&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.search-this.com/2007/10/17/microsoft-tafiti/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top Searches of 2006</title>
		<link>http://www.search-this.com/2006/12/18/top-searches-of-2006/</link>
		<comments>http://www.search-this.com/2006/12/18/top-searches-of-2006/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 21:27:41 +0000</pubDate>
		<dc:creator>Golgotha</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.search-this.com/2006/12/18/top-searches-of-2006/</guid>
		<description><![CDATA[Google &#8211; Top Searches in 2006 Bebo Myspace World cup Metacafe Radioblog Wikipedia Video Rebelde Mininova Wiki Yahoo &#8211; Top Searches in 2006 Britney Spears WWE Shakira Jessica Simpson Paris Hilton American Idol Beyonce Knowles Chris Brown Pamela Anderson Lindsay Lohan MSN &#8211; Top Searches in 2006 Ronaldinho Shakira Paris Hilton Britney Spears Harry Potter [...]]]></description>
			<content:encoded><![CDATA[<p>Google &#8211; Top Searches in 2006</p>
<ol>
<li>Bebo</li>
<li>Myspace</li>
<li>World cup</li>
<li>Metacafe</li>
<li>Radioblog</li>
<li>Wikipedia</li>
<li>Video</li>
<li>Rebelde</li>
<li>Mininova</li>
<li>Wiki</li>
</ol>
<p>Yahoo &#8211; Top Searches in 2006</p>
<ol>
<li>Britney Spears</li>
<li>WWE</li>
<li>Shakira</li>
<li>Jessica Simpson</li>
<li>Paris Hilton</li>
<li>American Idol</li>
<li>Beyonce Knowles</li>
<li>Chris Brown</li>
<li>Pamela Anderson</li>
<li>Lindsay Lohan</li>
</ol>
<p>MSN &#8211; Top Searches in 2006</p>
<ol>
<li>Ronaldinho</li>
<li>Shakira</li>
<li>Paris Hilton</li>
<li>Britney Spears</li>
<li>Harry Potter</li>
<li>Eminem</li>
<li>Pamela Anderson</li>
<li>Hilary Duff</li>
<li>Rebelde</li>
<li>Angelina Jolie</li>
</ol>
<p>
Anyone else find Google&#8217;s top 10 searches for 2006 a little strange; or at least different as compared with Yahoo and MSN?
</p>
<p>
Yahoo and MSN both have Pamela Anderson, Britney Spears, and Paris Hilton in their top 10 searches. Google doesn&#8217;t have any of these ladies?!
</p>
<p>
Can we say that Googles users are a little more highbrow than that of Yahoo and MSN?
</p>
<p>
And hats off to Pam Anderson. Did she do anything in 2006? Yet, still in the top 10!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.search-this.com/2006/12/18/top-searches-of-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Birds Eye View with Virtual Earth</title>
		<link>http://www.search-this.com/2006/12/14/birds-eye-view-with-virtual-earth/</link>
		<comments>http://www.search-this.com/2006/12/14/birds-eye-view-with-virtual-earth/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 15:19:48 +0000</pubDate>
		<dc:creator>Golgotha</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.search-this.com/2006/12/14/birds-eye-view-with-virtual-earth/</guid>
		<description><![CDATA[Microsoft&#8217;s Virtual Earth now offers a birds eye view when viewing locations. You can still drag the map and zoom in, but also notice you can click on north, south, east or west to pivot your view, very cool. Here are a few shots around Denver (too bad they are all in the Winter): - [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Virtual Earth now offers a birds eye view when viewing locations. You can still drag the map and zoom in, but also notice you can click on north, south, east or west to pivot your view, very cool.</p>
<p>Here are a few shots around Denver (too bad they are all in the Winter):<br />
- <a href="http://maps.live.com/default.aspx?v=2&#038;cp=qmqkt167fhqb&#038;style=o&#038;lvl=1&#038;tilt=-90&#038;dir=0&#038;alt=-1000&#038;scene=10305391">Mile High Stadium</a><br />
- <a href="http://maps.live.com/default.aspx?v=2&#038;cp=qmsddy67hfnc&#038;style=o&#038;lvl=1&#038;tilt=-90&#038;dir=0&#038;alt=-1000&#038;scene=10303258">Coors Field</a><br />
- <a href="http://maps.live.com/default.aspx?v=2&#038;cp=qmpvz967j2ym&#038;style=o&#038;lvl=1&#038;tilt=-90&#038;dir=0&#038;alt=-1000&#038;scene=10305589">Capital Building</a><br />
- <a href="http://maps.live.com/default.aspx?v=2&#038;cp=qmrbzk67mf7k&#038;style=o&#038;lvl=1&#038;tilt=-90&#038;dir=0&#038;alt=-1000&#038;scene=10303470">Denver Zoo</a><br />
- <a href="http://maps.live.com/default.aspx?v=2&#038;cp=qmqmcm67hxfc&#038;style=o&#038;lvl=1&#038;tilt=-90&#038;dir=0&#038;alt=-1000&#038;scene=10305560">World Trade Center buildings Denver</a><br />
- <a href="http://maps.live.com/default.aspx?v=2&#038;cp=qmpwt867hpfs&#038;style=o&#038;lvl=2&#038;tilt=-90&#038;dir=0&#038;alt=-1000&#038;scene=10305590">City and County Building</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.search-this.com/2006/12/14/birds-eye-view-with-virtual-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

