<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Panagiotis Kanavos' Weblog</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/default.aspx</link><description /><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Roslyn VISX  installer crashes with System.UriFormatException? Try installing as Administrator</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2014/04/04/roslyn-visx-installer-crashes-with-system-uriformatexception-try-installing-as-administrator.aspx</link><pubDate>Fri, 04 Apr 2014 17:03:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:75205</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/75205.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=75205</wfw:commentRss><description>Installing Roslyn on a machine where I had local administrator rights worked without issues. At work though, the installer crashed and the following event was logged: Fault bucket , type 0 Event Name: CLR20r3 Response: Not available Cab Id: 0 Problem...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2014/04/04/roslyn-visx-installer-crashes-with-system-uriformatexception-try-installing-as-administrator.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=75205" width="1" height="1"&gt;</description></item><item><title>Asyncrhonous programming in .NET Made Simple: From Delegates to the Task Parallel Library</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/07/02/asyncrhonous-programming-in-net-made-simple-from-delegates-to-the-task-parallel-library.aspx</link><pubDate>Fri, 02 Jul 2010 17:13:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:59342</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/59342.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=59342</wfw:commentRss><description>A few people have been asking lately for samples of using asynchronous programming using Sockets or Pipes so I decided to put together some samples of the various asynchronous programming models using .NET. The scenario used in all the examples is the...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/07/02/asyncrhonous-programming-in-net-made-simple-from-delegates-to-the-task-parallel-library.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=59342" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Task+Parallel+Library/default.aspx">Task Parallel Library</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Asynchronous+Programming/default.aspx">Asynchronous Programming</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Reactive+Extensions+for+.NET/default.aspx">Reactive Extensions for .NET</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Network/default.aspx">Network</category></item><item><title>How not to get a month's name</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/06/22/how-not-to-get-a-month-s-name.aspx</link><pubDate>Tue, 22 Jun 2010 23:38:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:59249</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/59249.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=59249</wfw:commentRss><description>I've had a genuine TheDailyWTF moment earlier today, when I found the C# equivalent of this VB6 code that returns a three letter month name: DateTime time = DateTime.Now; string foldername = time.Year.ToString() + "_" + GetMonthName(time.Month); private...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/06/22/how-not-to-get-a-month-s-name.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=59249" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Anti-Patterns/default.aspx">Anti-Patterns</category></item><item><title>Totally wrong way to filter a combo box</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/06/14/totally-wrong-way-to-filter-the-items-of-a-combo-box.aspx</link><pubDate>Mon, 14 Jun 2010 23:52:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:59120</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/59120.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=59120</wfw:commentRss><description>From the same legacy code as this post comes this code that loads a combo box with ListItems and then removes unwanted items in a way that is guaranteed to cause an exception when the indexer reaches the middle of the list, which now has only half the...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/06/14/totally-wrong-way-to-filter-the-items-of-a-combo-box.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=59120" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Development/default.aspx">Development</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/C_2300_/default.aspx">C#</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Anti-Patterns/default.aspx">Anti-Patterns</category></item><item><title>Totally wrong way to use SPSite, SPWeb</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/06/11/totally-wrong-way-to-use-spsite-spweb.aspx</link><pubDate>Fri, 11 Jun 2010 19:15:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:59080</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/59080.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=59080</wfw:commentRss><description>Almost all Sharepoint developers know that you should dispose SPSite and SPWeb object you create in code. Doing so is not hard, you just enclose your objects in a using statement. I found the following piece of code in dozens of places in some legacy...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/06/11/totally-wrong-way-to-use-spsite-spweb.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=59080" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Development/default.aspx">Development</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/C_2300_/default.aspx">C#</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Anti-Patterns/default.aspx">Anti-Patterns</category></item><item><title>Launch PARTY για το Visual Studio 2010</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/05/06/launch-party-visual-studio-2010.aspx</link><pubDate>Thu, 06 May 2010 15:39:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:58560</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/58560.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=58560</wfw:commentRss><description>Αυτή τη φορά το Launch του Visual Studio δεν θα είναι ημερίδα με ομιλίες αλλά ... πάρτυ Παρασκευή βράδυ με πίτσα και μπύρες! Γραφτείτε όσο προλαβαίνετε!...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/05/06/launch-party-visual-studio-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=58560" width="1" height="1"&gt;</description></item><item><title>Overheard: Teched Europe 2010 to take place at Berlin </title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/02/08/overheard-teched-europe-2010-to-take-place-at-berlin.aspx</link><pubDate>Mon, 08 Feb 2010 21:00:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:57002</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/57002.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=57002</wfw:commentRss><description>No info on dates though. Strange, that 3 months after Teched Europe 2009 there is no official announcement for Teched Europe 2010....(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/02/08/overheard-teched-europe-2010-to-take-place-at-berlin.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=57002" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Teched+Europe+2010/default.aspx">Teched Europe 2010</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Teched+Europe/default.aspx">Teched Europe</category></item><item><title>How to load the Greek stemmer and word breaker for SQL Server Full Text Search</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/01/25/how-to-load-the-greek-stemmer-and-word-breaker-for-sql-server-full-text-search.aspx</link><pubDate>Tue, 26 Jan 2010 02:14:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:56667</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/56667.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=56667</wfw:commentRss><description>Ever wondered how you can use full text search for Greek text in SQL Server? Out of the box SQL Server doesn't provide any stemmers or word breakers for Greek, which makes FTS work similar to a simple LIKE search. Fortunately, the same binary interfaces...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/01/25/how-to-load-the-greek-stemmer-and-word-breaker-for-sql-server-full-text-search.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=56667" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Full+Text+Search/default.aspx">Full Text Search</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Visual Studio 2010 and .NET Framework 4 Launch Date</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/01/14/visual-studio-2010-and-net-framework-4-launch-date.aspx</link><pubDate>Fri, 15 Jan 2010 00:03:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:56432</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/56432.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=56432</wfw:commentRss><description>In a very short blog post Rob Caron just announced that Visual Studio 2010 will launch on Monday, April 12 2010. Just waiting now for the Sharepoint launch date!...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2010/01/14/visual-studio-2010-and-net-framework-4-launch-date.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=56432" width="1" height="1"&gt;</description></item><item><title>I just LOVE MaxiVista!</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/12/15/i-just-love-maxivista.aspx</link><pubDate>Tue, 15 Dec 2009 22:26:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:55886</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/55886.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=55886</wfw:commentRss><description>I found MaxiVista through Scott Hanselman's post on multi-monitor productivity . I installed it a few days ago and I LOVE it already. It's not just that I can use my old laptop as a second monitor for my new one. It's not only working with Visual Studio...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/12/15/i-just-love-maxivista.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=55886" width="1" height="1"&gt;</description></item><item><title>If Product X was a motorcycle ...</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/08/03/if-product-x-was-a-motorcycle.aspx</link><pubDate>Tue, 04 Aug 2009 06:01:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:52935</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/52935.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=52935</wfw:commentRss><description>... it would probably be a 1948 Indian Warrior . For those not into motorcycle history, the Indian Motorcycle Company used to be the largest motorcycle manufacturer before WWII with a fanatical following. The company failed to keep up with the times....(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/08/03/if-product-x-was-a-motorcycle.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=52935" width="1" height="1"&gt;</description></item><item><title>SharePoint v. Next predictions</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/26/sharepoint-v-next-predictions.aspx</link><pubDate>Fri, 26 Jun 2009 17:11:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:52017</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/52017.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=52017</wfw:commentRss><description>Information on upcoming changes SharePoint versions, whether they are full versions or service packs, is a matter of life and death for us developers and administrators that don't want to face mildly disconcerting surprises. Yet finding information on...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/26/sharepoint-v-next-predictions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=52017" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>A pictorial comparison of Enterprise Service Bus products</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/19/if-service-buses-were.aspx</link><pubDate>Sat, 20 Jun 2009 00:38:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:51876</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/51876.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=51876</wfw:commentRss><description>... no cars this time! Enterprise Application Integration products Your services WILL be assimilated Commercial Enterprise Service Bus products They connect with everything. For a cost. Open Source Service Bus Small, Fast, To the point. And FUN! EAI products...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/19/if-service-buses-were.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=51876" width="1" height="1"&gt;</description></item><item><title>If ORMs were cars ...</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/09/if-orms-were-cars.aspx</link><pubDate>Tue, 09 Jun 2009 21:32:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:51461</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/51461.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=51461</wfw:commentRss><description>Then Linq to SQL would be the Smart ForTwo. A seriously fun and easy way to get around town as long as you don't want to carry more than two passengers and maybe a suitcase. NHibernate would be the HMMWV. Works great out-of-the-box if you are willing...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/09/if-orms-were-cars.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=51461" width="1" height="1"&gt;</description></item><item><title>new CloudApp() - The International Azure™ Services Platform Developer Challenge </title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/03/new-cloudapp-the-international-azure-services-platform-developer-challenge.aspx</link><pubDate>Wed, 03 Jun 2009 20:00:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:51268</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/51268.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=51268</wfw:commentRss><description>Speaking of Azure ... The international Azure developer challenge new CloudApp() opened on June 1. The submission deadline is July 9th. The winner will be chosed by community voting between July 10 and 20. The winner will be announced on July 21. Gentlemen,...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/03/new-cloudapp-the-international-azure-services-platform-developer-challenge.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=51268" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Azure/default.aspx">Azure</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Competition/default.aspx">Competition</category></item><item><title>If Azure Table Storage and SQL Data Services were cars ...</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/02/if-azure-table-storage-and-sql-data-services-were-cars.aspx</link><pubDate>Tue, 02 Jun 2009 23:35:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:51238</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/51238.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=51238</wfw:commentRss><description>SQL Data Services would be this. The Porsche. An engineering marvel yet beatiful and comfortable. In the hands of an average driver, it goes fast. In the hands of an experienced driver, it goes VERY fast. Its electronic systems will forgive many of the...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/02/if-azure-table-storage-and-sql-data-services-were-cars.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=51238" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Azure/default.aspx">Azure</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/SQL+Data+Services/default.aspx">SQL Data Services</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Cloud+Computing/default.aspx">Cloud Computing</category></item><item><title>Project Server 2007 Pre-Populated Timesheet spookines</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/01/project-server-2007-pre-populated-timesheet-spookines.aspx</link><pubDate>Tue, 02 Jun 2009 03:00:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:51199</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/51199.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=51199</wfw:commentRss><description>Today I encountered a rather intriguing new behaviour in Project Server 2007 timesheets. When a user creates a timesheet Project Server can check for any tasks that fall within the timesheet's dates and add lines for each of the tasks it find. Project...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/01/project-server-2007-pre-populated-timesheet-spookines.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=51199" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Project+Server/default.aspx">Project Server</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Sharepoint+Service+Pack+2/default.aspx">Sharepoint Service Pack 2</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Project+Server+Service+Pack+2/default.aspx">Project Server Service Pack 2</category></item><item><title>Sharepoint SP2 Installation Peculiarities</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/01/sharepoint-sp2-installation-peculiarities.aspx</link><pubDate>Tue, 02 Jun 2009 02:28:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:51198</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/51198.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=51198</wfw:commentRss><description>By now everyone has heard that the Sharepoint Server Service Pack 2 activates a 180-days trial timeout . Fortunately, this really minor problem (no-one is affected for the next 6 months) can be fixed easily followind the steps described in KB 971620 ....(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/06/01/sharepoint-sp2-installation-peculiarities.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=51198" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Sharepoint+Service+Pack+2/default.aspx">Sharepoint Service Pack 2</category></item><item><title>I wish people stopped marketing Cloud Computing as the poor man's application hosting!</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/05/25/i-wish-people-stopped-marketing-cloud-computing-as-the-poor-man-s-application-hosting.aspx</link><pubDate>Mon, 25 May 2009 22:55:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:50958</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/50958.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=50958</wfw:commentRss><description>It's like getting Herman Tilke to design and build a brand new Grand Prix circuit and then market it as a nice place to test drive sports cars....(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/05/25/i-wish-people-stopped-marketing-cloud-computing-as-the-poor-man-s-application-hosting.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=50958" width="1" height="1"&gt;</description></item><item><title>Project Server Curios: The QueueDeleteArchivedProject method</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/02/02/project-server-curios-the-queuedeletearchivedproject-method.aspx</link><pubDate>Mon, 02 Feb 2009 23:15:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:48081</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/48081.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=48081</wfw:commentRss><description>I encountered a rather interesting bug in the Project Server API a few days ago as I tried to create a utility to clean-up the Archive database of a few thousand old project versions. The proper way to do this is to call the Archive.QueueDeleteArchivedProject...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/02/02/project-server-curios-the-queuedeletearchivedproject-method.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=48081" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Project+Server/default.aspx">Project Server</category></item><item><title>SportTime.gr uses Microsoft Logos?</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/26/sporttime-gr-uses-microsoft-logos.aspx</link><pubDate>Tue, 27 Jan 2009 07:17:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:47934</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/47934.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=47934</wfw:commentRss><description>Go to http://www.sportime.gr/ and scroll to the lower right of the page. Look at the blue-and-white MVP logo. Now go to http://mvp.support.microsoft.com/ and check the logo on the top of the page. Coincidence? If so, this could be a very unfortunate coincidence....(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/26/sporttime-gr-uses-microsoft-logos.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=47934" width="1" height="1"&gt;</description></item><item><title>Data Services, Facebook and Beatiful Architecture</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/26/data-services-facebook-and-beatiful-architecture.aspx</link><pubDate>Mon, 26 Jan 2009 19:19:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:47913</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/47913.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=47913</wfw:commentRss><description>I had one of those rare AHA! moments while I was reading Dave Fetterman's chapter from the "Beautiful Architecture" book on Facebook's architecture. Facebook presents a simplified view of its data to applications (Users, Friends, User Info) and allowes...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/26/data-services-facebook-and-beatiful-architecture.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=47913" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Architecture/default.aspx">Architecture</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Facebook/default.aspx">Facebook</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Data+Services/default.aspx">Data Services</category></item><item><title>"Beautiful Architecture" is now available in print</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/26/quot-beautiful-architecture-quot-is-now-available-in-print.aspx</link><pubDate>Mon, 26 Jan 2009 18:28:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:47907</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/47907.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=47907</wfw:commentRss><description>You can now buy the print edition of "Beautiful Architecture" from O'Reily's site . Amazon still has the book on pre-order. I've already finished Chapters 1,2,6 and 8 but had no time to blog about them. Up to this point the most interesting is #6, The...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/26/quot-beautiful-architecture-quot-is-now-available-in-print.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=47907" width="1" height="1"&gt;</description><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Architecture/default.aspx">Architecture</category><category domain="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/tags/Books/default.aspx">Books</category></item><item><title>Aspiring Software Architect Program for Microsoft Office Sharepoint Server</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/15/aspiring-software-architect-program-for-microsoft-office-sharepoint-server.aspx</link><pubDate>Thu, 15 Jan 2009 22:12:00 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:47650</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/47650.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=47650</wfw:commentRss><description>I just found out about the Aspiring Software Architects program for MOSS through the MSDN Architecture site. ASAP is a series of webcasts covering subject like architecting Internet facing websites, architecting for performance, scalability and availability...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/15/aspiring-software-architect-program-for-microsoft-office-sharepoint-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=47650" width="1" height="1"&gt;</description></item><item><title>Beautiful Architecture Book Digital Edition coming out today!</title><link>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/15/beautiful-architecture-book-digital-edition-coming-out-today.aspx</link><pubDate>Thu, 15 Jan 2009 09:03:57 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:47632</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/comments/47632.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/blogs/pkanavos/commentrss.aspx?PostID=47632</wfw:commentRss><description>The digital edition of Diomidis Spinellis’ “ Beautiful Architecture ” book is expected to go live today. The book includes essays on some of the most interesting large scale system architecures including Facebook and Tandem. I expect everyone knows Facebook...(&lt;a href="https://www.dotnetzone.gr:443/cs/blogs/pkanavos/archive/2009/01/15/beautiful-architecture-book-digital-edition-coming-out-today.aspx"&gt;read more&lt;/a&gt;)&lt;img src="https://www.dotnetzone.gr:443/cs/aggbug.aspx?PostID=47632" width="1" height="1"&gt;</description></item></channel></rss>