<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for ASP.NET 101</title>
	<atom:link href="http://www.aspnet101.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aspnet101.com</link>
	<description>ASP.NET and MVC Tutorials</description>
	<lastBuildDate>Thu, 13 Jan 2011 06:20:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on String Properties/Methods &#8211; Part 1 by String Properties/Methods &#8211; Part 2&#160;&#124;&#160;ASP.NET 101</title>
		<link>http://www.aspnet101.com/2007/04/string-propertiesmethods-part-1/#comment-53</link>
		<dc:creator>String Properties/Methods &#8211; Part 2&#160;&#124;&#160;ASP.NET 101</dc:creator>
		<pubDate>Fri, 07 Jan 2011 07:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet101.com.php5-8.dfw1-2.websitetestlink.com/?p=203#comment-53</guid>
		<description>[...] In this tutorial, we&#8217;ll visit one new method (Compare), and new ways older methods are treated in ASP.Net (Trim, Replace and Split). If you haven&#8217;t done so already, please also read &#8220;Examining New String Properties &#8211; Part 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] In this tutorial, we&#8217;ll visit one new method (Compare), and new ways older methods are treated in ASP.Net (Trim, Replace and Split). If you haven&#8217;t done so already, please also read &#8220;Examining New String Properties &#8211; Part 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protect Your ASP.NET App From SQL Parameter Injection by Using Parameterized Queries in ASP.Net&#160;&#124;&#160;ASP.NET 101</title>
		<link>http://www.aspnet101.com/2010/10/protect-your-asp-net-app-from-sql-parameter-injection/#comment-953</link>
		<dc:creator>Using Parameterized Queries in ASP.Net&#160;&#124;&#160;ASP.NET 101</dc:creator>
		<pubDate>Fri, 07 Jan 2011 07:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?p=2119#comment-953</guid>
		<description>[...] http://www.tech-faq.com/sql-injection-attack.shtml Protecting Your ASP.NET from SQL Injection attacks Simply by using Parameterized Queries, this becomes a first line of defense, and SQL Injection [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.tech-faq.com/sql-injection-attack.shtml" rel="nofollow">http://www.tech-faq.com/sql-injection-attack.shtml</a> Protecting Your ASP.NET from SQL Injection attacks Simply by using Parameterized Queries, this becomes a first line of defense, and SQL Injection [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET Session State Best Practices by admin</title>
		<link>http://www.aspnet101.com/2010/10/asp-net-session-state-best-practices/#comment-946</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 01 Nov 2010 13:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?p=2087#comment-946</guid>
		<description>8 hours is a loooooong session time out period, data can easily be lost with a user&#039;s browser restart or a server restart on the web server. It sounds very much a use-case for ASP.NET Membership Profiles - but these should also be used with caution as a large number of Profiles can drain performance since the entire user&#039;s profile is read each time a single profile is accessed.</description>
		<content:encoded><![CDATA[<p>8 hours is a loooooong session time out period, data can easily be lost with a user&#8217;s browser restart or a server restart on the web server. It sounds very much a use-case for ASP.NET Membership Profiles &#8211; but these should also be used with caution as a large number of Profiles can drain performance since the entire user&#8217;s profile is read each time a single profile is accessed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET Session State Best Practices by Dean Bennett</title>
		<link>http://www.aspnet101.com/2010/10/asp-net-session-state-best-practices/#comment-945</link>
		<dc:creator>Dean Bennett</dc:creator>
		<pubDate>Mon, 01 Nov 2010 09:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?p=2087#comment-945</guid>
		<description>We have set the session time time out to 8 hours. Basically because we have partners of the firm that want to check the data in-frequently during the day. So we don&#039;t want the session to time out and lose their state. When this happens the iframe goes inside out.

We have been told by contractors that 150 session vars is excessive.

Is this true? If so how can we store the session state, an alternative that inclused the user being able to use the back button would be very helpful. We have no idea how to store the session vars so the user can use the back button and go back pages without losing the state

Cheers in advance

dno</description>
		<content:encoded><![CDATA[<p>We have set the session time time out to 8 hours. Basically because we have partners of the firm that want to check the data in-frequently during the day. So we don&#8217;t want the session to time out and lose their state. When this happens the iframe goes inside out.</p>
<p>We have been told by contractors that 150 session vars is excessive.</p>
<p>Is this true? If so how can we store the session state, an alternative that inclused the user being able to use the back button would be very helpful. We have no idea how to store the session vars so the user can use the back button and go back pages without losing the state</p>
<p>Cheers in advance</p>
<p>dno</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET Session State Best Practices by admin</title>
		<link>http://www.aspnet101.com/2010/10/asp-net-session-state-best-practices/#comment-942</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 17 Oct 2010 12:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?p=2087#comment-942</guid>
		<description>150 session variables is definitely a lot but the real issue is how long they will stay in memory for - can they be removed after a short time or do they have to remain in memory for the entirety user&#039;s session?
Two options to consider are Profiles and cookies, both have performance issues however (especially profiles since a user&#039;s entire profile must be read into memory upon each request).
Inproc sessions definitely offer the best performance but with 150 variables you will have to look at the memory allocated per user.</description>
		<content:encoded><![CDATA[<p>150 session variables is definitely a lot but the real issue is how long they will stay in memory for &#8211; can they be removed after a short time or do they have to remain in memory for the entirety user&#8217;s session?<br />
Two options to consider are Profiles and cookies, both have performance issues however (especially profiles since a user&#8217;s entire profile must be read into memory upon each request).<br />
Inproc sessions definitely offer the best performance but with 150 variables you will have to look at the memory allocated per user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET Session State Best Practices by Dean</title>
		<link>http://www.aspnet101.com/2010/10/asp-net-session-state-best-practices/#comment-941</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Sat, 16 Oct 2010 11:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?p=2087#comment-941</guid>
		<description>We have 150 session variables for a in house BI app. I have been told this is too many. Is there a best practice as to how many session vars u use? And what info to store in them? Or is there a better way.

We find retreiving data from SQL Server a massive performance hit

chrs

dno</description>
		<content:encoded><![CDATA[<p>We have 150 session variables for a in house BI app. I have been told this is too many. Is there a best practice as to how many session vars u use? And what info to store in them? Or is there a better way.</p>
<p>We find retreiving data from SQL Server a massive performance hit</p>
<p>chrs</p>
<p>dno</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Encrypt Connection Strings in ASP.NET by ASP.NET Security Tutorial&#160;&#124;&#160;ASP.NET 101</title>
		<link>http://www.aspnet101.com/faq/how-to-encrypt-connection-strings-in-asp-net/#comment-10</link>
		<dc:creator>ASP.NET Security Tutorial&#160;&#124;&#160;ASP.NET 101</dc:creator>
		<pubDate>Tue, 05 Oct 2010 09:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?page_id=2078#comment-10</guid>
		<description>[...] data source controls. For maximum security encrypt sensitive settings in config files &#8211; see Encrypt Connection Strings in ASP.NET for [...]</description>
		<content:encoded><![CDATA[<p>[...] data source controls. For maximum security encrypt sensitive settings in config files &#8211; see Encrypt Connection Strings in ASP.NET for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Communication Foundation ( WCF )  Tutorial by WCF Tracing&#160;&#124;&#160;ASP.NET 101</title>
		<link>http://www.aspnet101.com/2010/08/windows-communication-foundation-wcf-tutorial/#comment-877</link>
		<dc:creator>WCF Tracing&#160;&#124;&#160;ASP.NET 101</dc:creator>
		<pubDate>Fri, 20 Aug 2010 04:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?p=1936#comment-877</guid>
		<description>[...] After deploying application a proper troubleshooting policy should be ready in order to perform maintenance activity of our project life cycle. Here we will see different tools available from Microsoft within visual studio in order to manage, configure, debug and troubleshoot WCF service after deployment. Note that if you are unfamiliar with WCF, please read my WCF Tutorial . [...]</description>
		<content:encoded><![CDATA[<p>[...] After deploying application a proper troubleshooting policy should be ready in order to perform maintenance activity of our project life cycle. Here we will see different tools available from Microsoft within visual studio in order to manage, configure, debug and troubleshoot WCF service after deployment. Note that if you are unfamiliar with WCF, please read my WCF Tutorial . [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 50 Tips to Boost ASP.NET Performance &#8211; Part I by WCF Performance Tuning&#160;&#124;&#160;ASP.NET 101</title>
		<link>http://www.aspnet101.com/2010/03/50-tips-to-boost-asp-net-performance-part-i/#comment-561</link>
		<dc:creator>WCF Performance Tuning&#160;&#124;&#160;ASP.NET 101</dc:creator>
		<pubDate>Thu, 19 Aug 2010 18:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?p=1558#comment-561</guid>
		<description>[...] in their ranking algorithm.  For ASP.NET optimization tips, please see  my article titled 50 Tips to Boost ASP.NET Performance.  In this article I will  discuss   WCF performance tuning [...]</description>
		<content:encoded><![CDATA[<p>[...] in their ranking algorithm.  For ASP.NET optimization tips, please see  my article titled 50 Tips to Boost ASP.NET Performance.  In this article I will  discuss   WCF performance tuning [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Communication Foundation ( WCF )  Tutorial by WCF Performance Tuning&#160;&#124;&#160;ASP.NET 101</title>
		<link>http://www.aspnet101.com/2010/08/windows-communication-foundation-wcf-tutorial/#comment-876</link>
		<dc:creator>WCF Performance Tuning&#160;&#124;&#160;ASP.NET 101</dc:creator>
		<pubDate>Tue, 17 Aug 2010 09:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.aspnet101.com/?p=1936#comment-876</guid>
		<description>[...] a performance boost in addition. For an introduction to WCF please read my first WCF article - WCF Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] a performance boost in addition. For an introduction to WCF please read my first WCF article - WCF Tutorial [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

