<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sochinda&#039;s Blog</title>
	<atom:link href="http://sochinda.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sochinda.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 11:37:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sochinda.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sochinda&#039;s Blog</title>
		<link>http://sochinda.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sochinda.wordpress.com/osd.xml" title="Sochinda&#039;s Blog" />
	<atom:link rel='hub' href='http://sochinda.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to remove index.php in Codeigniter URL</title>
		<link>http://sochinda.wordpress.com/2012/01/25/how-to-remove-index-php-in-codeigniter-url/</link>
		<comments>http://sochinda.wordpress.com/2012/01/25/how-to-remove-index-php-in-codeigniter-url/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 08:17:59 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=551</guid>
		<description><![CDATA[By default, the index.php file will be included in your URLs: example.com/index.php/news/article/my_article You can easily remove this file by using a .htaccess file with some simple rules. Here is an example of such a file, using the &#8220;negative&#8221; method in which everything is redirected except the specified items: In the above example, any HTTP request other than <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=551&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2012/01/25/how-to-remove-index-php-in-codeigniter-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>
	</item>
		<item>
		<title>Linq to SQL with WCF Services</title>
		<link>http://sochinda.wordpress.com/2012/01/19/linq-to-sql-with-wcf-services/</link>
		<comments>http://sochinda.wordpress.com/2012/01/19/linq-to-sql-with-wcf-services/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 08:20:03 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[LinQ]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=547</guid>
		<description><![CDATA[I was interested to see how I could use Linq to SQL with WCF Services to load and save data using a Silverlight project.  In this post I will expand upon the database I created in my Linq to SQL Tutorial and the console application I wrote for my Set inheritance modifiers with SQLMetal post. The first step is <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=547&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2012/01/19/linq-to-sql-with-wcf-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>

		<media:content url="http://www.joe-stevens.com/wp-content/uploads/2009/07/linqwcf_datacontext_properties.jpg" medium="image">
			<media:title type="html">Linq Serialization Mode Property</media:title>
		</media:content>

		<media:content url="http://www.joe-stevens.com/wp-content/uploads/2009/07/linqwcf_datagrid.jpg" medium="image">
			<media:title type="html">Linq WCF Datagrid</media:title>
		</media:content>

		<media:content url="http://www.joe-stevens.com/wp-content/uploads/2009/07/linqwcf_dataform.jpg" medium="image">
			<media:title type="html">Linq WCF DataForm</media:title>
		</media:content>

		<media:content url="http://www.joe-stevens.com/wp-content/uploads/2009/07/linqwcf_timestamp_field.jpg" medium="image">
			<media:title type="html">Linq WCF Timestamp Field</media:title>
		</media:content>

		<media:content url="http://www.joe-stevens.com/wp-content/uploads/2009/07/linqwcf_timestamp_properties1.jpg" medium="image">
			<media:title type="html">Linq WCF Timestamp Properties</media:title>
		</media:content>

		<media:content url="http://www.joe-stevens.com/wp-content/uploads/2009/07/linqwcf_updatedate_field1.jpg" medium="image">
			<media:title type="html">Linq WCF UpdateDate Field</media:title>
		</media:content>

		<media:content url="http://www.joe-stevens.com/wp-content/uploads/2009/07/linqwcf_updatedate_default1.jpg" medium="image">
			<media:title type="html">Linq WCF UpdateDate Default</media:title>
		</media:content>
	</item>
		<item>
		<title>How to call a WCF service using ksoap2 on android</title>
		<link>http://sochinda.wordpress.com/2012/01/18/how-to-call-a-wcf-service-using-ksoap2-on-android/</link>
		<comments>http://sochinda.wordpress.com/2012/01/18/how-to-call-a-wcf-service-using-ksoap2-on-android/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 06:40:52 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=543</guid>
		<description><![CDATA[In &#8220;theory&#8221; wcf with basic http binding and asmx should work the same. It could be something to do with how your WCF service is configured. We get a similar problem if we configure TransferMode Streamed on the client and Buffered on the server. Although not sure if this is relevant in your case. private <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=543&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2012/01/18/how-to-call-a-wcf-service-using-ksoap2-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>
	</item>
		<item>
		<title>Communication Between WCF Service and Android Client</title>
		<link>http://sochinda.wordpress.com/2012/01/18/communication-between-wcf-service-and-android-client/</link>
		<comments>http://sochinda.wordpress.com/2012/01/18/communication-between-wcf-service-and-android-client/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 06:33:50 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=537</guid>
		<description><![CDATA[Communication Between WCF Service and Android Client Overview of REST in WCF Windows Communication Foundation (WCF), part of the .NET Framework, provides the first unified programming model for rapidly building service-oriented applications. It enables the development of secure, reliable, transacted services that interoperate with current Microsoft investments and non-Microsoft platforms. With the .NET Framework 3.5 <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=537&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2012/01/18/communication-between-wcf-service-and-android-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>

		<media:content url="http://sochinda.files.wordpress.com/2012/01/dataexchange.jpg?w=256" medium="image" />
	</item>
		<item>
		<title>Getting Started Building a WCF Web Service</title>
		<link>http://sochinda.wordpress.com/2012/01/18/getting-started-building-a-wcf-web-service/</link>
		<comments>http://sochinda.wordpress.com/2012/01/18/getting-started-building-a-wcf-web-service/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 06:23:44 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=533</guid>
		<description><![CDATA[This post is the first in a series of upcoming MSDN articles on creating a claims-aware web service and consuming it from SharePoint BCS.  In the short time that I’ve worked with claims-based authentication, what I experience is that while there are not very many steps to get it working, if you get anything wrong, then it <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=533&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2012/01/18/getting-started-building-a-wcf-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>
	</item>
		<item>
		<title>Catch scroll to end of DataGridView in C#</title>
		<link>http://sochinda.wordpress.com/2012/01/03/catch-scroll-to-end-of-datagridview-in-c/</link>
		<comments>http://sochinda.wordpress.com/2012/01/03/catch-scroll-to-end-of-datagridview-in-c/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 03:18:56 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Window Application]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=528</guid>
		<description><![CDATA[How to catch when the user scrolls to the bottom of the dataGridView, so I can load more results: private DateTime lastLoading; In this variable I save last loading time and it is used to prevent &#8220;loading while loading&#8221; (scroll event is fired while loading because of the automatic scrolling) . Interval between loading in <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=528&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2012/01/03/catch-scroll-to-end-of-datagridview-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Up VPN for Mac</title>
		<link>http://sochinda.wordpress.com/2012/01/01/set-up-vpn-for-mac/</link>
		<comments>http://sochinda.wordpress.com/2012/01/01/set-up-vpn-for-mac/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 12:51:24 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
		
		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=495</guid>
		<description><![CDATA[Mac OS X 10.5 (Leopard) Open System Preferences by going to Apple &#62; System Preferences. Select the Network icon in the System Preferences window. Select the + button at the bottom left of the screen to add a new connection. Select the following: a. Interface: VPN b. VPN Type: PPTP c. Service Name: NUVPN d. Select Create. Click the arrows to the right Configuration and select Add Configuration from the drop down menu. Enter NUVPN in the Name field and select Create. From Network window enter the following information: <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=495&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2012/01/01/set-up-vpn-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPN1.jpg" medium="image">
			<media:title type="html">Select System Preferences drop down menu</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPN2.jpg" medium="image">
			<media:title type="html">Select Network icon</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPN3.jpg" medium="image">
			<media:title type="html">Network window</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPN4.jpg" medium="image">
			<media:title type="html">Select interface window</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPN5.jpg" medium="image">
			<media:title type="html">Configuration drop down menu</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPN6.jpg" medium="image">
			<media:title type="html">Name the configuration</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPN7.jpg" medium="image">
			<media:title type="html">Network window</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPNAdvanced.jpg" medium="image">
			<media:title type="html">Advanced</media:title>
		</media:content>

		<media:content url="http://www.it.northwestern.edu/images/support/LeopardVPN7.jpg" medium="image">
			<media:title type="html">Network window</media:title>
		</media:content>
	</item>
		<item>
		<title>How to create a setup project for a Windows Service application in Visual C#</title>
		<link>http://sochinda.wordpress.com/2011/12/09/how-to-create-a-setup-project-for-a-windows-service-application-in-visual-c/</link>
		<comments>http://sochinda.wordpress.com/2011/12/09/how-to-create-a-setup-project-for-a-windows-service-application-in-visual-c/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 08:36:56 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Window Application]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=525</guid>
		<description><![CDATA[This article describes how to create a setup project for a Windows Service application (formerly named an &#8220;NT service&#8221;). To do this, you must first create a solution that contains a simple Windows Service project that writes an entry to its application log. You then add a setup project to the solution to install the <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=525&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2011/12/09/how-to-create-a-setup-project-for-a-windows-service-application-in-visual-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>

		<media:content url="http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif" medium="image" />

		<media:content url="http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif" medium="image" />

		<media:content url="http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif" medium="image" />

		<media:content url="http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif" medium="image" />
	</item>
		<item>
		<title>10 Tips to Improve your LINQ to SQL Application Performance</title>
		<link>http://sochinda.wordpress.com/2011/12/06/10-tips-to-improve-your-linq-to-sql-application-performance/</link>
		<comments>http://sochinda.wordpress.com/2011/12/06/10-tips-to-improve-your-linq-to-sql-application-performance/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 09:03:25 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=523</guid>
		<description><![CDATA[Hey there, back again. In my first post about LINQ I tried to provide a brief(okay, bit detailed) introduction for those who want to get involved with LINQ to SQL. In that post I promised to write about a basic integration of WCF and LINQ to SQL working together, but this is not that post. Since LINQ <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=523&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2011/12/06/10-tips-to-improve-your-linq-to-sql-application-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>
	</item>
		<item>
		<title>Barcode Image Generation Library</title>
		<link>http://sochinda.wordpress.com/2011/12/02/barcode-image-generation-library/</link>
		<comments>http://sochinda.wordpress.com/2011/12/02/barcode-image-generation-library/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 03:07:53 +0000</pubDate>
		<dc:creator>sochinda</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://sochinda.wordpress.com/?p=521</guid>
		<description><![CDATA[Posted by:  Brad Barnhill Download library &#8211; 35.1 KB Download source &#8211; 77 KB Introduction This article and its code provides a way for developers to put barcodes into their applications. It allows for the generation of barcode images without the use of &#8220;barcode fonts&#8221;. This need arose out of the necessity for one of my own projects to use barcodes <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sochinda.wordpress.com&amp;blog=9195454&amp;post=521&amp;subd=sochinda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sochinda.wordpress.com/2011/12/02/barcode-image-generation-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/468cc14f55976014125ead9b0f45b397?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sochinda</media:title>
		</media:content>

		<media:content url="http://www.codeproject.com/KB/graphics/BarcodeLibrary/screenshot.jpg" medium="image">
			<media:title type="html">screenshot.jpg</media:title>
		</media:content>

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />

		<media:content url="http://www.codeproject.com/images/minus.gif" medium="image" />
	</item>
	</channel>
</rss>
