<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>c-c-sharp &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/c-c-sharp/</link>
	<description>Feed of posts on WordPress.com tagged "c-c-sharp"</description>
	<pubDate>Tue, 22 Dec 2009 19:33:29 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[A new style guide or a new way to format your code in C++ or C# or any language: "Code like you speak"]]></title>
<link>http://rhyous.com/2009/11/29/a-new-style-guide-or-a-new-way-to-format-your-code-in-c-or-c-or-any-language-code-like-you-speak/</link>
<pubDate>Sun, 29 Nov 2009 23:47:53 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/11/29/a-new-style-guide-or-a-new-way-to-format-your-code-in-c-or-c-or-any-language-code-like-you-speak/</guid>
<description><![CDATA[Code Like You Speak Ok, so I wrote a post about why I use long variable names, where I discussed how]]></description>
<content:encoded><![CDATA[Code Like You Speak Ok, so I wrote a post about why I use long variable names, where I discussed how]]></content:encoded>
</item>
<item>
<title><![CDATA[How to execute SQL statement that has a single quote in C# or insert a row with a value that has a quote?]]></title>
<link>http://rhyous.com/2009/11/03/how-to-execute-sql-statement-that-has-a-single-quote-in-c-or-insert-a-row-with-a-value-that-has-a-quote/</link>
<pubDate>Tue, 03 Nov 2009 04:20:41 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/11/03/how-to-execute-sql-statement-that-has-a-single-quote-in-c-or-insert-a-row-with-a-value-that-has-a-quote/</guid>
<description><![CDATA[Imagine you have a query such as the following: SELECT * FROM User WHERE LastName='O'Conner' INSERT ]]></description>
<content:encoded><![CDATA[Imagine you have a query such as the following: SELECT * FROM User WHERE LastName='O'Conner' INSERT ]]></content:encoded>
</item>
<item>
<title><![CDATA[How to store a password in an XML file encrypted so it is not in clear text or how to encrypt any textstring?]]></title>
<link>http://rhyous.com/2009/10/23/how-to-store-a-password-in-an-xml-file-encrypted-so-it-is-not-in-clear-text-or-how-to-encrypt-any-textstring/</link>
<pubDate>Fri, 23 Oct 2009 17:20:44 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/10/23/how-to-store-a-password-in-an-xml-file-encrypted-so-it-is-not-in-clear-text-or-how-to-encrypt-any-textstring/</guid>
<description><![CDATA[Ok, so I have an application that needs to take a password and I need to remember that password. All]]></description>
<content:encoded><![CDATA[Ok, so I have an application that needs to take a password and I need to remember that password. All]]></content:encoded>
</item>
<item>
<title><![CDATA[Where to get free training and tutorial videos for WPF?]]></title>
<link>http://rhyous.com/2009/10/16/where-to-get-free-training-and-tutorial-videos-for-wpf/</link>
<pubDate>Fri, 16 Oct 2009 22:25:45 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/10/16/where-to-get-free-training-and-tutorial-videos-for-wpf/</guid>
<description><![CDATA[So WPF doesn&#8217;t seem very well documented. I have been struggling to find good documentation an]]></description>
<content:encoded><![CDATA[So WPF doesn&#8217;t seem very well documented. I have been struggling to find good documentation an]]></content:encoded>
</item>
<item>
<title><![CDATA[A good site for learning WPF ListView as GridView development in C# and WPF]]></title>
<link>http://rhyous.com/2009/10/16/a-good-site-for-learning-wpf-listview-as-gridview-development-in-c-and-wpf/</link>
<pubDate>Fri, 16 Oct 2009 01:26:01 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/10/16/a-good-site-for-learning-wpf-listview-as-gridview-development-in-c-and-wpf/</guid>
<description><![CDATA[So i needed to make a table layout in WPF and I noticed that it is not that simple to learn. However]]></description>
<content:encoded><![CDATA[So i needed to make a table layout in WPF and I noticed that it is not that simple to learn. However]]></content:encoded>
</item>
<item>
<title><![CDATA[How to remove an element from a regular array in C#?]]></title>
<link>http://rhyous.com/2009/10/15/how-to-remove-an-element-from-a-regular-array-in-csharp/</link>
<pubDate>Thu, 15 Oct 2009 07:27:44 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/10/15/how-to-remove-an-element-from-a-regular-array-in-csharp/</guid>
<description><![CDATA[How to remove an element from an regular array in C#? Well, you can&#8217;t really change a regular ]]></description>
<content:encoded><![CDATA[How to remove an element from an regular array in C#? Well, you can&#8217;t really change a regular ]]></content:encoded>
</item>
<item>
<title><![CDATA[How to connect to Salesforce / SForce with C#?]]></title>
<link>http://rhyous.com/2009/10/15/how-to-connect-to-salesforce-sforce-with-csharp/</link>
<pubDate>Thu, 15 Oct 2009 06:00:25 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/10/15/how-to-connect-to-salesforce-sforce-with-csharp/</guid>
<description><![CDATA[Step 1 &#8211; Download and import the wsdl (sorry no steps for this here yet). Step 2 &#8211; Use t]]></description>
<content:encoded><![CDATA[Step 1 &#8211; Download and import the wsdl (sorry no steps for this here yet). Step 2 &#8211; Use t]]></content:encoded>
</item>
<item>
<title><![CDATA[How to return an string array from an enum in C#?]]></title>
<link>http://rhyous.com/2009/10/15/how-to-return-an-string-array-from-an-enum-in-csharp/</link>
<pubDate>Thu, 15 Oct 2009 05:54:43 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/10/15/how-to-return-an-string-array-from-an-enum-in-csharp/</guid>
<description><![CDATA[So I have a enum and I want to pass it to a ComboBox, so I need it to be an array of strings. Well, ]]></description>
<content:encoded><![CDATA[So I have a enum and I want to pass it to a ComboBox, so I need it to be an array of strings. Well, ]]></content:encoded>
</item>
<item>
<title><![CDATA[Working with DateTime and Unix Time Stamps or Universal time (UTC) in C#]]></title>
<link>http://rhyous.com/2009/09/30/working-with-unix-time-stamps-or-universal-time-utc/</link>
<pubDate>Wed, 30 Sep 2009 22:00:43 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/09/30/working-with-unix-time-stamps-or-universal-time-utc/</guid>
<description><![CDATA[Here is the code I used. You should be able to learn everything you need to know by evaluating it. u]]></description>
<content:encoded><![CDATA[Here is the code I used. You should be able to learn everything you need to know by evaluating it. u]]></content:encoded>
</item>
<item>
<title><![CDATA[How to check if a SQL Table exists in C#?]]></title>
<link>http://rhyous.com/2009/09/24/how-to-check-if-a-sql-table-exists-in-c/</link>
<pubDate>Thu, 24 Sep 2009 17:38:07 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/09/24/how-to-check-if-a-sql-table-exists-in-c/</guid>
<description><![CDATA[Simple question, simple answer SQL Query to return the data SELECT TABLE_NAME FROM DBName.INFORMATIO]]></description>
<content:encoded><![CDATA[Simple question, simple answer SQL Query to return the data SELECT TABLE_NAME FROM DBName.INFORMATIO]]></content:encoded>
</item>
<item>
<title><![CDATA[How to pause a Console application in C# or the equivelent to the C++ system("pause") statement?]]></title>
<link>http://rhyous.com/2009/09/23/how-to-pause-a-console-application-in-c-or-the-equivelent-to-the-c-systempause-statement/</link>
<pubDate>Wed, 23 Sep 2009 22:31:59 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/09/23/how-to-pause-a-console-application-in-c-or-the-equivelent-to-the-c-systempause-statement/</guid>
<description><![CDATA[How to pause a Console application in C# or the equivelent to the C++ system(&#8220;pause&#8221;) st]]></description>
<content:encoded><![CDATA[How to pause a Console application in C# or the equivelent to the C++ system(&#8220;pause&#8221;) st]]></content:encoded>
</item>
<item>
<title><![CDATA[How to insert a row into a Microsoft SQL database using C#?]]></title>
<link>http://rhyous.com/2009/09/22/how-to-insert-a-row-into-a-microsoft-sql-database-using-c/</link>
<pubDate>Tue, 22 Sep 2009 23:10:59 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/09/22/how-to-insert-a-row-into-a-microsoft-sql-database-using-c/</guid>
<description><![CDATA[The following example accomplishes this: using System; using System.Collections.Generic; using Syste]]></description>
<content:encoded><![CDATA[The following example accomplishes this: using System; using System.Collections.Generic; using Syste]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the difference between a DataSet and a DataTable?]]></title>
<link>http://rhyous.com/2009/09/22/what-is-the-difference-between-a-dataset-and-a-datatable/</link>
<pubDate>Tue, 22 Sep 2009 17:09:21 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/09/22/what-is-the-difference-between-a-dataset-and-a-datatable/</guid>
<description><![CDATA[What is the difference between a DataSet and a DataTable? Here is a link to the MSDN class informati]]></description>
<content:encoded><![CDATA[What is the difference between a DataSet and a DataTable? Here is a link to the MSDN class informati]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I access a MySQL database with C#?]]></title>
<link>http://rhyous.com/2009/09/22/how-do-i-access-a-mysql-database-with-c/</link>
<pubDate>Tue, 22 Sep 2009 16:58:19 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/09/22/how-do-i-access-a-mysql-database-with-c/</guid>
<description><![CDATA[This was a little bit easier for me because I had just figured all this out on Microsoft SQL and (lo]]></description>
<content:encoded><![CDATA[This was a little bit easier for me because I had just figured all this out on Microsoft SQL and (lo]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I get the number of rows returned from a Microsoft SQL Query in C#?]]></title>
<link>http://rhyous.com/2009/09/21/how-do-i-get-the-number-of-rows-returned-from-a-sql-query-in-c/</link>
<pubDate>Mon, 21 Sep 2009 19:24:02 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/09/21/how-do-i-get-the-number-of-rows-returned-from-a-sql-query-in-c/</guid>
<description><![CDATA[How do I get the number of rows returned from a SQL Query in C#? Having used other languages where t]]></description>
<content:encoded><![CDATA[How do I get the number of rows returned from a SQL Query in C#? Having used other languages where t]]></content:encoded>
</item>
<item>
<title><![CDATA[How I get the number of a rows in a Micorosft SQL table using C#?]]></title>
<link>http://rhyous.com/2009/09/21/how-i-get-the-number-of-a-rows-in-a-table-using-c/</link>
<pubDate>Mon, 21 Sep 2009 18:26:53 +0000</pubDate>
<dc:creator>rhyous</dc:creator>
<guid>http://rhyous.com/2009/09/21/how-i-get-the-number-of-a-rows-in-a-table-using-c/</guid>
<description><![CDATA[How I get the number of rows in a table using C#? Here is a step by step: Step 1 &#8211; Create a ne]]></description>
<content:encoded><![CDATA[How I get the number of rows in a table using C#? Here is a step by step: Step 1 &#8211; Create a ne]]></content:encoded>
</item>
<item>
<title><![CDATA[Koneksi String C# (C Sharp) - mySQL]]></title>
<link>http://yosuaonesimus.wordpress.com/2009/09/09/koneksi-string-c-c-sharp-mysql/</link>
<pubDate>Wed, 09 Sep 2009 02:09:37 +0000</pubDate>
<dc:creator>arrow_405™</dc:creator>
<guid>http://yosuaonesimus.wordpress.com/2009/09/09/koneksi-string-c-c-sharp-mysql/</guid>
<description><![CDATA[using System; using System.Data; using System.Windows.Forms; using MySql.Data.MySqlClient; namespace]]></description>
<content:encoded><![CDATA[using System; using System.Data; using System.Windows.Forms; using MySql.Data.MySqlClient; namespace]]></content:encoded>
</item>
<item>
<title><![CDATA[Error di PDA - Missing sqlceme35.dll]]></title>
<link>http://yosuaonesimus.wordpress.com/2009/09/09/error-di-pda-missing-sqlceme35-dll/</link>
<pubDate>Wed, 09 Sep 2009 02:09:33 +0000</pubDate>
<dc:creator>arrow_405™</dc:creator>
<guid>http://yosuaonesimus.wordpress.com/2009/09/09/error-di-pda-missing-sqlceme35-dll/</guid>
<description><![CDATA[Masih seputar membuat aplikasi PDA, kali ini aplikasi dijalankan di PDA yang berbeda, dan ajaib terj]]></description>
<content:encoded><![CDATA[Masih seputar membuat aplikasi PDA, kali ini aplikasi dijalankan di PDA yang berbeda, dan ajaib terj]]></content:encoded>
</item>
<item>
<title><![CDATA[Koneksi String C# (C Sharp) - sdf (SqlServerCe)]]></title>
<link>http://yosuaonesimus.wordpress.com/2009/09/09/koneksi-string-c-c-sharp-sdf-sqlserverce/</link>
<pubDate>Wed, 09 Sep 2009 02:09:18 +0000</pubDate>
<dc:creator>arrow_405™</dc:creator>
<guid>http://yosuaonesimus.wordpress.com/2009/09/09/koneksi-string-c-c-sharp-sdf-sqlserverce/</guid>
<description><![CDATA[using System; using System.Data; using System.Data.SqlServerCe; using System.IO; using System.Reflec]]></description>
<content:encoded><![CDATA[using System; using System.Data; using System.Data.SqlServerCe; using System.IO; using System.Reflec]]></content:encoded>
</item>
<item>
<title><![CDATA[Error di PDA]]></title>
<link>http://yosuaonesimus.wordpress.com/2009/09/09/error-di-pda/</link>
<pubDate>Wed, 09 Sep 2009 02:09:14 +0000</pubDate>
<dc:creator>arrow_405™</dc:creator>
<guid>http://yosuaonesimus.wordpress.com/2009/09/09/error-di-pda/</guid>
<description><![CDATA[Salah satu pengalaman buruk saya ketika membuat aplikasi PDA adalah saya tidak bisa melakukan instal]]></description>
<content:encoded><![CDATA[Salah satu pengalaman buruk saya ketika membuat aplikasi PDA adalah saya tidak bisa melakukan instal]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Control Naming Conventions]]></title>
<link>http://survivalofthecraziest.wordpress.com/2008/05/01/microsoft-control-naming-conventions/</link>
<pubDate>Thu, 01 May 2008 20:58:05 +0000</pubDate>
<dc:creator>Kartik</dc:creator>
<guid>http://survivalofthecraziest.wordpress.com/2008/05/01/microsoft-control-naming-conventions/</guid>
<description><![CDATA[A discussion with useful links about what naming conventions Microsoft follows/recommends for contro]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A <a href="http://bytes.com/forum/thread248235.html">discussion with useful links</a> about what naming conventions Microsoft follows/recommends for controls (specifically in C#).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ExtremeExperts.com]]></title>
<link>http://survivalofthecraziest.wordpress.com/2008/05/01/extremeexpertscom/</link>
<pubDate>Thu, 01 May 2008 20:52:45 +0000</pubDate>
<dc:creator>Kartik</dc:creator>
<guid>http://survivalofthecraziest.wordpress.com/2008/05/01/extremeexpertscom/</guid>
<description><![CDATA[ExtremeExperts.com hosts some interesting technical articles and HOWTOs for Microsoft .NET based tec]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.extremeexperts.com/">ExtremeExperts.com</a> hosts some interesting technical articles and HOWTOs for Microsoft .NET based technologies.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[C# Reflection and Dynamic Method Invocation]]></title>
<link>http://survivalofthecraziest.wordpress.com/2008/05/01/c-reflection-and-dynamic-method-invocation/</link>
<pubDate>Thu, 01 May 2008 20:45:08 +0000</pubDate>
<dc:creator>Kartik</dc:creator>
<guid>http://survivalofthecraziest.wordpress.com/2008/05/01/c-reflection-and-dynamic-method-invocation/</guid>
<description><![CDATA[Gopalan Suresh Raj has written up a detailed article on the subject. I used it for dynamically creat]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Gopalan Suresh Raj has written up a <a href="http://my.execpc.com/~gopalan/dotnet/reflection.html">detailed article</a> on the subject. I used it for dynamically creating objects of a class whose name was read in as a String.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[C# Programming Tutorial at MeshPlex]]></title>
<link>http://survivalofthecraziest.wordpress.com/2008/05/01/c-programming-tutorial-at-meshplex/</link>
<pubDate>Thu, 01 May 2008 19:57:46 +0000</pubDate>
<dc:creator>Kartik</dc:creator>
<guid>http://survivalofthecraziest.wordpress.com/2008/05/01/c-programming-tutorial-at-meshplex/</guid>
<description><![CDATA[MeshPlex, a community-driven, wiki-based tutorial database, has a fairly good collection of C# knowl]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.meshplex.org/wiki/Main_Page">MeshPlex</a>, a community-driven, wiki-based tutorial database, has a fairly good collection of <a href="http://www.meshplex.org/wiki/C_Sharp_Tutorial">C# knowledge here</a>. It is divided into &#8220;Basics&#8221; and &#8220;Advanced&#8221;, so you are sure to find something that meets your requirement.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
