<?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>Mohamed Ibrahim Mostafa&#039;s Blog &#187; .NET</title>
	<atom:link href="http://www.mohamedibrahim.net/blog/tag/microsoft-net-dot-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohamedibrahim.net/blog</link>
	<description>Technical issues, problems, errors, findings &#38; resolutions covering Microsoft Dynamics CRM, software development, Microsoft .NET, C#, VB.NET, Commerce Server, Integration, E-Commerce, Scribe, Online shops and more general technology and consultancy posts.</description>
	<lastBuildDate>Fri, 30 Sep 2011 08:37:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Creating, consuming and using Microsoft Dynamics CRM 4.0 Service, Using CRM API and CRM SDK to access CRM database via the webservice</title>
		<link>http://www.mohamedibrahim.net/blog/2010/08/09/creating-consuming-and-using-microsoft-dynamics-crm-4-0-service-using-crm-api-and-crm-sdk-to-access-crm-database-via-the-webservice/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/08/09/creating-consuming-and-using-microsoft-dynamics-crm-4-0-service-using-crm-api-and-crm-sdk-to-access-crm-database-via-the-webservice/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 13:03:48 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[CRM 4.0]]></category>
		<category><![CDATA[CRM Database]]></category>
		<category><![CDATA[CRM Service]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=239</guid>
		<description><![CDATA[   Creating, consuming and using Microsoft Dynamics CRM 4.0 Service, Using CRM API and CRM SDK to access CRM database via the webservice. Custom .NET code to access CRM, create, update (edit), insert, delete, retrieve (return) and retrievemultiple records for system entities and custom entities using both entity objects and dynamic entities.  This post is a collection of the [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/08/09/creating-consuming-and-using-microsoft-dynamics-crm-4-0-service-using-crm-api-and-crm-sdk-to-access-crm-database-via-the-webservice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Update progress screen to block access to form during background server side processes</title>
		<link>http://www.mohamedibrahim.net/blog/2010/04/04/ajax-update-progress-screen-to-block-access-to-form-during-background-server-side-processes/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/04/04/ajax-update-progress-screen-to-block-access-to-form-during-background-server-side-processes/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 01:38:21 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=189</guid>
		<description><![CDATA[If you are writing an Ajax based .NET web application or web page, there are situations were you might want to block the whole webpage from being accessed while a background or server side process is taking place. So for example if the user clicks submit, you want to make the web page not accessible [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/04/04/ajax-update-progress-screen-to-block-access-to-form-during-background-server-side-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to LLBLGenPro &#8211; All you need to know to get started with LLBLGen Pro &#8211; Hello World! LLBLGen Pro</title>
		<link>http://www.mohamedibrahim.net/blog/2010/01/18/introduction-to-llblgenpro-all-you-need-to-know-to-get-started-with-llblgen-pro-hello-world-llblgen-pro/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/01/18/introduction-to-llblgenpro-all-you-need-to-know-to-get-started-with-llblgen-pro-hello-world-llblgen-pro/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:13:50 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[business Data]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Data Layers]]></category>
		<category><![CDATA[LLBLGen Pro]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=139</guid>
		<description><![CDATA[In one of my latest projects, I found the client extensively using LLBL Gen Pro which I have never used before. After few hours of playing around with it, I managed to find my way round it just enough to the level that I need to get the basic functionality working. Hence, for this reason, [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/01/18/introduction-to-llblgenpro-all-you-need-to-know-to-get-started-with-llblgen-pro-hello-world-llblgen-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction and Notes about WCF, Silverlight and Creating a Silverlight application that consumes &#8211; invokes a WCF service via async (asynchronous) web service call</title>
		<link>http://www.mohamedibrahim.net/blog/2009/11/03/introduction-notes-about-wcf-silverlight-and-creating-a-silverlight-application-that-consumes-invokes-a-wcf-service-via-async-asynchronous-web-service-call/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/11/03/introduction-notes-about-wcf-silverlight-and-creating-a-silverlight-application-that-consumes-invokes-a-wcf-service-via-async-asynchronous-web-service-call/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:31:00 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=132</guid>
		<description><![CDATA[This post is an introduction and a collection of some useful information, notes and facts about WCF in genreal, Silverlight and running a silverlight web application that uses a WCF service via asynchronous web service call. - The first fact that you need to know is that: The only option for web service calling in [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/11/03/introduction-notes-about-wcf-silverlight-and-creating-a-silverlight-application-that-consumes-invokes-a-wcf-service-via-async-asynchronous-web-service-call/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Methods to Bulk Delete Microsoft Dynamics CRM records and Using Scribe Insight to perform a Bulk Delete of all CRM records.</title>
		<link>http://www.mohamedibrahim.net/blog/2009/09/23/microsoft-dynamics-crm-bulk-delete-methods-using-scribe-insight-for-bulk-delete-dynamics-crm-records/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/09/23/microsoft-dynamics-crm-bulk-delete-methods-using-scribe-insight-for-bulk-delete-dynamics-crm-records/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 18:24:03 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[SCRIBE]]></category>
		<category><![CDATA[Scribe CRM Adaptor]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=117</guid>
		<description><![CDATA[I&#8217;m sure many people needed to do a bulk delete operation on Microsoft Dynamics CRM 4.0. You may have uploaded thousands of records from an imported file or migrated them through Scribe or even used a .NET application to mass create records. Unfortunately, and as far as I can see, there is no straight forward [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/09/23/microsoft-dynamics-crm-bulk-delete-methods-using-scribe-insight-for-bulk-delete-dynamics-crm-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post code and Address lookup Using PAF for auto filling address details on websites</title>
		<link>http://www.mohamedibrahim.net/blog/2009/09/02/post-code-and-address-lookup-paf-auto-fill-on-websites/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/09/02/post-code-and-address-lookup-paf-auto-fill-on-websites/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:45:44 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Address]]></category>
		<category><![CDATA[Auto-fill]]></category>
		<category><![CDATA[Lookup]]></category>
		<category><![CDATA[PAF]]></category>
		<category><![CDATA[Royal Mail]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=94</guid>
		<description><![CDATA[I was recently researching how to implement post code and address look-up on websites and on Microsoft Dynamic CRM. This feature is widely used in auto filling address details when a customer input their post code and sometimes the house number. This is also used in some desktop applications, plug-ins to Microsoft Dynamics CRM, in [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/09/02/post-code-and-address-lookup-paf-auto-fill-on-websites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SAP and Microsoft Dynamics CRM Integration using SCRIBE</title>
		<link>http://www.mohamedibrahim.net/blog/2009/07/06/sap-and-microsoft-dynamics-crm-integration-using-scribe/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/07/06/sap-and-microsoft-dynamics-crm-integration-using-scribe/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 13:46:57 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SCRIBE]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=37</guid>
		<description><![CDATA[Few months ago, I was asked to research the possibility of integrating two systems for a client using SCRIBE Software specifically. The two systems are Microsoft CRM and SAP. I have done an intensive research in the subject and I have come up with a 9 pages document detailing the answer. The quick answer is [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/07/06/sap-and-microsoft-dynamics-crm-integration-using-scribe/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>MS CRM Key Generator error &#8211; Invalid Action &#8211; Microsoft CRM 4 Error.</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/18/ms-crm-key-generator-error-invalid-action-microsoft-crm-4-error/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/06/18/ms-crm-key-generator-error-invalid-action-microsoft-crm-4-error/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:17:32 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Event Log]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=24</guid>
		<description><![CDATA[I have just started my Microsoft CRM 4.0 VM, tried to run a .NET console application and I got a full list of errors although the code was working fine the night before! When I tried to open Microsoft CRM 4.0, I got an error &#8220;Invalid Action&#8221; with the sentence starting with &#8220;error in command&#8221;. [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/06/18/ms-crm-key-generator-error-invalid-action-microsoft-crm-4-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup .Net NopCommerce Shopping Basket on GoDaddy &#8211; Problems with SQL Server and Web.Config</title>
		<link>http://www.mohamedibrahim.net/blog/2009/04/24/setup-net-nopcommerce-shopping-basket-on-godaddy-problems-with-sql-server-and-webconfig/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/04/24/setup-net-nopcommerce-shopping-basket-on-godaddy-problems-with-sql-server-and-webconfig/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:15:36 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Commerce Server]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[NopCommerce]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=7</guid>
		<description><![CDATA[Hey, http://forums.nopcommerce.com/forums/default.aspx?g=posts&#38;t=331 This post is a copy of the entry I posted on NopCommerce Forum. NopCommerce is an excellent FREE .NET shopping basket. I suggest any .NET developer/consultant to have a look at it even before going towards the commerce server route. The company I work for is a Microsoft Gold Partner so they are [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/04/24/setup-net-nopcommerce-shopping-basket-on-godaddy-problems-with-sql-server-and-webconfig/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

