<?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/category/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>Creating and Using Silverlight web.config app settings (Web.config Configuration Applicatioin Settings) or app.config application settings configuration file for Silverlight</title>
		<link>http://www.mohamedibrahim.net/blog/2010/01/27/creating-and-using-silverlight-app-settings-webconfig-configuration-applicatioin-settings-to-change-wcf-service-address-after-deployment-servicereferencesclientconfig-servicereferences-clientconfig/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/01/27/creating-and-using-silverlight-app-settings-webconfig-configuration-applicatioin-settings-to-change-wcf-service-address-after-deployment-servicereferencesclientconfig-servicereferences-clientconfig/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:47:30 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Configuraiton]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[ServiceReferences.ClientConfig]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[xap]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=149</guid>
		<description><![CDATA[Post Summary: This posts explains how to create and use something similar to a silverlight  web.config, App.config and appsettings (or app settings) configuration file for silverlight application. This is based on re-using serviceReference.clientconfig as an appconfig configuration file. The Problem: A) configuration application settings (like the one in web.config, appsettings or app settings application configuration file): This is [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/01/27/creating-and-using-silverlight-app-settings-webconfig-configuration-applicatioin-settings-to-change-wcf-service-address-after-deployment-servicereferencesclientconfig-servicereferences-clientconfig/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Problems with Deploying WCF services on IIS 7.0 (or IIS 6, IIS) and other deployment options and scenarios (visual studio .NET and Windows Activation Services)</title>
		<link>http://www.mohamedibrahim.net/blog/2010/01/24/problems-with-deploying-wcf-services-on-iis-70-or-iis-6-iis-and-other-deployment-options-and-scenarios-visual-studio-net-and-windows-activation-services/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/01/24/problems-with-deploying-wcf-services-on-iis-70-or-iis-6-iis-and-other-deployment-options-and-scenarios-visual-studio-net-and-windows-activation-services/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:21:05 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Handler Mapping]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Modules]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=143</guid>
		<description><![CDATA[There are 3 main ways to deploy Windows Communication Foundation &#8211; WCF services to consume: 1- IIS 2- Windows Activation Service a.k.a WAS 3- Visual Studio .NET for development and dev testing purposes as part of a visual studio solution. For full details about Windows Communciation Foundation deployment scenarios, categories and structure please refer to [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/01/24/problems-with-deploying-wcf-services-on-iis-70-or-iis-6-iis-and-other-deployment-options-and-scenarios-visual-studio-net-and-windows-activation-services/feed/</wfw:commentRss>
		<slash:comments>2</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>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>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>
		<item>
		<title>Improving Microsoft Dynamics CRM Performance Enhancements &amp; Optimization and CRM Server maintenance and improvements</title>
		<link>http://www.mohamedibrahim.net/blog/2009/01/24/improving-microsoft-dynamics-crm-performance-enhancements-optimization-and-crm-server-maintenance-and-improvements/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/01/24/improving-microsoft-dynamics-crm-performance-enhancements-optimization-and-crm-server-maintenance-and-improvements/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 18:24:07 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Performance Enhancement]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=269</guid>
		<description><![CDATA[Microsoft Dynamics CRM Performance enhancements, optimisation and maintenance can be divided into three main areas: - Performance enhancements at Client level: networking issues such cache expiration times, latency and bandwidth - Optimisation at application level: plugins, sdk code, - and, improvements at Data layer: Indexes, (physical data layout) This post is based on Microsoft recommendations [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/01/24/improving-microsoft-dynamics-crm-performance-enhancements-optimization-and-crm-server-maintenance-and-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

