<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://codeforeternity.com/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>Technology - All Comments</title><link>http://codeforeternity.com/blogs/technology/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: Handling ASP.NET Session Variables Efficiently</title><link>http://codeforeternity.com/blogs/technology/archive/2007/12/19/handling-asp-net-session-variables-efficiently.aspx#268</link><pubDate>Sat, 11 Oct 2008 11:52:54 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:268</guid><dc:creator>Sreeraj N R</dc:creator><description>&lt;p&gt;hai &amp;nbsp;Raj...&lt;/p&gt;
&lt;p&gt; I have successfully implemented your session state management technique in my project.But I have a doubt &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If a large number of requests occurs simultaneously to access a session variable which is managed with the static &amp;nbsp;property &amp;nbsp;,how it will be handled?? will it be resulted in a performance degradation??? &lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=268" width="1" height="1"&gt;</description></item><item><title>re: T-SQL Query to Find the Second Highest Column Value in a Table</title><link>http://codeforeternity.com/blogs/technology/archive/2008/01/10/t-sql-query-to-find-the-second-highest-column-value-in-a-table.aspx#267</link><pubDate>Tue, 07 Oct 2008 06:03:05 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:267</guid><dc:creator>Vinod Dhall</dc:creator><description>&lt;p&gt;There is one more simple solution to get the Nth highest value : &lt;/p&gt;
&lt;p&gt;I have the following value in a table depts column id.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ID&lt;/p&gt;
&lt;p&gt;----------&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;17&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;45&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;55&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;59&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;63&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;73&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;87&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;88&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;99&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 222&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 233&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 365&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 450&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 556&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 809&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 996&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;1000&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;1252&lt;/p&gt;
&lt;p&gt;Now to get the 2nd highest value i can use &lt;/p&gt;
&lt;p&gt;select id from depts t1 where 1&lt;/p&gt;
&lt;p&gt; = ( select count(distinct t2.id) from depts t2 where t2.id &amp;gt; t1.id)&lt;/p&gt;
&lt;p&gt;And so on to get the 3rd, 4th ... nth value.&lt;/p&gt;
&lt;p&gt;Here 0 represent the first value.&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=267" width="1" height="1"&gt;</description></item><item><title>re: T-SQL Query to Find the Second Highest Column Value in a Table</title><link>http://codeforeternity.com/blogs/technology/archive/2008/01/10/t-sql-query-to-find-the-second-highest-column-value-in-a-table.aspx#266</link><pubDate>Mon, 29 Sep 2008 09:47:32 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:266</guid><dc:creator>Raghav</dc:creator><description>&lt;p&gt;SELECT name FROM &amp;nbsp;(SELECT * FROM empsal ORDER BY salary ASC) WHERE ROWNUM&amp;lt;=3;&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=266" width="1" height="1"&gt;</description></item><item><title>re: Blackle - Energy Saving Search</title><link>http://codeforeternity.com/blogs/technology/archive/2008/04/24/blackle-energy-saving-search.aspx#265</link><pubDate>Mon, 15 Sep 2008 07:49:29 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:265</guid><dc:creator>Ankur Dewani</dc:creator><description>&lt;p&gt;Considering that blackle works only on CRT it might be a waste when it comes to our new tech of Plasmas and LCD’s using liquid display…. But Energy is only 1 part of the concern, there is also the myth of the internet bandwidth being limited.&lt;/p&gt;
&lt;p&gt;( &lt;a rel="nofollow" target="_new" href="http://news.cnet.com/2100-1034_3-6237715.html"&gt;news.cnet.com/2100-1034_3-6237715.html&lt;/a&gt; ) and various articles covered in the past few months have all been focused around how Ineternet usage and bandwidth would be 50 times more than today and the content created then would jam the internet space.&lt;/p&gt;
&lt;p&gt;Typically utilization of bandwidth and usage is directly proportional to the no.,quality &amp;amp; results of QUERIES that a user inputs from the moment he logs on. These queries can be as simple as searching, or as intense as uploading. At the end of it, its all about minimizing the no. of queries.&lt;/p&gt;
&lt;p&gt;We are trying to research the potential ways of minimizing these queries by pre-defining most searched “keywords” &amp;amp; “categories”.&lt;/p&gt;
&lt;p&gt;By not entering any search query, or typing for searches you would be skipping multiple steps and help in saving energy and bandwidth.&lt;/p&gt;
&lt;p&gt;If we all try and add to this pre-defined list of searches, we can help save far more energy, bandwidth and money.&lt;/p&gt;
&lt;p&gt;Help us all move towards the green technology.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.lazii.com"&gt;http://www.lazii.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(currently in beta stage)&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=265" width="1" height="1"&gt;</description></item><item><title>re: Installing Community Server 2007 with GoDaddy Shared Hosting Plan</title><link>http://codeforeternity.com/blogs/technology/archive/2008/01/02/installing-community-server-2007-with-godaddy-shared-hosting-plan.aspx#264</link><pubDate>Sat, 06 Sep 2008 18:42:40 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:264</guid><dc:creator>Mike Public</dc:creator><description>&lt;p&gt;The link to Dave Stokes guide is dead. Do you have an update?&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=264" width="1" height="1"&gt;</description></item><item><title>re: Developers are Born Brave</title><link>http://codeforeternity.com/blogs/technology/archive/2008/05/16/developers-are-born-brave.aspx#263</link><pubDate>Tue, 02 Sep 2008 08:15:15 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:263</guid><dc:creator>Anoop Nair</dc:creator><description>&lt;p&gt;cool pic man&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=263" width="1" height="1"&gt;</description></item><item><title>re: T-SQL Query to Find the Second Highest Column Value in a Table</title><link>http://codeforeternity.com/blogs/technology/archive/2008/01/10/t-sql-query-to-find-the-second-highest-column-value-in-a-table.aspx#262</link><pubDate>Wed, 27 Aug 2008 12:39:45 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:262</guid><dc:creator>Shruti</dc:creator><description>&lt;p&gt;SELECT TOP 1 Salary FROM (SELECT TOP 2 Salary FROM Employee ORDER BY Salary DESC) AS E ORDER BY Salary ASC&lt;/p&gt;
&lt;p&gt;Please explain me this RAJ...&lt;/p&gt;
&lt;p&gt;Can we use TOP in SQL&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=262" width="1" height="1"&gt;</description></item><item><title>Self-signed SSL certs on IIS 6</title><link>http://codeforeternity.com/blogs/technology/archive/2008/02/15/creating-self-signed-ssl-certificates-on-iis-6-0-and-windows-server-2003.aspx#261</link><pubDate>Tue, 26 Aug 2008 21:04:28 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:261</guid><dc:creator>Self-signed SSL certs on IIS 6</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Self-signed SSL certs on IIS 6&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=261" width="1" height="1"&gt;</description></item><item><title>re: T-SQL Query to Find the Second Highest Column Value in a Table</title><link>http://codeforeternity.com/blogs/technology/archive/2008/01/10/t-sql-query-to-find-the-second-highest-column-value-in-a-table.aspx#257</link><pubDate>Mon, 18 Aug 2008 11:14:34 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:257</guid><dc:creator>prasad</dc:creator><description>&lt;p&gt;how can i retrieve the difference of &amp;nbsp;salaries of 2-employees &amp;nbsp;is greater than 5000 &amp;nbsp;in emp table&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=257" width="1" height="1"&gt;</description></item><item><title>LINQ ElementAt and ElementAtOrDefault</title><link>http://codeforeternity.com/blogs/technology/archive/2008/08/13/linq-elementat-and-elementatordefault.aspx#254</link><pubDate>Wed, 13 Aug 2008 15:18:43 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:254</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=254" width="1" height="1"&gt;</description></item><item><title>re: Nokia SMS Accelerator For N73, N80 and E61</title><link>http://codeforeternity.com/blogs/technology/archive/2007/12/14/nokia-sms-accelerator.aspx#252</link><pubDate>Mon, 11 Aug 2008 15:58:02 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:252</guid><dc:creator>Johnny</dc:creator><description>&lt;p&gt;My phone still takes ages to send a message even after installing this. &amp;nbsp;Ant ideas?&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=252" width="1" height="1"&gt;</description></item><item><title>re: Nokia SMS Accelerator For N73, N80 and E61</title><link>http://codeforeternity.com/blogs/technology/archive/2007/12/14/nokia-sms-accelerator.aspx#251</link><pubDate>Mon, 11 Aug 2008 15:54:47 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:251</guid><dc:creator>Johnny</dc:creator><description>&lt;p&gt;Hey. &amp;nbsp;I have installed this sofware. &amp;nbsp;The phone is alot quicker but it has not stopped my phone taking about 9-10 mins to send a message.&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=251" width="1" height="1"&gt;</description></item><item><title>re: System.Data.DataSetExtensions Assembly Error in Visual Studio 2008 RTM</title><link>http://codeforeternity.com/blogs/technology/archive/2008/04/05/system-data-datasetextensions-assembly-error-in-visual-studio-2008-rtm.aspx#250</link><pubDate>Mon, 04 Aug 2008 04:23:00 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:250</guid><dc:creator>Kearnsy</dc:creator><description>&lt;p&gt;In your project, find the .dll file from the reference list and in the properties window set 'Copy Local' to true. &amp;nbsp;This copies the DLL to your application directory so it can run.&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=250" width="1" height="1"&gt;</description></item><item><title>re: T-SQL Query to Find the Second Highest Column Value in a Table</title><link>http://codeforeternity.com/blogs/technology/archive/2008/01/10/t-sql-query-to-find-the-second-highest-column-value-in-a-table.aspx#249</link><pubDate>Sat, 02 Aug 2008 11:31:21 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:249</guid><dc:creator>Ashish007</dc:creator><description>&lt;p&gt;Dear Raj,&lt;/p&gt;
&lt;p&gt;I want to know what is the some basic difference in sql2005 and sql2008.&lt;/p&gt;
&lt;p&gt;also how will i use geographical data type in sql2008&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=249" width="1" height="1"&gt;</description></item><item><title>re: Handling ASP.NET Session Variables Efficiently</title><link>http://codeforeternity.com/blogs/technology/archive/2007/12/19/handling-asp-net-session-variables-efficiently.aspx#245</link><pubDate>Thu, 31 Jul 2008 04:01:18 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:245</guid><dc:creator>Aries</dc:creator><description>&lt;p&gt;Hey Raj!&lt;/p&gt;
&lt;p&gt;I am an absolute beginer as far as .net is concerned.. I am trying to store a session attribute on page1 and retrieve it on pag2 , 3, 4 etc..&lt;/p&gt;
&lt;p&gt;Let me show hoe i am doing it:&lt;/p&gt;
&lt;p&gt;Page1.aspx&lt;/p&gt;
&lt;p&gt;Session(&amp;quot;s_name&amp;quot;)=&amp;quot;some name&amp;quot;&lt;/p&gt;
&lt;p&gt;---------------------------------------------------------&lt;/p&gt;
&lt;p&gt;page2.aspx&lt;/p&gt;
&lt;p&gt;&amp;lt;script runat=&amp;quot;server&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Dim knam As String = CType(Session(&amp;quot;nn&amp;quot;), String)&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;..&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;--------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;And i get this error:&lt;/p&gt;
&lt;p&gt;=======================================&lt;/p&gt;
&lt;p&gt;Server Error in '/3' Application.&lt;/p&gt;
&lt;p&gt;--------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the &amp;lt;configuration&amp;gt;\&amp;lt;system.web&amp;gt;\&amp;lt;httpModules&amp;gt; section in the application configuration. &lt;/p&gt;
&lt;p&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;/p&gt;
&lt;p&gt;Exception Details: System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the &amp;lt;configuration&amp;gt;\&amp;lt;system.web&amp;gt;\&amp;lt;httpModules&amp;gt; section in the application configuration.&lt;/p&gt;
&lt;p&gt;=======================================&lt;/p&gt;
&lt;p&gt;Please help me resolve this. I am really LOST bro!&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=245" width="1" height="1"&gt;</description></item></channel></rss>