<?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>MsDotNetMentor &#187; Windows Cmmunication Foundation</title>
	<atom:link href="http://www.msdotnetmentor.com/category/windows-cmmunication-foundation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msdotnetmentor.com</link>
	<description>Knowing Is Not Enough We Must Apply</description>
	<lastBuildDate>Mon, 09 Jan 2012 20:57:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Contracts : at a glance</title>
		<link>http://www.msdotnetmentor.com/windows-cmmunication-foundation/contracts-at-a-glance.html</link>
		<comments>http://www.msdotnetmentor.com/windows-cmmunication-foundation/contracts-at-a-glance.html#comments</comments>
		<pubDate>Fri, 03 Jul 2009 10:00:08 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Windows Cmmunication Foundation]]></category>

		<guid isPermaLink="false">http://www.msdotnetmentor.com/?p=573</guid>
		<description><![CDATA[In simple words contract defines the functionality provides/offers by a service and functionally uses by the client.
Main point to note is: Contract can be completely independent of the implementation of service.
In WCF [Windows Comunication Foundation] can be grouped in following three different contract types:

Data Contract
Describes a data structure.Maps CLR types to XSD. In other words we can say that it defines the Data received by and returned from Service.
Here CLR types are mapped to XML schemas. Data Contract requires explicit marking of the fields that should be serialized with the ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/windows-cmmunication-foundation/contracts-at-a-glance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug WCF Services : At a glance</title>
		<link>http://www.msdotnetmentor.com/windows-cmmunication-foundation/debug-wcf-services-at-a-glance.html</link>
		<comments>http://www.msdotnetmentor.com/windows-cmmunication-foundation/debug-wcf-services-at-a-glance.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:32:16 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Windows Cmmunication Foundation]]></category>

		<guid isPermaLink="false">http://www.msdotnetmentor.com/?p=560</guid>
		<description><![CDATA[Debugging a WCF Service
Following are the 3-different ways to start debugging a WCF service:

When you are debugging a client process that calls a service. Here debugger steps into the service also service does not have to be in the same solution as your client application.
When you are debugging a client process that requests to a service and here service must be a part of your solution.
When you are using Attach to Process to attach to currently running service. Here debugging begins inside the service.

 
Debugging with Visual Studio 2008
Using Visual ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/windows-cmmunication-foundation/debug-wcf-services-at-a-glance.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

