<?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"
	>

<channel>
	<title>Codelines</title>
	<atom:link href="http://codelines.net.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://codelines.net.au</link>
	<description>Debugging the art of software</description>
	<pubDate>Wed, 26 Nov 2008 07:29:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>WCF Services - Security From An ABC Approach</title>
		<link>http://codelines.net.au/article/wcf-services-security-from-an-abc-apprach/</link>
		<comments>http://codelines.net.au/article/wcf-services-security-from-an-abc-apprach/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 07:26:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[WCF]]></category>

		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://codelines.net.au/?p=261</guid>
		<description><![CDATA[Making web services easily accessible is usually a primary concern when deploying web services but it is important to keep in mind how the service will be used and by whom or what. Hardening deployed web services and providing appropriate level security for the application thereof is a large topic unto itself. However, in this [...]]]></description>
		<wfw:commentRss>http://codelines.net.au/article/wcf-services-security-from-an-abc-apprach/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hosting Options For Windows Communication Foundation (WCF) Services</title>
		<link>http://codelines.net.au/article/hosting-options-for-windows-communication-foundation-wcf-services/</link>
		<comments>http://codelines.net.au/article/hosting-options-for-windows-communication-foundation-wcf-services/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 12:25:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[WCF]]></category>

		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://codelines.net.au/?p=250</guid>
		<description><![CDATA[WCF Services can be hosted in a number of ways depending on the need and required usage of the service.
Leveraging a Re-Useable WCF Service
Using Visual Studio 2008 you can quickly and easily build flexible WCF services that are hosting environment neutral. That is, build the web service as a library which can be re-used in [...]]]></description>
		<wfw:commentRss>http://codelines.net.au/article/hosting-options-for-windows-communication-foundation-wcf-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Information Dissemination With Windows Communication Foundation (WCF)</title>
		<link>http://codelines.net.au/article/information-dissemination-with-windows-communication-foundation-wcf/</link>
		<comments>http://codelines.net.au/article/information-dissemination-with-windows-communication-foundation-wcf/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 11:55:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[WCF]]></category>

		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://codelines.net.au/?p=245</guid>
		<description><![CDATA[Web services are an integral part of information dissemination amongst heterogenous information sources. Micosoft&#8217;s Windows Communication Foundation (WCF) services provide a quick and easy foundation from which to create rich web services. In this post I&#8217;m going to look at the main components of the App.config file and the web service contract and implementation.
WCF Endpoints
The [...]]]></description>
		<wfw:commentRss>http://codelines.net.au/article/information-dissemination-with-windows-communication-foundation-wcf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Database And In-Memory Paging With ADO.NET And LINQ</title>
		<link>http://codelines.net.au/article/database-and-in-memory-paging-with-adonet-and-linq/</link>
		<comments>http://codelines.net.au/article/database-and-in-memory-paging-with-adonet-and-linq/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[.NET]]></category>

		<category><![CDATA[ADO.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Data Paging]]></category>

		<category><![CDATA[Database Paging]]></category>

		<category><![CDATA[LINQ]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://codelines.net.au/?p=189</guid>
		<description><![CDATA[When performing queries over large datasets there is often the need to page the data, such that it can be displayed in smaller amounts, aka pages, incrementally. When thinking about database paging two immediate distinctions can be made; in-memory paging and database paging.
Depending on the size and usage of the data, each has its advantages [...]]]></description>
		<wfw:commentRss>http://codelines.net.au/article/database-and-in-memory-paging-with-adonet-and-linq/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Benefits of The ADO .Net Managed Provider Factory Model</title>
		<link>http://codelines.net.au/article/benefits-of-the-ado-net-managed-provider-factory-model/</link>
		<comments>http://codelines.net.au/article/benefits-of-the-ado-net-managed-provider-factory-model/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:46:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[.NET]]></category>

		<category><![CDATA[ADO.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Database Provider Factory]]></category>

		<category><![CDATA[Database Provider Model]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://codelines.net.au/?p=183</guid>
		<description><![CDATA[The .NET managed provider factory model makes it easy to switch between database providers without having to change or re-compile any code. How does it achieve this vendor independent behaviour? Through a software pattern or model known as the database provider model.
Database Providers
Typically, when writing applications that make use of ADO.NET you make use of [...]]]></description>
		<wfw:commentRss>http://codelines.net.au/article/benefits-of-the-ado-net-managed-provider-factory-model/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
