<?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>Ivan Kristianto Blog &#187; Visual Studio.NET</title> <atom:link href="http://www.ivankristianto.com/software-development/visual-studio-net/feed/" rel="self" type="application/rss+xml" /><link>http://www.ivankristianto.com</link> <description>Source for programming, linux/unix, and technology, tutorials, news update, tips and tricks, hobbies and entertainment</description> <lastBuildDate>Mon, 19 Dec 2011 15:40:10 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Regular Expressions Cheat Sheet</title><link>http://www.ivankristianto.com/software-development/visual-studio-net/regular-expressions-cheat-sheet/1598/</link> <comments>http://www.ivankristianto.com/software-development/visual-studio-net/regular-expressions-cheat-sheet/1598/#comments</comments> <pubDate>Fri, 03 Dec 2010 19:38:36 +0000</pubDate> <dc:creator>Ivan Kristianto</dc:creator> <category><![CDATA[Visual Studio.NET]]></category> <category><![CDATA[Cheat sheet]]></category> <category><![CDATA[downloads]]></category> <category><![CDATA[free cheat sheet]]></category> <category><![CDATA[php regular expressions cheatsheet]]></category> <category><![CDATA[regex]]></category> <category><![CDATA[regex cheat sheet]]></category> <category><![CDATA[regex sheet]]></category> <category><![CDATA[regexp cheatsheet linux]]></category> <category><![CDATA[regular expressions]]></category> <category><![CDATA[regular expressions cheat sheet]]></category> <category><![CDATA[ubuntu cheat sheet]]></category> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1598</guid> <description><![CDATA[Regular expressions (regex or regexp) provide a concise and flexible means for matching strings of text, for instance particular characters, words, or patterns of characters. A regular expression is written in a formal language that can be interpreted by a normal expression processor, a program that either serves as a parser generator or examines text [...]]]></description> <wfw:commentRss>http://www.ivankristianto.com/software-development/visual-studio-net/regular-expressions-cheat-sheet/1598/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Things You Can Do With String.Format In C#</title><link>http://www.ivankristianto.com/software-development/visual-studio-net/things-you-can-do-with-string-format-in-c/1495/</link> <comments>http://www.ivankristianto.com/software-development/visual-studio-net/things-you-can-do-with-string-format-in-c/1495/#comments</comments> <pubDate>Fri, 15 Oct 2010 05:29:00 +0000</pubDate> <dc:creator>Ivan Kristianto</dc:creator> <category><![CDATA[Visual Studio.NET]]></category> <category><![CDATA[.net framework]]></category> <category><![CDATA[c#]]></category> <category><![CDATA[Code samples]]></category> <category><![CDATA[convert string]]></category> <category><![CDATA[downloads]]></category> <category><![CDATA[String.Format]]></category> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=1495</guid> <description><![CDATA[Formatting output string with String.Format is really helpful, and it&#8217;s been mostly use when you develop application using C# or VB.Net. String.Format firstly released in .NET Framework 1.1. String.Format is for replaces each format item in a specified String with the text equivalent of a corresponding object&#8217;s value. String.Format overload function: public static string Format&#40; [...]]]></description> <wfw:commentRss>http://www.ivankristianto.com/software-development/visual-studio-net/things-you-can-do-with-string-format-in-c/1495/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[HowTo] Make User Defined Function In SQLite ADO.NET With C#</title><link>http://www.ivankristianto.com/software-development/visual-studio-net/howto-make-user-defined-function-in-sqlite-ado-net-with-csharp/957/</link> <comments>http://www.ivankristianto.com/software-development/visual-studio-net/howto-make-user-defined-function-in-sqlite-ado-net-with-csharp/957/#comments</comments> <pubDate>Sun, 27 Sep 2009 11:56:55 +0000</pubDate> <dc:creator>Ivan Kristianto</dc:creator> <category><![CDATA[Visual Studio.NET]]></category> <category><![CDATA[ado.net]]></category> <category><![CDATA[c#]]></category> <category><![CDATA[custom function]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[Software Development]]></category> <category><![CDATA[sql]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[sqlite user defined functions]]></category> <category><![CDATA[user defined function]]></category> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=957</guid> <description><![CDATA[Sometime we want to make user defined function and use it in our query to the database. In Ms. SQL Server and Oracle DBMS support user defined function, stored procedure and transactional. Since SQLite is zero configuration, serverless and single database file, SQLite doesn&#8217;t support user defined function (If you don&#8217;t know what is SQLite [...]]]></description> <wfw:commentRss>http://www.ivankristianto.com/software-development/visual-studio-net/howto-make-user-defined-function-in-sqlite-ado-net-with-csharp/957/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>[HowTo] Use SqLite ADO.NET with C#</title><link>http://www.ivankristianto.com/software-development/visual-studio-net/howto-use-sqlite-ado-net-with-c/943/</link> <comments>http://www.ivankristianto.com/software-development/visual-studio-net/howto-use-sqlite-ado-net-with-c/943/#comments</comments> <pubDate>Sat, 26 Sep 2009 14:26:05 +0000</pubDate> <dc:creator>Ivan Kristianto</dc:creator> <category><![CDATA[Featured Content]]></category> <category><![CDATA[Visual Studio.NET]]></category> <category><![CDATA[.NET]]></category> <category><![CDATA[c#]]></category> <category><![CDATA[C# sqlite]]></category> <category><![CDATA[database]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[Software Development]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[sqlite ado.net]]></category> <category><![CDATA[sqlite c]]></category> <category><![CDATA[sqlite C3]]></category> <guid
isPermaLink="false">http://www.ivankristianto.com/?p=943</guid> <description><![CDATA[SQLite is software library written in C that implement self-contained (very minimal support from external libraries), serverless (read/write process directly to database file), cross-platform (run in any Operating System), zero-configuration (no setup/installation needed), transactional (implement serializeable transaction) SQL database engine. SQLite is relatively small, approx 275 KB in size and single database file. For me [...]]]></description> <wfw:commentRss>http://www.ivankristianto.com/software-development/visual-studio-net/howto-use-sqlite-ado-net-with-c/943/feed/</wfw:commentRss> <slash:comments>34</slash:comments> </item> </channel> </rss>
