<?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>An Experiment in Progress &#187; propertycollection</title>
	<atom:link href="http://www.programmingfundas.com/blog/tag/propertycollection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfundas.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 01 Jan 2012 05:15:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using Property Collection in MS CRM 4.0</title>
		<link>http://www.programmingfundas.com/blog/2008/12/20/using-property-collection-in-ms-crm-40/</link>
		<comments>http://www.programmingfundas.com/blog/2008/12/20/using-property-collection-in-ms-crm-40/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 08:40:40 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[Property Collection]]></category>
		<category><![CDATA[CrmBooleanProperty]]></category>
		<category><![CDATA[CrmDateTimeProperty]]></category>
		<category><![CDATA[CrmDecimalProperty]]></category>
		<category><![CDATA[CrmFloatProperty]]></category>
		<category><![CDATA[CrmMoneyProperty]]></category>
		<category><![CDATA[CrmNumberProperty]]></category>
		<category><![CDATA[KeyProperty]]></category>
		<category><![CDATA[LookupProperty]]></category>
		<category><![CDATA[PicklistProperty]]></category>
		<category><![CDATA[propertycollection]]></category>
		<category><![CDATA[StringProperty]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=25</guid>
		<description><![CDATA[While using Properties in MS CRM 4.0 one has to be careful as to which dotnet namespace you are instantiating it from. For MS CRM purposes, you need to make sure you instantiate it from Microsoft.crm.sdk and not from System.Data namespace. If you type the following code PropertyCollection pc_Dummy = new PropertyCollection&#40;&#41;; In the above [...]]]></description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/12/20/using-property-collection-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Dynamic Entity in MS CRM 4.0</title>
		<link>http://www.programmingfundas.com/blog/2008/10/15/using-dynamic-entity-in-ms-crm-40/</link>
		<comments>http://www.programmingfundas.com/blog/2008/10/15/using-dynamic-entity-in-ms-crm-40/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 17:18:58 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[Contact Entity]]></category>
		<category><![CDATA[CRMService]]></category>
		<category><![CDATA[crmwebservice]]></category>
		<category><![CDATA[Dynamic Entity]]></category>
		<category><![CDATA[MS CRM]]></category>
		<category><![CDATA[propertycollection]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=12</guid>
		<description><![CDATA[The other day, I was helping my wife with one of the issues she was facing in MS CRM 4.0. The code was basically trying to get an instance to the running crmwebservice and use that instance to create a contact or a update a contact in MS CRM.  The issue we were facing in [...]]]></description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/10/15/using-dynamic-entity-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

