<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Random Hacks!</title><subtitle type="html">Awaiting my Bohemian Rhapsody</subtitle><id>http://blogs.msdn.com/sayanghosh/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/sayanghosh/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-11-08T10:11:00Z</updated><entry><title>So long, and thanks for all the fish!!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/11/03/so-long-and-thanks-for-all-the-fish.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/11/03/so-long-and-thanks-for-all-the-fish.aspx</id><published>2008-11-03T09:18:00Z</published><updated>2008-11-03T09:18:00Z</updated><content type="html">So this is it! This is my last post in this blog. As I come to the end of my stint with this great company, I would close out this blog. Thanks to all the visitors, and thanks to the company for giving me the chance to giving vent my random thoughts in a platform like MSDN Blogs. My new address in blogosphere would be @ Windows Live Spaces . Thanks again, and so long! P.S. I have received some queries from some friends whether the title of the post is to reflect my fooding habits, so just to clarify...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/11/03/so-long-and-thanks-for-all-the-fish.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9031457" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author></entry><entry><title>New .NET Logo</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/10/26/new-net-logo.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/10/26/new-net-logo.aspx</id><published>2008-10-26T21:52:00Z</published><updated>2008-10-26T21:52:00Z</updated><content type="html">.NET - the coolest framework product in the world (IMHO) ......gets a cool new brand identity....and the new wave identity is COOL too!!...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/10/26/new-net-logo.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9016877" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term=".NET Logo" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/.NET+Logo/default.aspx" /></entry><entry><title>"When caching is enabled for the XmlDataSource that is control tree it requires a UniqueID that is unique throughout the application" - Use an ID for XmlDataSource</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/09/09/s-not-in-the-page-when-caching-is-enabled-for-the-xmldatasource-that-is-control-tree-it-requires-a-uniqueid-that-is-unique-throughout-the-application-use-an-id-for-xmldatasource.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/09/09/s-not-in-the-page-when-caching-is-enabled-for-the-xmldatasource-that-is-control-tree-it-requires-a-uniqueid-that-is-unique-throughout-the-application-use-an-id-for-xmldatasource.aspx</id><published>2008-09-09T10:23:00Z</published><updated>2008-09-09T10:23:00Z</updated><content type="html">XmlDataSource class internally calls a private method called CreateCacheKey. Now, if you are using XmlDataSource without an ID, after upgrading the solution to ASP.NET 3.5, this might throw an exception - "When caching is enabled for the XmlDataSource that is not in the pages control tree it requires a UniqueID that is unique throughout the application." This is due to the absence of the UniqueID (which is read-only, but my experiment shows that setting the ID handles the same), which is used as...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/09/09/s-not-in-the-page-when-caching-is-enabled-for-the-xmldatasource-that-is-control-tree-it-requires-a-uniqueid-that-is-unique-throughout-the-application-use-an-id-for-xmldatasource.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8936054" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="UniqueID" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/UniqueID/default.aspx" /><category term="XmlDataSource" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/XmlDataSource/default.aspx" /></entry><entry><title>Free SQL Server 2008 online trainings</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/09/09/free-sql-server-2008-online-trainings.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/09/09/free-sql-server-2008-online-trainings.aspx</id><published>2008-09-09T07:52:00Z</published><updated>2008-09-09T07:52:00Z</updated><content type="html">Get some cool SQL 2008 trainings here - http://sqlserver2008jumpstart.microsofttraining.com/ Neat stuff!!...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/09/09/free-sql-server-2008-online-trainings.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8935824" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="SQL Server 2008" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/SQL+Server+2008/default.aspx" /><category term="Business Intelligence" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Business+Intelligence/default.aspx" /><category term="SQL 2008 Jumpstart" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/SQL+2008+Jumpstart/default.aspx" /></entry><entry><title>Jeff Prosise talks Silverlight on .NET Rocks</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/05/02/jeff-prosise-talks-silverlight-on-net-rocks.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/05/02/jeff-prosise-talks-silverlight-on-net-rocks.aspx</id><published>2008-05-02T09:20:00Z</published><updated>2008-05-02T09:20:00Z</updated><content type="html">It doesn't get better than this ... Jeff on Silverlight :) http://www.dotnetrocks.com/default.aspx?showNum=302...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/05/02/jeff-prosise-talks-silverlight-on-net-rocks.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8449323" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="Jeff Prosise" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Jeff+Prosise/default.aspx" /><category term="Silverlight" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Silverlight/default.aspx" /></entry><entry><title>Visual Studio Gallery</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/03/31/visual-studio-gallery.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/03/31/visual-studio-gallery.aspx</id><published>2008-03-31T09:50:00Z</published><updated>2008-03-31T09:50:00Z</updated><content type="html">The one stop shop to get all the armory needed to defy all challenges!! http://www.visualstudiogallery.com/ Enjoy!...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/03/31/visual-studio-gallery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8345176" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author></entry><entry><title>Visual Studio 2008 does not show Solution view when there is only one project in the Solution (by default)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/02/09/visual-studio-2008-does-not-show-solution-view-when-there-is-only-one-project-in-the-solution-by-default.aspx" /><link rel="enclosure" type="image/jpeg" length="86392" href="http://blogs.msdn.com/sayanghosh/attachment/7564703.ashx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/02/09/visual-studio-2008-does-not-show-solution-view-when-there-is-only-one-project-in-the-solution-by-default.aspx</id><published>2008-02-09T19:40:00Z</published><updated>2008-02-09T19:40:00Z</updated><content type="html">Visual Studio 2008 does not show Solution view when there is only one project in the Solution by default, which makes it difficult to add another project to the solution. This persists even when we add a new (blank) solution. The solution is to go to Tools&amp;gt;Options&amp;gt;Projects and Solutions and check "Always Show Solution" (which is unchecked by default). Enjoy!...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/02/09/visual-studio-2008-does-not-show-solution-view-when-there-is-only-one-project-in-the-solution-by-default.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7564703" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="Visual Studio 2008" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Visual+Studio+2008/default.aspx" /><category term="Solutions" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Solutions/default.aspx" /><category term="Projects" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Projects/default.aspx" /></entry><entry><title>Query to check for a text in All SQL Server 2000 sources in a database</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/01/13/query-to-check-for-a-text-in-all-sql-server-2000-sources-in-a-database.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/01/13/query-to-check-for-a-text-in-all-sql-server-2000-sources-in-a-database.aspx</id><published>2008-01-13T17:05:00Z</published><updated>2008-01-13T17:05:00Z</updated><content type="html">If you ever felt a need to perform a query to check for a particular text instance in all sources (SPs, functions, triggers et al) in your SQL 2000 db, chances are you might have already written this little goodie. But if you haven't and if you need some quick script to get this done for you, here's one I have been using for quite sometime and I gotta say, it works like a sweet charm! Best of luck! SELECT [number], [TEXT], A.name FROM syscomments B, sysobjects A WHERE A.[id]=B.[id] and TEXT like...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/01/13/query-to-check-for-a-text-in-all-sql-server-2000-sources-in-a-database.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7100318" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="query" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/query/default.aspx" /><category term="SQL Server 2000" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/SQL+Server+2000/default.aspx" /><category term="All Source" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/All+Source/default.aspx" /></entry><entry><title>ROI of Web Services and the Challenges</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2008/01/13/roi-of-web-services-and-the-challenges.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2008/01/13/roi-of-web-services-and-the-challenges.aspx</id><published>2008-01-13T16:40:00Z</published><updated>2008-01-13T16:40:00Z</updated><content type="html">Web Services are the order of the day - and all the industry movers and shakers are betting big on them! But here's some authentic info on how web services are being used for good - and how they are driving down the costs. For starters, using Web services to streamline internal processes has reduced General Motor's vehicle design process from forty-eight to eighteen months - as stated by this HBS Working Knowledge feature. However, with all its benefit and the concept of SaaS and its synergies to...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2008/01/13/roi-of-web-services-and-the-challenges.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7100277" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="Web 2.0" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Web+2.0/default.aspx" /><category term="Enterprise 2.0" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Enterprise+2.0/default.aspx" /><category term="Web Services" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Web+Services/default.aspx" /></entry><entry><title>Microsoft SQL Server 2008 – Learning Portal Launched</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2007/12/25/microsoft-sql-server-2008-learning-portal-launched.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2007/12/25/microsoft-sql-server-2008-learning-portal-launched.aspx</id><published>2007-12-25T18:26:00Z</published><updated>2007-12-25T18:26:00Z</updated><content type="html">The Microsoft SQL Server 2008 – Learning Portal has been released to external customers now and is available at http://www.microsoft.com/learning/sql/2008/default.mspx Join there and discover the SQL 2008 Advantage with free e-learning clinics and trainings....(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2007/12/25/microsoft-sql-server-2008-learning-portal-launched.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6862427" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="SQL Server 2008" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/SQL+Server+2008/default.aspx" /><category term="Microsoft SQL Server 2008" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Microsoft+SQL+Server+2008/default.aspx" /></entry><entry><title>Msg 2812, Level 16, State 62, Line 1 - Could not find stored procedure 'S'. - Issues with osql</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2007/12/23/msg-2812-level-16-state-62-line-1-could-not-find-stored-procedure-s-issues-with-osql.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2007/12/23/msg-2812-level-16-state-62-line-1-could-not-find-stored-procedure-s-issues-with-osql.aspx</id><published>2007-12-23T17:12:00Z</published><updated>2007-12-23T17:12:00Z</updated><content type="html">If you are used to installing your SQL objects into the database server using scripts and osql command, you may sometime encounter this message Msg 2812, Level 16, State 62, Line 1 Could not find stored procedure 'S'. The error message will be the first letter in the name of the sp/object that is failing. I had this issue and was about to pull out my hairs when, after a lot of searching, I found the solution! It seems that osql doesn't take Unicode as input (unless explicitly specified by -u switch,...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2007/12/23/msg-2812-level-16-state-62-line-1-could-not-find-stored-procedure-s-issues-with-osql.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6845664" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="Msg 2812" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Msg+2812/default.aspx" /><category term="osql" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/osql/default.aspx" /><category term="Could not find stored procedure" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Could+not+find+stored+procedure/default.aspx" /></entry><entry><title>The story of United Federation of Software and Services</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2007/12/01/the-story-of-united-federation-of-software-and-services.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2007/12/01/the-story-of-united-federation-of-software-and-services.aspx</id><published>2007-12-01T23:14:00Z</published><updated>2007-12-01T23:14:00Z</updated><content type="html">This is an enticing story of evolution of software architecture to today's SaaS model .... published in Microsoft Architecture Journal ........ Gianpaolo Carraro tells the story in an unique fashion which I loved and hopefully you will too....follow the link http://msdn2.microsoft.com/en-us/arcjournal/bb906059.aspx...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2007/12/01/the-story-of-united-federation-of-software-and-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6634436" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="Software+Services" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Software_2B00_Services/default.aspx" /><category term="Microsoft Architecture Journal" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Microsoft+Architecture+Journal/default.aspx" /><category term="SaaS" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/SaaS/default.aspx" /></entry><entry><title>Phishing - a social malice by e-Zombies</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2007/11/25/phishing-a-social-malice-by-e-zombies.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2007/11/25/phishing-a-social-malice-by-e-zombies.aspx</id><published>2007-11-25T22:08:00Z</published><updated>2007-11-25T22:08:00Z</updated><content type="html">Phishing has become a big concern - and it has started to hit Indians in large numbers. With the following two reports from ET - http://economictimes.indiatimes.com/Infotech/Internet_/Call_Centre_man_held_for_hacking_bank_account/rssarticleshow/2548793.cms and http://economictimes.indiatimes.com/Infotech/Internet_/Phishers_get_smarter_keep_ICICI_clueless/rssarticleshow/2527034.cms , its very clear that Phishing is on big time in India. The targets are innocent, non tech-savvy elders who would seldom...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2007/11/25/phishing-a-social-malice-by-e-zombies.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6520463" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="Hacking" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Hacking/default.aspx" /><category term="Protection" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Protection/default.aspx" /><category term="Phishing" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Phishing/default.aspx" /></entry><entry><title>Microsoft India - the Best Company to work for in India</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2007/11/10/microsoft-india-the-best-company-to-work-for-in-india.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2007/11/10/microsoft-india-the-best-company-to-work-for-in-india.aspx</id><published>2007-11-10T10:37:00Z</published><updated>2007-11-10T10:37:00Z</updated><content type="html">Can't resist making a non-technical post at this cool news! The business today-Mercer-TNS survey is out, and it has ranked us as the Best Company to work for in India - and all can be read here - http://businesstoday.digitaltoday.in/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2257&amp;amp;Itemid=1&amp;amp;issueid=13&amp;amp;limit=1&amp;amp;limitstart=1 It's a hell lot of fun..... Changing the world !!!...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2007/11/10/microsoft-india-the-best-company-to-work-for-in-india.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6044855" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="Microsoft India" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Microsoft+India/default.aspx" /><category term="BT Survey" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/BT+Survey/default.aspx" /></entry><entry><title>Howto: undo another users check-out as a TFS admin </title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sayanghosh/archive/2007/11/08/howto-undo-another-users-check-out-as-a-tfs-admin.aspx" /><id>http://blogs.msdn.com/sayanghosh/archive/2007/11/08/howto-undo-another-users-check-out-as-a-tfs-admin.aspx</id><published>2007-11-08T13:11:00Z</published><updated>2007-11-08T13:11:00Z</updated><content type="html">Although its a task you seldom would want to do, it might become a necessity when someone leaves the team on hurry/short notice. The way out is aptly described by Matthew at http://blogs.msdn.com/mrod/archive/2007/01/08/undoing-a-checkout-that-belongs-to-another-user.aspx , and I just thought I would mirror the command to give it more live search-ability :) tf undo /workspace:OtherUserWorkspaceName;OtherUserName $/Project/..../FileName.cs /s:http://yourtfsserver:8080 Also, much more details available...(&lt;a href="http://blogs.msdn.com/sayanghosh/archive/2007/11/08/howto-undo-another-users-check-out-as-a-tfs-admin.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5983047" width="1" height="1"&gt;</content><author><name>sayangh</name><uri>http://blogs.msdn.com/members/sayangh.aspx</uri></author><category term="TFS Admin" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/TFS+Admin/default.aspx" /><category term="Team Foundation Server" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Team+Foundation+Server/default.aspx" /><category term="VSTFS" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/VSTFS/default.aspx" /><category term="Undo Checkout" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/Undo+Checkout/default.aspx" /><category term="WorkSpace" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/WorkSpace/default.aspx" /><category term="check-out" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/check-out/default.aspx" /><category term="TFS" scheme="http://blogs.msdn.com/sayanghosh/archive/tags/TFS/default.aspx" /></entry></feed>