<?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>Wickasitha&#039;s tech Blog &#187; Microsoft</title>
	<atom:link href="http://blog.wickasitha.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wickasitha.com</link>
	<description>blogging everything</description>
	<lastBuildDate>Fri, 27 Jan 2012 07:41:00 +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>Sample Application for .NET 4.0 &#8211; Layered Architecture and DDD Patterns Sample Applications</title>
		<link>http://blog.wickasitha.com/2011/08/sample-application-for-net-4-0-layered-architecture-and-ddd-patterns-sample-applications/</link>
		<comments>http://blog.wickasitha.com/2011/08/sample-application-for-net-4-0-layered-architecture-and-ddd-patterns-sample-applications/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 05:21:39 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[Codeplex]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Tech]]></category>
		<category><![CDATA[Tech news]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[New Misrosoft technologies]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=1206</guid>
		<description><![CDATA[A code sample is worth a thousand words.  Here are a few projects to take a look at that go beyond just code snippets to show you how to put key technologies together in the form ofsample applications.  (Note, if you are looking for just code snippets and focused codesamples, you can check out the Microsoft [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2011/08/sample-application-for-net-4-0-layered-architecture-and-ddd-patterns-sample-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Has Bought Skype For $8.5 Billion</title>
		<link>http://blog.wickasitha.com/2011/05/microsoft-has-bought-skype-for-8-5-billion/</link>
		<comments>http://blog.wickasitha.com/2011/05/microsoft-has-bought-skype-for-8-5-billion/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:35:04 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[calls]]></category>
		<category><![CDATA[New Misrosoft technologies]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=1159</guid>
		<description><![CDATA[Skype CEO Tony Bates Last week, it was Google and Facebook who were said to be purchasing Skype. Today, Microsoft has announced that actually? They’re the ones snapping up the VoIP company. The confirmed price is $8.5 billion; considerably more than what eBay bought Skype for back in 2005. So what is Microsoft getting out of [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2011/05/microsoft-has-bought-skype-for-8-5-billion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Retrieve value of Dynamic controls in asp.net</title>
		<link>http://blog.wickasitha.com/2011/04/retrieve-value-of-dynamic-controls-in-asp-net/</link>
		<comments>http://blog.wickasitha.com/2011/04/retrieve-value-of-dynamic-controls-in-asp-net/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 04:34:51 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech news]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=1145</guid>
		<description><![CDATA[The main object of this article is to access value of  asp.net controls which are generated dynamically. For this, we will save viewstate of dynamic controls. Suppose we have one dropdown and one button. When user selects “Generate” option, the Dynamic table will be generated. In each cell of table there will be textbox. User enters [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2011/04/retrieve-value-of-dynamic-controls-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallel Computing Virtual Labs on MSDN</title>
		<link>http://blog.wickasitha.com/2011/01/parallel-computing-virtual-labs-msdn/</link>
		<comments>http://blog.wickasitha.com/2011/01/parallel-computing-virtual-labs-msdn/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 06:17:58 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Misrosoft technologies]]></category>
		<category><![CDATA[Parallel Computing]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=1129</guid>
		<description><![CDATA[Interested in trying out the support for parallel computing in Visual Studio 2010 or .NET 4,  You can now use the MSDN Virtual Labs site to try these out from the comforts of your favorite browser.  Multiple labs are available: Introducing .NET 4 Parallel Extensions Introduction to Parallel LINQ Introducing the C++ Concurrency Runtime Introducing the Visual [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2011/01/parallel-computing-virtual-labs-msdn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New Windows Phone 7 Ads and a Big Hint for Your App Designs</title>
		<link>http://blog.wickasitha.com/2010/10/windows-phone-7-ads-big-hint-app-designs/</link>
		<comments>http://blog.wickasitha.com/2010/10/windows-phone-7-ads-big-hint-app-designs/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 08:30:22 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[Mobile application developments]]></category>
		<category><![CDATA[Mobile Applications]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=1111</guid>
		<description><![CDATA[The Ads Rather than tell you how great-looking and clever the new ads for Windows Phone 7 are, I thought I’dshow them instead. Here’s the first one, which features Donovan’s song, Season of the Witch: Here’s the other one, which asks this question: “Really?” (In case you were wondering, the tune is In the Hall of the Mountain King [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2010/10/windows-phone-7-ads-big-hint-app-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zoom.it &#8211; Viewing and sharing high-resolution imagery</title>
		<link>http://blog.wickasitha.com/2010/08/zoom_it_viewing_and_sharing_high_esolution_imagery/</link>
		<comments>http://blog.wickasitha.com/2010/08/zoom_it_viewing_and_sharing_high_esolution_imagery/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 17:50:40 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Tech]]></category>
		<category><![CDATA[Tech news]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[New Misrosoft technologies]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=1096</guid>
		<description><![CDATA[What? Zoom.it is a free service for viewing and sharing high-resolution imagery. You give us the link to any image on the web, and we give you a beautiful new way to experience it — along with a nice short URL. How? Zoom.it converts your image to the Deep Zoom format, which lets you smoothly and efficiently [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2010/08/zoom_it_viewing_and_sharing_high_esolution_imagery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canceling an async postback &#8211; ASP.NET AJAX</title>
		<link>http://blog.wickasitha.com/2010/05/canceling-async-postback-asp-net-ajax/</link>
		<comments>http://blog.wickasitha.com/2010/05/canceling-async-postback-asp-net-ajax/#comments</comments>
		<pubDate>Tue, 11 May 2010 05:38:49 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Misrosoft technologies]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=1030</guid>
		<description><![CDATA[Recently a new requirement came for cancel an async operation.  Being aware of the abortPostBack method the PageRequestManager, I figured that it would be pretty simple to implement this feature.  I added a &#8216;Cancel&#8217; button to my progress indicator and wired the onclick handler to invoke the abortPostBack method. Clicking cancel did abort the async postback however, because the [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2010/05/canceling-async-postback-asp-net-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL SERVER 2008 R2 EXPRESS NOW WITH 10GB DBS</title>
		<link>http://blog.wickasitha.com/2010/05/sql-server-2008-r2-express-10gb-dbs/</link>
		<comments>http://blog.wickasitha.com/2010/05/sql-server-2008-r2-express-10gb-dbs/#comments</comments>
		<pubDate>Fri, 07 May 2010 05:48:17 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Misrosoft technologies]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=1022</guid>
		<description><![CDATA[SQL Server 2008 R2 Express is now available  for download from the SQL Server Express site.More importantly SQL Server 2008 R2 Express now supports 10 GB of storage per database.]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2010/05/sql-server-2008-r2-express-10gb-dbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Communicator Mobile for Nokia</title>
		<link>http://blog.wickasitha.com/2010/05/microsoft-communicator-mobile-nokia/</link>
		<comments>http://blog.wickasitha.com/2010/05/microsoft-communicator-mobile-nokia/#comments</comments>
		<pubDate>Thu, 06 May 2010 04:47:17 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[.NET CF]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile application developments]]></category>
		<category><![CDATA[Mobile Applications]]></category>
		<category><![CDATA[Microsoft Communicator]]></category>
		<category><![CDATA[New Misrosoft technologies]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=998</guid>
		<description><![CDATA[Microsoft Corp. and Nokia today launched the first application from their alliance around mobile productivity, Microsoft Communicator Mobile for Nokia devices. This new unified communications client connects directly with a company’s communications systems to streamline mobile collaboration. Owners of a number of Symbian-based Nokia Eseries smartphones can download the English version today from Nokia’s Ovi [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2010/05/microsoft-communicator-mobile-nokia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a FREE website from Microsoft&#8230;!</title>
		<link>http://blog.wickasitha.com/2010/04/free-website-from-microsoft/</link>
		<comments>http://blog.wickasitha.com/2010/04/free-website-from-microsoft/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 18:54:28 +0000</pubDate>
		<dc:creator>wickasitha</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech news]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Free Web sites]]></category>
		<category><![CDATA[Mfficelive]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.wickasitha.com/?p=994</guid>
		<description><![CDATA[Learn how to use Office Live for Small Business to host website files without using the Microsoft Office Live websitetemplates. You can get a no-cost website and hosting from Microsoft through Office Live, and you can delete the Office Live website templates and then just publish your own. About Office Live Small Business Office Live provides [...]]]></description>
		<wfw:commentRss>http://blog.wickasitha.com/2010/04/free-website-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

