<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by alikl</title>
    <description>Stories kicked by alikl</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>ASP.NET Performance: Dynamically Loaded Assemblies Cause Application R</title>
      <description>Walkthrough to identify the root cause of application recycles in ASP.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f10%2f08%2fasp-net-performance-dynamically-loaded-assemblies-cause-application-recycles-problem-and-solution.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f10%2f08%2fasp-net-performance-dynamically-loaded-assemblies-cause-application-recycles-problem-and-solution.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Performance_Dynamically_Loaded_Assemblies_Cause_Application_R</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Performance_Dynamically_Loaded_Assemblies_Cause_Application_R</guid>
      <pubDate>Wed, 08 Oct 2008 13:35:43 GMT</pubDate>
    </item>
    <item>
      <title>.Net Performance And Security Knowledge Management (Including Sharepoi</title>
      <description>Use MS Sharepoint to manage your .Net Security and Performance Engineering (or any other) knowledge.     
Applying simple steps you can create a very powerful KB (Knowledge Base) to serve your needs. It will allow you find very quickly relevant knowledge either using categories or keyword search. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f09%2f16%2fnet-performance-and-security-knowledge-management-including-sharepoint-template-for-download.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f09%2f16%2fnet-performance-and-security-knowledge-management-including-sharepoint-template-for-download.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Net_Performance_And_Security_Knowledge_Management_Including_Sharepoi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Net_Performance_And_Security_Knowledge_Management_Including_Sharepoi</guid>
      <pubDate>Mon, 15 Sep 2008 21:28:05 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Performance: High CPU Utilization Case Studies And Solutions</title>
      <description>This post shares case studies of high CPU utilization of ASP.NET web sites. High CPU utilization was caused by lack of batch compilation, multiple folders, and use of XmlSerializer. In all cases the result was high CPU and poor performance; the symptom was .NET CLR Loading\Current Assemblies counter showing "unusual" number of loaded assemblies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f08%2f11%2fasp-net-performance-high-cpu-utilization-case-studies-and-solutions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f08%2f11%2fasp-net-performance-high-cpu-utilization-case-studies-and-solutions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Performance_High_CPU_Utilization_Case_Studies_And_Solutions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Performance_High_CPU_Utilization_Case_Studies_And_Solutions</guid>
      <pubDate>Tue, 12 Aug 2008 11:55:23 GMT</pubDate>
    </item>
    <item>
      <title>WebResource Embedded Resource Files Caching</title>
      <description>The post describe a performance problem that was encountered in the area of WebResources. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2008%2f08%2f12%2fwebresource-embedded-resource-files-caching.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2008%2f08%2f12%2fwebresource-embedded-resource-files-caching.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WebResource_Embedded_Resource_Files_Caching</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WebResource_Embedded_Resource_Files_Caching</guid>
      <pubDate>Tue, 12 Aug 2008 09:54:09 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Data Binding Performance - Collection Is More Expensive Than D</title>
      <description>Binding custom collection is expensive performance wise since internally it uses reflection and reflection is expensive thing to do. Looping is expensive performance wise too but it is cheaper than reflection.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f08%2f01%2fASP.NET-Data-Binding-Performance-_1320_-Collection-Is-More-Expensive-Than-Datatable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f08%2f01%2fASP.NET-Data-Binding-Performance-_1320_-Collection-Is-More-Expensive-Than-Datatable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Data_Binding_Performance_Collection_Is_More_Expensive_Than_D</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Data_Binding_Performance_Collection_Is_More_Expensive_Than_D</guid>
      <pubDate>Sat, 02 Aug 2008 08:23:44 GMT</pubDate>
    </item>
    <item>
      <title>Best ASP.NET Performance Winner For Data Binding</title>
      <description>To achieve best performance you need to make decisions based on trade-off between coolness, coding productivity, and personal engineering values. I never thought I would be recommending my customer considering using old fashion Response.Write() in his Internet facing ASP.NET web application in order to significantly improve the application's performance. 

Customer Case Study... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f07%2f31%2fbest-asp-net-performance-winner-for-data-binding-hands-up-to-response-write.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f07%2f31%2fbest-asp-net-performance-winner-for-data-binding-hands-up-to-response-write.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Best_ASP_NET_Performance_Winner_For_Data_Binding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Best_ASP_NET_Performance_Winner_For_Data_Binding</guid>
      <pubDate>Mon, 04 Aug 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Security Code Review - String Search Patterns For Finding Vulnerabilit</title>
      <description>Security code inspections is sort of searching in the dark. However, security vulnerabilities in many cases* are recurrent anti-patterns that can be identified by well defined set of string searches.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f07%2f24%2fsecurity-code-review-string-search-patterns-for-finding-vulnerabilities-in-asp-net-web-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f07%2f24%2fsecurity-code-review-string-search-patterns-for-finding-vulnerabilities-in-asp-net-web-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Security_Code_Review_String_Search_Patterns_For_Finding_Vulnerabilit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Security_Code_Review_String_Search_Patterns_For_Finding_Vulnerabilit</guid>
      <pubDate>Sun, 27 Jul 2008 20:02:19 GMT</pubDate>
    </item>
    <item>
      <title>25 Resources for Tuning Your .NET Application Performance</title>
      <description>A great list of resources, including MSDN links, guides, .NET blogs and how tos about improving .NET performance. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2feffectize.com%2f23-resources-tuning-your-net-application-performance"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2feffectize.com%2f23-resources-tuning-your-net-application-performance" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/25_Resources_for_Tuning_Your_NET_Application_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/25_Resources_for_Tuning_Your_NET_Application_Performance</guid>
      <pubDate>Sat, 26 Jul 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>The limitations of WCF sessions - part 1: Transport-level dependence </title>
      <description>The first thing to note about session in WCF, is that they rely heavily on the underlying transport mechanism. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fmcs%2farchive%2f2008%2f06%2f24%2fthe-limitations-of-wcf-sessions-part-1-transport-level-dependence.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fmcs%2farchive%2f2008%2f06%2f24%2fthe-limitations-of-wcf-sessions-part-1-transport-level-dependence.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/The_limitations_of_WCF_sessions_part_1_Transport_level_dependence</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/The_limitations_of_WCF_sessions_part_1_Transport_level_dependence</guid>
      <pubDate>Tue, 24 Jun 2008 21:20:26 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Performance Engineering - Stress Test Your Architecture, Desig</title>
      <description>Field experience proves - the earlier performance is tackled in development lifecycle the better results achieved. Below are most frequent practices that were most helpful in my engagement with the customers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f05%2f05%2fasp-net-performance-engineering-stress-test-your-architecture-design-and-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f05%2f05%2fasp-net-performance-engineering-stress-test-your-architecture-design-and-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Performance_Engineering_Stress_Test_Your_Architecture_Desig</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Performance_Engineering_Stress_Test_Your_Architecture_Desig</guid>
      <pubDate>Mon, 05 May 2008 10:42:11 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Performance Sin - Serving Images Dynamically (Or Another Reaso</title>
      <description>Serving images dynamically may cause performance hit. Dynamically served images require more HTTP requests which violates Steve Souders' performance rule #1 - Make Fewer HTTP Requests. The latency is also caused by parallelism (or parallel downloading) limitations as described in detail here Performance Research, Part 4: Maximizing Parallel Downloads in the Carpool Lane

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f05%2f02%2fasp-net-performance-sin-serving-images-dynamically-or-another-reason-to-love-fiddler.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f05%2f02%2fasp-net-performance-sin-serving-images-dynamically-or-another-reason-to-love-fiddler.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Performance_Sin_Serving_Images_Dynamically_Or_Another_Reaso</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Performance_Sin_Serving_Images_Dynamically_Or_Another_Reaso</guid>
      <pubDate>Fri, 02 May 2008 13:20:28 GMT</pubDate>
    </item>
    <item>
      <title>WPF performance profiling tools</title>
      <description>The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f30%2fwpf-performance-profiling-tools.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f30%2fwpf-performance-profiling-tools.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WPF_performance_profiling_tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WPF_performance_profiling_tools</guid>
      <pubDate>Wed, 30 Apr 2008 20:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Performance Sin - Chatty Database Access And Loops (Plus Another Free </title>
      <description>Chatty database access is the surefire way for slow performance caused by  resources starvation that might  even lead to denial of service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f04%2f28%2fperformance-sin-chatty-database-access-and-loops-plus-another-free-performance-tool.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2falikl%2farchive%2f2008%2f04%2f28%2fperformance-sin-chatty-database-access-and-loops-plus-another-free-performance-tool.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Performance_Sin_Chatty_Database_Access_And_Loops_Plus_Another_Free</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Performance_Sin_Chatty_Database_Access_And_Loops_Plus_Another_Free</guid>
      <pubDate>Mon, 28 Apr 2008 18:18:26 GMT</pubDate>
    </item>
    <item>
      <title>IIS7 Admin Pack Offers Built In Performance Analysis Reports </title>
      <description>You need an ad-hoc simple-to-use tool to analyze your web site behavior under load during development, testing, and maintenance phases.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f04%2f21%2fiis7-admin-pack-offers-built-in-performance-analysis-reports.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f04%2f21%2fiis7-admin-pack-offers-built-in-performance-analysis-reports.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/IIS7_Admin_Pack_Offers_Built_In_Performance_Analysis_Reports</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/IIS7_Admin_Pack_Offers_Built_In_Performance_Analysis_Reports</guid>
      <pubDate>Tue, 22 Apr 2008 10:56:37 GMT</pubDate>
    </item>
    <item>
      <title>Improve .Net Applications Performance Effectively And Efficiently </title>
      <description>How to anticipate or better off avoid performance related &amp;quot;surprises&amp;quot; during load and stress testing?

Apply performance engineering practices throughout SDLC (Software Development LifeCycle). Here are major talking points, tools, resources, and further reading.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f03%2f11%2fimprove-net-applications-performance-effectively-and-efficiently.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f03%2f11%2fimprove-net-applications-performance-effectively-and-efficiently.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Improve_Net_Applications_Performance_Effectively_And_Efficiently</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Improve_Net_Applications_Performance_Effectively_And_Efficiently</guid>
      <pubDate>Tue, 22 Apr 2008 10:55:33 GMT</pubDate>
    </item>
    <item>
      <title>Generate Security Code Review Checklist Document Using Outlook 2007</title>
      <description>How to generate Security Code Review Checklist using patterns &amp;amp; practices Guidance Explorer and Outlook 2007. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f01%2f15%2fgenerate-your-own-security-code-review-checklist-document-using-outlook-2007.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f01%2f15%2fgenerate-your-own-security-code-review-checklist-document-using-outlook-2007.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Generate_Security_Code_Review_Checklist_Document_Using_Outlook_2007</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Generate_Security_Code_Review_Checklist_Document_Using_Outlook_2007</guid>
      <pubDate>Fri, 15 Feb 2008 15:11:36 GMT</pubDate>
    </item>
    <item>
      <title>Adding a DotNetKicks image via Javascript</title>
      <description>Simple Javascript function which adds the DotNetKicks counter button to your pages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2007%2f03%2f08%2fadding-a-dotnetkicks-image-via-javascript.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2007%2f03%2f08%2fadding-a-dotnetkicks-image-via-javascript.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Adding_a_DotNetKicks_image_via_Javascript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Adding_a_DotNetKicks_image_via_Javascript</guid>
      <pubDate>Fri, 09 Mar 2007 09:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>