<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>C# codes</title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=1639]]></link>
	<description>C# codes Syndication</description>
	<pubDate>Thu, 02 May 2013 05:38:45 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title><![CDATA[Export a DataSet's Table as an .XLS Excel document]]></title>
		<link>http://www.dreamincode.net/forums/blog/1639/entry-3910-export-a-datasets-table-as-an-xls-excel-document/</link>
		<category></category>
		<description><![CDATA[Hey, I recently had to export some database information in the form of Excel.  There's a lightweight way to do it, but no one has documented it well.  The closest I got to doing it that way was <a href='http://itsrashid.wordpress.com/2007/05/14/export-dataset-to-excel-in-c/' class='bbc_url' title='External link' rel='external'>here</a>...]]></description>
		<pubDate>Sat, 04 Feb 2012 17:30:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1639/entry-3910-export-a-datasets-table-as-an-xls-excel-document/</guid>
	</item>
	<item>
		<title>Scrape a webpage/ php script</title>
		<link>http://www.dreamincode.net/forums/blog/1639/entry-3514-scrape-a-webpage-php-script/</link>
		<category></category>
		<description><![CDATA[You know when you right click a website to view it's source?  Well you can do that in C# and save/manipulate the string however you'd like, and it's FUN!  The below code illustrates.<br /><br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Sat, 11 Jun 2011 22:29:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1639/entry-3514-scrape-a-webpage-php-script/</guid>
	</item>
	<item>
		<title>Delete all records between specific dates</title>
		<link>http://www.dreamincode.net/forums/blog/1639/entry-3498-delete-all-records-between-specific-dates/</link>
		<category></category>
		<description><![CDATA[Ever needed to delete a series of records between dates?  For example, maybe you have <a href='http://www.dreamincode.net/forums/topic/234383-how-to-delete-data-from-given-date-current-date-using-datetimepicker/' class='bbc_url' title='External link' rel='external'>this</a> problem?  Or some problem where you need to go into a dataset and delete records between a series.  Well I've got just the function for you:<br /><br /><br /><br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Sat, 04 Jun 2011 18:00:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1639/entry-3498-delete-all-records-between-specific-dates/</guid>
	</item>
	<item>
		<title>Extension check if table exists  (WORKING .NET 2.0)</title>
		<link>http://www.dreamincode.net/forums/blog/1639/entry-3469-extension-check-if-table-exists-working-net-20/</link>
		<category></category>
		<description><![CDATA[using System;<br />using System.Collections.Generic;<br />using System.Text;<br /><br />// this fixes extension methods in .NET 2.0 <br />// Remove this if you're using .NET &gt; 2.0<br />namespace System.Runtime.CompilerServices<br />{<br />    [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]<br />    public class ExtensionAttribute : Attribute<br />    {<br /> ...]]></description>
		<pubDate>Sun, 22 May 2011 20:27:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1639/entry-3469-extension-check-if-table-exists-working-net-20/</guid>
	</item>
	<item>
		<title>Extension for dealing with associated controls within a host controls event</title>
		<link>http://www.dreamincode.net/forums/blog/1639/entry-3443-extension-for-dealing-with-associated-controls-within-a-host-controls-event/</link>
		<category></category>
		<description><![CDATA[public static class UIExtensions<br />    {<br /><br />        public static Control GetAssociatedControlByType(this Control sender, Type TypeOfDesiredControl)<br />        {<br />            // designed for dtCards<br />            // Imagine this, you have two controls side by side on a form.  When you do something in the left, you'd like to manipulate the right control...]]></description>
		<pubDate>Fri, 13 May 2011 05:00:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1639/entry-3443-extension-for-dealing-with-associated-controls-within-a-host-controls-event/</guid>
	</item>
	<item>
		<title>313_Events, (Delegates) And WPF User Controls.txt</title>
		<link>http://www.dreamincode.net/forums/blog/1639/entry-3399-313-events-delegates-and-wpf-user-controlstxt/</link>
		<category></category>
		<description><![CDATA[::Events, (Delegates) And User Controls.txt::<br /><br />Do you know why delegates are so necessary?  Well, they're practical for when you need to hard code a function to be called, but don't know which function will be called exactly...  <br />If you answered my first question no, then you're probably wondering, "Well, when the hell do you need...]]></description>
		<pubDate>Fri, 29 Apr 2011 02:05:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1639/entry-3399-313-events-delegates-and-wpf-user-controlstxt/</guid>
	</item>
	<item>
		<title>PRINCIPLES OF FUZZING for reliability testing</title>
		<link>http://www.dreamincode.net/forums/blog/1639/entry-3361-principles-of-fuzzing-for-reliability-testing/</link>
		<category></category>
		<description><![CDATA[Abstract under Form1_Load(...).<br /><br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Tue, 12 Apr 2011 17:16:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1639/entry-3361-principles-of-fuzzing-for-reliability-testing/</guid>
	</item>
</channel>
</rss>