<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Live with Dot Net &#187; C Sharp .Net</title>
	<atom:link href="http://www.livewithdotnet.com/category/c-sharp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.livewithdotnet.com</link>
	<description>Just another Programming weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:54:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SQL Bulk Copy using SQL Server 2005</title>
		<link>http://www.livewithdotnet.com/sql-bulk-copy-using-sql-server-2005/</link>
		<comments>http://www.livewithdotnet.com/sql-bulk-copy-using-sql-server-2005/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:33:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp .Net]]></category>
		<category><![CDATA[DB Query]]></category>
		<category><![CDATA[c sharp code]]></category>
		<category><![CDATA[SQL Bulk Copy]]></category>
		<category><![CDATA[SQL Bulk Copy using SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=19</guid>
		<description><![CDATA[The below code help in copying a large amount of data from the local datastore to the sql server database. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 protected void Button11_Click&#40;object sender, EventArgs e&#41; &#123; ConnectionStringSettings [...]<p><a href="http://www.livewithdotnet.com/sql-bulk-copy-using-sql-server-2005/">SQL Bulk Copy using SQL Server 2005</a> is a post from: <a href="http://www.livewithdotnet.com">Live with Dot Net</a></p>
]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/sql-bulk-copy-using-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy Directory from the file system</title>
		<link>http://www.livewithdotnet.com/copy-directory-from-the-file-system/</link>
		<comments>http://www.livewithdotnet.com/copy-directory-from-the-file-system/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 21:56:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp .Net]]></category>
		<category><![CDATA[c sharp code]]></category>
		<category><![CDATA[copy directory]]></category>
		<category><![CDATA[Copy Directory from the file system]]></category>
		<category><![CDATA[file system]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=17</guid>
		<description><![CDATA[There is a missing class in the .net library to copy directory from the file system in the System.io namespace. The below code provide the functionality to copy directory to other location. It needs two parameters source folders and the destination path. 1 2 3 4 5 6 7 8 9 10 11 12 13 [...]<p><a href="http://www.livewithdotnet.com/copy-directory-from-the-file-system/">Copy Directory from the file system</a> is a post from: <a href="http://www.livewithdotnet.com">Live with Dot Net</a></p>
]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/copy-directory-from-the-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping the remote system, copy file to the remote system</title>
		<link>http://www.livewithdotnet.com/ping-the-remote-system-copy-file-to-the-remote-system/</link>
		<comments>http://www.livewithdotnet.com/ping-the-remote-system-copy-file-to-the-remote-system/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 12:05:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp .Net]]></category>
		<category><![CDATA[api code]]></category>
		<category><![CDATA[asp net]]></category>
		<category><![CDATA[c sharp .net code]]></category>
		<category><![CDATA[check its status]]></category>
		<category><![CDATA[code control]]></category>
		<category><![CDATA[copy any file to that remote system]]></category>
		<category><![CDATA[dot net convert]]></category>
		<category><![CDATA[net framework code]]></category>
		<category><![CDATA[ping a remote system]]></category>
		<category><![CDATA[source code basic]]></category>
		<category><![CDATA[string code]]></category>
		<category><![CDATA[text programming]]></category>
		<category><![CDATA[visual studio code]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=14</guid>
		<description><![CDATA[Below code help you to Ping a remote system to check its status, and copy any file to that remote system. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [...]<p><a href="http://www.livewithdotnet.com/ping-the-remote-system-copy-file-to-the-remote-system/">Ping the remote system, copy file to the remote system</a> is a post from: <a href="http://www.livewithdotnet.com">Live with Dot Net</a></p>
]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/ping-the-remote-system-copy-file-to-the-remote-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check whether the current user have the admin rights</title>
		<link>http://www.livewithdotnet.com/check-whether-the-current-user-have-the-admin-rights/</link>
		<comments>http://www.livewithdotnet.com/check-whether-the-current-user-have-the-admin-rights/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 22:43:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp .Net]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Check]]></category>
		<category><![CDATA[code use]]></category>
		<category><![CDATA[code visual studio net]]></category>
		<category><![CDATA[csharp programming]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[dot net sample code]]></category>
		<category><![CDATA[get code]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[open code]]></category>
		<category><![CDATA[principal]]></category>
		<category><![CDATA[privilege]]></category>
		<category><![CDATA[programming form]]></category>
		<category><![CDATA[rights]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[visual basic microsoft access]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=12</guid>
		<description><![CDATA[You can check the current user privilege using the identity principal of the current user. Below code helps you to check whether the current user has the Administrator privilege or not. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 public [...]<p><a href="http://www.livewithdotnet.com/check-whether-the-current-user-have-the-admin-rights/">Check whether the current user have the admin rights</a> is a post from: <a href="http://www.livewithdotnet.com">Live with Dot Net</a></p>
]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/check-whether-the-current-user-have-the-admin-rights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing data inthe Dataset into an Excel (with formattings)</title>
		<link>http://www.livewithdotnet.com/writing-data-inthe-dataset-into-an-excel-with-formattings/</link>
		<comments>http://www.livewithdotnet.com/writing-data-inthe-dataset-into-an-excel-with-formattings/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 12:54:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp .Net]]></category>
		<category><![CDATA[do some style formatting in the Excel output]]></category>
		<category><![CDATA[dot net timer]]></category>
		<category><![CDATA[dot net vb]]></category>
		<category><![CDATA[dotnet net]]></category>
		<category><![CDATA[Microsoft.Office.Interop.Excel]]></category>
		<category><![CDATA[Microsoft.VisualBasic]]></category>
		<category><![CDATA[namespace]]></category>
		<category><![CDATA[need to reference interopable dll to you project]]></category>
		<category><![CDATA[open dot net]]></category>
		<category><![CDATA[source code dot net]]></category>
		<category><![CDATA[vb net code]]></category>
		<category><![CDATA[visual basic dot net code]]></category>
		<category><![CDATA[visual basic net code]]></category>
		<category><![CDATA[write the data from the DataSet into a Excel]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=7</guid>
		<description><![CDATA[The code below help to writing the data from the DataSet into a Excel. You can also do some style formatting in the Excel output. You need two important namespace to implement this concept, 'Microsoft.Office.Interop.Excel', 'Microsoft.VisualBasic'. You should also need to reference these interopable dll into you project. This code need the MS Excel to [...]<p><a href="http://www.livewithdotnet.com/writing-data-inthe-dataset-into-an-excel-with-formattings/">Writing data inthe Dataset into an Excel (with formattings)</a> is a post from: <a href="http://www.livewithdotnet.com">Live with Dot Net</a></p>
]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/writing-data-inthe-dataset-into-an-excel-with-formattings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/43 queries in 0.016 seconds using disk: basic
Object Caching 970/1052 objects using disk: basic

Served from: www.livewithdotnet.com @ 2012-02-06 17:35:29 -->
