<rss version="2.0">
<channel>
	<title>Chris Ongsuco's Weblog</title>
	<link>http://blog.chrisongsuco.net</link>
	<description>Information Technology, business, life, food...</description>
	<pubDate>Mon, 06 Oct 2008 09:22:35 GMT</pubDate>
	<copyright>Copyright 2007-2008 Chris Ongsuco.</copyright>
	<language>en-us</language>

	<item>
		<title><![CDATA[Database BLOB Compression using C# and SharpZipLib]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/09/61/Database-BLOB-Compression-using-CSharp-and-SharpZipLib.aspx</link>
		<pubDate>Fri, 05 Sep 2008 10:40:00 GMT</pubDate>
		<description>
		<![CDATA[
		Sometimes you just have to save files in the database.
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[LiteSqlHelper - yet another .Net data access helper]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/09/60/LiteSqlHelper---yet-another-Net-data-access-helper.aspx</link>
		<pubDate>Wed, 03 Sep 2008 20:02:00 GMT</pubDate>
		<description>
		<![CDATA[
		LiteSqlHelper is a lightweight data access helper that I developed sometime ago.
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[C# 3.5: Extending System.String]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/09/58/CSharp-35-Extending-SystemString.aspx</link>
		<pubDate>Mon, 01 Sep 2008 01:36:00 GMT</pubDate>
		<description>
		<![CDATA[
		With the new extension method feature of C# 3.5 it's now easy to extend your classes for additional functionality.
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[ASP.NET: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/08/59/ASPNET-Unable-to-evaluate-expression-because-the-code-is-optimized-or-a-native-frame-is-on-top-of-the-call-stack.aspx</link>
		<pubDate>Fri, 29 Aug 2008 01:52:00 GMT</pubDate>
		<description>
		<![CDATA[
		ThreadAbortException:Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.If you are using Response.End, Response.Redirect or Server.Transfer somewhere in your code and you encounter this error , please check this solution from Microsoft.
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[C#: "finally" block vs StackOverflowException]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/08/56/CSharp-finally-block-vs-StackOverflowException.aspx</link>
		<pubDate>Tue, 26 Aug 2008 18:59:00 GMT</pubDate>
		<description>
		<![CDATA[
		Taken from the MSDN documentation:The finally block is useful for cleaning up any resources allocated in the try block as well as running any code that must execute even if there is an exception.So in other words whatever code you have in your "finally" block will always execute when an exception occurs, right?
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[Blog changes]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/08/55/Blog-changes.aspx</link>
		<pubDate>Tue, 26 Aug 2008 10:13:00 GMT</pubDate>
		<description>
		<![CDATA[
		I am re-organizing things on my blog so there might be some changes in the tags and links or maybe the layout.I am also adding a new "Project" section where I will be posting some of the projects I created as open source.
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[My Philippine Job Site Listings]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/08/54/My-Philippine-Job-Site-Listings.aspx</link>
		<pubDate>Mon, 04 Aug 2008 00:03:00 GMT</pubDate>
		<description>
		<![CDATA[
		My bookmark of job sites and recruitment firms in the Philippines:Philippine Job SitesJobsDBJobStreetPinoyJobsWorkAbroadPhilippine Recruitment FirmsSAGASS CONSULTINGManpower Outsourcing Services, Inc.Asia Select Inc.CareerQuest Inc.Manpower Outsourcing Services, Inc.Grow IncorporatedHRSolutions Global Inc.Regilent IT Project Management ServicesBusiness Trends PhilippinesSystems Generators Philippines, Inc. (SYSGEN)EmerioApologies to those firm/sites that are not on the list.
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[ADO.NET Entity Framework Vote of No Confidence]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/06/53/ADONET-Entity-Framework-Vote-of-No-Confidence.aspx</link>
		<pubDate>Fri, 27 Jun 2008 06:20:00 GMT</pubDate>
		<description>
		<![CDATA[
		Over the past year, Microsoft and the Entity Framework team have received a tremendous amount of feedback from experts in entity-based applications and software architectures on the .NET platform.
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[May 16, 2008: XDA Friday Session]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/05/50/May-162c-2008-XDA-Friday-Session.aspx</link>
		<pubDate>Tue, 20 May 2008 06:25:00 GMT</pubDate>
		<description>
		<![CDATA[
		A little gathering took place last May 16, 2008 in Rod's condo. 'Twas fun!!! Here are some pictures of the gang.Charm, girl in red, on her 10th cup of Bacardi :-PKnights of the rectangle tableSome random pose with the Ryan's better half - "The Doc"Hey, Olem's drunk and Jen's crying :-P4 alcoholic bastards watching Angel Locsin's Lobo on TV, darn!PeeGees, my friends...;-)
		]]>
		</description>
	</item>
	<item>
		<title><![CDATA[SOA vs BPM: Why compare?]]></title>
		<link>http://blog.chrisongsuco.net/Archive/2008/05/49/SOA-vs-BPM-Why-compare.aspx</link>
		<pubDate>Thu, 15 May 2008 08:05:00 GMT</pubDate>
		<description>
		<![CDATA[
		I just read the news in InfoQ about "Should your architecture focus on SOA or BPM?" and found the title misleading.
		]]>
		</description>
	</item>
</channel>
</rss>