﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Most recent blog entries</title>
    <description>Articles on various technical aspects</description>
    <link>http://www.technicalganesh.com/Articles/tabid/55/language/en-US/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>ganesh@technicalganesh.com</managingEditor>
    <webMaster>ganesh@technicalganesh.com</webMaster>
    <pubDate>Tue, 06 Jan 2009 00:05:50 GMT</pubDate>
    <lastBuildDate>Tue, 06 Jan 2009 00:05:50 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.3.0.16726</generator>
    <item>
      <title>Function to remove Duplicate records in Asp.Net</title>
      <description>This function is used to remove the duplicate records and to get the distinct records of the data table  while passing the column name of the dataset table.I hope,this will be very useful to all.</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/21/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/21/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=21</guid>
      <pubDate>Thu, 27 Nov 2008 05:10:49 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=21</trackback:ping>
    </item>
    <item>
      <title>SQL SERVER - What is - DML, DDL, DCL and TCL - Introduction and Examples</title>
      <description>This articles describes Introduction of DML, DDL, DCL and TCL and Aggregate functions examples...</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/20/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/20/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=20</guid>
      <pubDate>Mon, 03 Nov 2008 06:18:08 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=20</trackback:ping>
    </item>
    <item>
      <title>Differences Delete, Drop, Truncate in sql server</title>
      <description>This article describes the differences of Delete, Drop and Truncate in sql server</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/19/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/19/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=19</guid>
      <pubDate>Mon, 03 Nov 2008 06:01:50 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=19</trackback:ping>
    </item>
    <item>
      <title>Difference Delete, Drop, Truncate in sql server</title>
      <description>This article describes the differences of Delete, Drop and Truncate in sql server</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/18/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/18/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=18</guid>
      <pubDate>Mon, 03 Nov 2008 06:01:30 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=18</trackback:ping>
    </item>
    <item>
      <title>Securing the Connection String in Asp.Net</title>
      <description>Basically we can use the web.config file to save our connection string. We can easily altering the connection string if it changes in the future. When we store the connection string in the web.config file it's stored in a readable form. If anyone can open the web.config file he can read the connection string and security will be lose. 

So In this article we will see that how we can secure our connection string by encrypting it. </description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/17/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/17/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=17</guid>
      <pubDate>Sat, 01 Nov 2008 12:53:05 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=17</trackback:ping>
    </item>
    <item>
      <title>Producer-Consumer problem through Java applet</title>
      <description>A Traditional multitasking operating system problem demonstrated with a java applet. This program explains the concepts of Producer-Consumer problem, shared memory access, Multithreading and Monitor as a synchronizing mechanism in Java.</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/16/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/16/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=16</guid>
      <pubDate>Sun, 21 Sep 2008 03:18:30 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=16</trackback:ping>
    </item>
    <item>
      <title>Three Sorting functions in a singe C++ class</title>
      <description>This program implements Three mostly used sorting algorithms viz., Quicksort, Mergesort and Heapsort in a single class. This will be useful for the people who learn C++, OOP and sorting algorithms together.</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/15/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/15/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=15</guid>
      <pubDate>Thu, 04 Sep 2008 03:00:42 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=15</trackback:ping>
    </item>
    <item>
      <title>Row numbers in SQL Query (MS SQL Server 2000 and 2005)</title>
      <description>This Article helps you assigning row numbers to the result of select SQL query in Microsoft SQL Server 2000 and SQL Server 2005.</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/14/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/14/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=14</guid>
      <pubDate>Tue, 12 Aug 2008 11:58:49 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=14</trackback:ping>
    </item>
    <item>
      <title>Internet Information Services (IIS) - An Introduction</title>
      <description>IIS helps web servers to publish various services over the Internet. This Article introduces IIS and its services to a beginner.</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/13/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/13/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=13</guid>
      <pubDate>Mon, 21 Jul 2008 03:54:56 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=13</trackback:ping>
    </item>
    <item>
      <title>Pointers made simple - Part 1</title>
      <description>Don’t lose your nerve when you forced to work with pointers? Pointer is an interesting feature of C language. It plays a vital role in major C programs. I hope this article makes you to understand pointers easily and takes you up to the level of playing with pointers.</description>
      <link>http://www.technicalganesh.com/Articles/tabid/55/EntryID/10/language/en-US/Default.aspx</link>
      <comments>http://www.technicalganesh.com/Articles/tabid/55/EntryID/10/language/en-US/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.technicalganesh.com/Default.aspx?tabid=55&amp;EntryID=10</guid>
      <pubDate>Mon, 12 May 2008 15:09:26 GMT</pubDate>
      <slash:comments>3</slash:comments>
      <trackback:ping>http://www.technicalganesh.com/DesktopModules/Blog/Trackback.aspx?id=10</trackback:ping>
    </item>
  </channel>
</rss>