<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.microsoft.co.il/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>LINQED.NET - All Comments</title><link>http://blogs.microsoft.co.il/blogs/linqed/</link><description>This blog is about .NET and related technologies&lt;br /&gt;
By Vlad Azarkhin</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Application Monitors may hurt performance badly</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2010/03/11/exceptions-are-common-enemies-of-web-apps-performance.aspx#548213</link><pubDate>Tue, 16 Mar 2010 14:53:25 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:548213</guid><dc:creator>LINQED.NET</dc:creator><description>&lt;p&gt;I’ve just spent two days and a night between them on the client site, trying to solve a severe performance&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=548213" width="1" height="1"&gt;</description></item><item><title>re: Exceptions are common enemies of Web Apps performance</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2010/03/11/exceptions-are-common-enemies-of-web-apps-performance.aspx#547457</link><pubDate>Mon, 15 Mar 2010 11:33:10 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:547457</guid><dc:creator>linqed</dc:creator><description>&lt;p&gt;I'm doing the IIS 7 Demo Session:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/israel/msdn/DevAcademy4/Content/Dev_Sessions.aspx#d21"&gt;www.microsoft.com/.../Dev_Sessions.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You're mostly welcomed.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=547457" width="1" height="1"&gt;</description></item><item><title>re: Exceptions are common enemies of Web Apps performance</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2010/03/11/exceptions-are-common-enemies-of-web-apps-performance.aspx#547433</link><pubDate>Mon, 15 Mar 2010 11:03:47 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:547433</guid><dc:creator>The annoyimous</dc:creator><description>&lt;p&gt;I am the annonymous critiziser :-)&lt;/p&gt;
&lt;p&gt;Just kidding. What are you lecturing about in the dev academy?&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=547433" width="1" height="1"&gt;</description></item><item><title>re: Exceptions are common enemies of Web Apps performance</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2010/03/11/exceptions-are-common-enemies-of-web-apps-performance.aspx#547372</link><pubDate>Mon, 15 Mar 2010 09:29:24 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:547372</guid><dc:creator>linqed</dc:creator><description>&lt;p&gt;Yadid, can you identify yourself?&lt;/p&gt;
&lt;p&gt;Are you attending the Dev Academy? If so, find me. I'd love to discuss this.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vlad&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=547372" width="1" height="1"&gt;</description></item><item><title>re: Exceptions are common enemies of Web Apps performance</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2010/03/11/exceptions-are-common-enemies-of-web-apps-performance.aspx#547320</link><pubDate>Mon, 15 Mar 2010 08:09:53 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:547320</guid><dc:creator>ידיד</dc:creator><description>&lt;p&gt;This is not what i said.&lt;/p&gt;
&lt;p&gt;You wrote never use exceptions in a web application.&lt;/p&gt;
&lt;p&gt;I not suggesting that sending and throwing exceptions is a good paractice but you can use then and its very much o.k&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=547320" width="1" height="1"&gt;</description></item><item><title>re: Exceptions are common enemies of Web Apps performance</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2010/03/11/exceptions-are-common-enemies-of-web-apps-performance.aspx#545932</link><pubDate>Sun, 14 Mar 2010 11:42:04 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:545932</guid><dc:creator>linqed</dc:creator><description>&lt;p&gt;יש כאן בעיה מאוד רצינית של שילוב אנגלית ועברית, אז אכתוב את זה באנגלית:&lt;/p&gt;
&lt;p&gt;You are perfectly right - the correct concept is, if you have nothing to with the exception, don't catch it, and let it bubble to the top.&lt;/p&gt;
&lt;p&gt;However, one should understand a difference between error and exception. &lt;/p&gt;
&lt;p&gt;I rarely accept the design that throws exceptions to indicate errors. Exceptions are exceptional to the application flow, thus the performance penalty. &lt;/p&gt;
&lt;p&gt;Disregarding the performance issue, from my point of view, &amp;quot;throw new Exception(...)&amp;quot;, is pretty similar to the GOTO statement. You don't use goto any more, so why would you throw an exception?&lt;/p&gt;
&lt;p&gt;And believe me, exceptions seriously affect the performance of multi-user web applications. Only yesterday I've seen the remarkable 400% drop in web app performance because of thrown exceptions.&lt;/p&gt;
&lt;p&gt;Happy coding and catching :)&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=545932" width="1" height="1"&gt;</description></item><item><title>re: Exceptions are common enemies of Web Apps performance</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2010/03/11/exceptions-are-common-enemies-of-web-apps-performance.aspx#545898</link><pubDate>Sun, 14 Mar 2010 11:05:14 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:545898</guid><dc:creator>ידיד</dc:creator><description>&lt;p&gt;ידידי להגיד שאסור ולא מומלץ להשתמש ב exception ב web applications הוא טעות מיסודה. אין ספק שיש overhead כלשהו בשימוש ב exceptions אך הוא קטן וזניח.&lt;/p&gt;
&lt;p&gt;ככלל הכלל להשתמש ב exceptions לתפוס אותם ולטפל מאוד ולא משנה באיזו מערכת מדובר הוא מאוד פשוט:&lt;/p&gt;
&lt;p&gt;אם יש לך מה לעשות במידע של ה execption שנתפס תתפוס אותו ( ולמשל תכתוב ללוג)&lt;/p&gt;
&lt;p&gt;אם אין לך מה לעשות איתו תן לו להזרק במעלה ה stack.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=545898" width="1" height="1"&gt;</description></item><item><title>Exceptions are common enemies of Web Apps performance - LINQED.NET Zero Me</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2010/03/11/exceptions-are-common-enemies-of-web-apps-performance.aspx#542599</link><pubDate>Fri, 12 Mar 2010 00:30:46 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:542599</guid><dc:creator>Exceptions are common enemies of Web Apps performance - LINQED.NET Zero Me</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Exceptions are common enemies of Web Apps performance - LINQED.NET Zero Me&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=542599" width="1" height="1"&gt;</description></item><item><title>re: Great video explaining the current financial crisis</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2009/02/25/great-video-explaining-the-current-financial-crisis.aspx#507123</link><pubDate>Sun, 24 Jan 2010 11:02:04 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:507123</guid><dc:creator>kysochet</dc:creator><description>&lt;p&gt;the video it's simple and easy to understand&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=507123" width="1" height="1"&gt;</description></item><item><title>re: Great video explaining the current financial crisis</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2009/02/25/great-video-explaining-the-current-financial-crisis.aspx#449942</link><pubDate>Tue, 24 Nov 2009 14:24:59 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:449942</guid><dc:creator>yonathanm</dc:creator><description>&lt;p&gt;Great video indeed. ☺&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=449942" width="1" height="1"&gt;</description></item><item><title>ASP.NET Validators Common Misconception &amp;#8211; LINQED.NET | Webmaster Tools</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2009/09/01/asp-net-validators-common-misconception.aspx#393834</link><pubDate>Wed, 02 Sep 2009 00:11:19 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:393834</guid><dc:creator>ASP.NET Validators Common Misconception – LINQED.NET | Webmaster Tools</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET Validators Common Misconception &amp;amp;#8211; LINQED.NET | Webmaster Tools&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=393834" width="1" height="1"&gt;</description></item><item><title>ASP.NET Validators Common Misconception - LINQED.NET</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2009/09/01/asp-net-validators-common-misconception.aspx#393765</link><pubDate>Tue, 01 Sep 2009 20:30:18 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:393765</guid><dc:creator>ASP.NET Validators Common Misconception - LINQED.NET</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET Validators Common Misconception - LINQED.NET&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=393765" width="1" height="1"&gt;</description></item><item><title>re: Generating HTML Tables with jQuery</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2009/03/04/generating-html-tables-with-jquery.aspx#368111</link><pubDate>Sun, 19 Jul 2009 14:51:54 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:368111</guid><dc:creator>James</dc:creator><description>&lt;p&gt;Thanks for share this.&lt;/p&gt;
&lt;p&gt;This make us easy to create a html table through jquery&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=368111" width="1" height="1"&gt;</description></item><item><title>re: Generating HTML Tables with jQuery</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2009/03/04/generating-html-tables-with-jquery.aspx#362382</link><pubDate>Fri, 10 Jul 2009 00:40:35 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:362382</guid><dc:creator>Payday Loans Canada</dc:creator><description>&lt;p&gt;I should say that blogs.microsoft.co.il has lots of interesting information. Looks like the author did a good job. I will be coming back to blogs.microsoft.co.il for new information. Thank you.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=362382" width="1" height="1"&gt;</description></item><item><title>re: The Dark Side of my IDE</title><link>http://blogs.microsoft.co.il/blogs/linqed/archive/2009/02/24/the-dark-side-of-my-ide.aspx#262674</link><pubDate>Tue, 31 Mar 2009 19:22:35 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:262674</guid><dc:creator>Vlad Azarkhin</dc:creator><description>&lt;p&gt;Shay,&lt;/p&gt;
&lt;p&gt;Yes, I do use Consolas 15, while setting up my display to the highest resolution possible.&lt;/p&gt;
&lt;p&gt;This way, the menus are small, while the code is very readable and easy on eyes.&lt;/p&gt;
&lt;p&gt;Vlad&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=262674" width="1" height="1"&gt;</description></item></channel></rss>