<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/204/performance.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>Using VaryBy attribute in OutputCache in ASP.NET 3.5 C#</title>
		   <link>http://www.programmerkingdom.com/view/903/using-varyby-attribute-in-outputcache-in-asp.net-3.5-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show numerous options of caching
pages, how we can create different versions of cached pages depending
upon different factors. C# version.

Using VaryBy attribute in OutputCache in ASP.NET 3.5 C#

This tutorial will show numerous options of caching
pages, how we can create different versions of cached pages depending
upon different factors. C# version.




The out...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Using VaryBy attribute in OutputCache in ASP.NET 3.5 VB</title>
		   <link>http://www.programmerkingdom.com/view/904/using-varyby-attribute-in-outputcache-in-asp.net-3.5-vb.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show numerous options of caching
pages, how we can create different versions of cached pages depending
upon different factors. VB version.

Using VaryBy attribute in OutputCache in ASP.NET 3.5 VB

This tutorial will show numerous options of caching
pages, how we can create different versions of cached pages depending
upon different factors. VB version.



The outpu...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Optimization - Output Cache in ASP.NET &amp; VB</title>
		   <link>http://www.programmerkingdom.com/view/905/optimization---output-cache-in-asp.net-&amp;-vb.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial shows how to use basic caching to improve the performance of a website. VB version.We
can add the following line of code to the top of our ASPX pages to set
a duration that the page is valid for. 


&lt;%@ OutputCache Duration=&quot;15&quot; VaryByParam=&quot;none&quot; %&gt; 

Optimization - Output Cache in ASP.NET &amp; VB

This tutorial shows how to use basic caching to...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Dynamically changing META Tags with MasterPages (C#)</title>
		   <link>http://www.programmerkingdom.com/view/906/dynamically-changing-meta-tags-with-masterpages-(c).html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
How to dynamically change meta tags when using MasterPage in ASP.NET and C#.If you have lots of dynamic pages instead of static, you
could be losing out on how your pages are indexed.

Dynamically changing META Tags with MasterPages (C#)

How to dynamically change meta tags when using MasterPage in ASP.NET and C#




If you have lots of dynamic pages instead of static, you
could be lo...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Optimization - Output Cache in ASP.NET &amp; C#</title>
		   <link>http://www.programmerkingdom.com/view/907/optimization---output-cache-in-asp.net-&amp;-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial shows how to use basic caching to improve the performance of a website. C# version.We can add the following line of code to the top of our ASPX
pages to set a duration that the page is valid for.

Optimization - Output Cache in ASP.NET &amp; C#

This tutorial shows how to use basic caching to improve the performance of a website. C# version.




We can add the following l...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Using Shared Code in ASP.NET and C#</title>
		   <link>http://www.programmerkingdom.com/view/909/using-shared-code-in-asp.net-and-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial shows how we can create our own classes and use shared code between different pages on our website. C# version.

Using Shared Code in ASP.NET and C#

This tutorial shows how we can create our own classes and use shared code between different pages on our website. C# version.




Visual Studio allows you to create classes in separate files to be used in multiple pages on yo...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Using Application &amp; Session Objects to Store Data in VB</title>
		   <link>http://www.programmerkingdom.com/view/910/using-application-&amp;-session-objects-to-store-data-in-vb.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial shows how we can store small amounts
of data in the Application and Session objects - like the number of
users on the site. VB Version.

Using Application &amp; Session Objects to Store Data in VB


This tutorial shows how we can store small amounts of data in the
Application and Session objects - like the number of users on the site.
VB Version.




We're going to us...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Using Application &amp; Session Objects to Store Data in C#</title>
		   <link>http://www.programmerkingdom.com/view/911/using-application-&amp;-session-objects-to-store-data-in-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial shows how we can store small amounts
of data in the Application and Session objects - like the number of
users on the site. C# Version.

Using Application &amp; Session Objects to Store Data in C#

This tutorial shows how we can store small amounts
of data in the Application and Session objects - like the number of
users on the site. C# Version.




We're going to use ...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Asynchronous Page in ASP.NET 2.0 and VB.NET</title>
		   <link>http://www.programmerkingdom.com/view/912/asynchronous-page-in-asp.net-2.0-and-vb.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
To asynchronous page in ASP.NET 2.0 can improve the
whole performance of website for increasing users. This tutorial will
show you how to asynchronous page by ASP.NET 2.0 and VB.NET.

Asynchronous Page in ASP.NET 2.0 and VB.NET

To asynchronous page in ASP.NET 2.0 can improve the
whole performance of website for increasing users. This tutorial will
show you how to asynchronous page by AS...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
