<?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>Dimas A Lasama &#187; C#</title>
	<atom:link href="http://www.punyadimas.com/category/c/feed" rel="self" type="application/rss+xml" />
	<link>http://www.punyadimas.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 19:23:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple Primes</title>
		<link>http://www.punyadimas.com/simple-primes.html</link>
		<comments>http://www.punyadimas.com/simple-primes.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 10:34:31 +0000</pubDate>
		<dc:creator>punyadimas</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://punyadimas.com/?p=200</guid>
		<description><![CDATA[using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Prima { class Program { static void Main(string[] args) { bool isPrima; string x = Console.ReadLine(); int JumlahBilangan = Convert.ToInt32(x); int i = 0; int bilanganPrima = 2; while (i &#60; JumlahBilangan) { isPrima = true; for (int j = 2; j &#60; bilanganPrima; j++) { [...]]]></description>
		<wfw:commentRss>http://www.punyadimas.com/simple-primes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export To TXT File</title>
		<link>http://www.punyadimas.com/export-to-excel.html</link>
		<comments>http://www.punyadimas.com/export-to-excel.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 10:30:21 +0000</pubDate>
		<dc:creator>punyadimas</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://punyadimas.com/?p=193</guid>
		<description><![CDATA[using System; using System.Configuration; using System.Data; using System.Data.OracleClient; using System.IO; //using Oracle.DataAccess.Client; //using Oracle.DataAccess.Types; namespace AutoReport { class Program { static void Main(string[] args) { DateTime time = DateTime.Now.AddDays(-1); string format = "dMMyyyy"; string format1 = "d-MMMM-yyyy"; string ConnString = ConfigurationManager.AppSettings["nama1"]; StreamReader re = File.OpenText("jamu.dim"); string input = re.ReadLine(); string a = input; OracleConnection con [...]]]></description>
		<wfw:commentRss>http://www.punyadimas.com/export-to-excel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Format Date di C#</title>
		<link>http://www.punyadimas.com/format-date-di-c.html</link>
		<comments>http://www.punyadimas.com/format-date-di-c.html#comments</comments>
		<pubDate>Tue, 18 May 2010 09:20:03 +0000</pubDate>
		<dc:creator>punyadimas</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://punyadimas.com/?p=93</guid>
		<description><![CDATA[lagi bikin format date nih... tadi ngumbek2 di google. Nemu format date terus di Custome deh... Ini kl mo ambil Yesterday DateTime time = DateTime.Now.AddDays(-1); string format = "d-MMMM-yyyy"; Console.WriteLine(time.ToString(format)); Console.Read(); Kl buat besok tambah 1 DateTime.Now.AddDays(+1) kl buat sekarang DateTime.Now; Buat format nya default nya sebagai berikut : d = 3/3/2006 D = Friday, [...]]]></description>
		<wfw:commentRss>http://www.punyadimas.com/format-date-di-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

