Post code and Address lookup Using PAF for auto filling address details on...
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...
View ArticleIntroduction to LLBLGenPro – All you need to know to get started with LLBLGen...
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...
View ArticleProblems with Deploying WCF services on IIS 7.0 (or IIS 6, IIS) and other...
There are 3 main ways to deploy Windows Communication Foundation – WCF services to consume: 1- IIS 2- Windows Activation Service a.k.a WAS 3- Visual Studio .NET for development and dev testing purposes...
View ArticleCreating and Using Silverlight web.config app settings (Web.config...
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...
View ArticleAjax Update progress screen to block access to form during background server...
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...
View ArticleCreating, consuming and using Microsoft Dynamics CRM 4.0 Service, Using CRM...
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,...
View ArticleScribe Insight (v 7.6) Bulk Delete and Bulk Insert into Microsoft Dynamics...
Four years ago, I wrote a blog post about a way to do bulk delete of Microsoft Dynamics CRM records using Scribe...
View ArticleGetting Started with nopCommerce – Book Review
Packt Publishing has recently asked me to review the “Getting Started with nopCommerce” book. I have just finished reading it and I found the book to be a good introduction to any new starters who want...
View ArticleModernOdataApp and ModernSoapApp Dynamics CRM SDK Modern and Mobile Apps...
Microsoft Dynamics CRM 2013 SDK has added new Sample Modern and Mobile Apps which show how to write a Windows 8 desktop modern application that can send requests to the organization web service without...
View ArticleMicrosoft Dynamics CRM Portal Development #MSDynCRM #CRM2013 Binding CRM data...
There are many ways you can bind data from Microsoft Dynamics CRM into an ASP.Net web form. Dynamics CRM SDK provides a set of DLLs and helper classes that allows for some innovative portal development...
View ArticleUsing Server to Server S2S authentication to connect your application to...
Microsoft has recently released a feature that allows your application to connect securely and seamlessly connect to Microsoft Dynamics 365 Online solutions. S2S authentication is now the standard way...
View ArticleWebhooks to Dynamics 365 Serverless Integration using Azure Functions
Recently I needed to create an integration between a cloud platform and Dynamics 365 Customer Engagement Cloud. This Cloud Application (Unbounce) allows you to register Webhooks which you can use to...
View ArticleUsing Microsoft Azure Functions instead of Dynamics 365 Plugins, Custom...
Microsoft Azure has a multitude of Services that are offering a significant number of features and capabilities that can help you extend your Microsoft Dynamics 365 Solution, built on the Power...
View ArticleEmbedding Canvas apps in model-driven forms in now generally available –...
This is something I have tried for quite sometime now under NDA and a Private Preview programme which I found to be really interesting and powerful. This is the ability to embed an existing Canvas App...
View ArticleIntroduction to PowerApps Component Framework PCF: The future is now!
Introduction: Microsoft PowerApps Component Framework, widely known as PCF, is framework that allows PowerApps Makers and Dynamics 365 Developers build code components for model-driven and for canvas...
View ArticleCollection of PowerApps Component Framework PCF Resources
If you read my previous post, Introduction to PCF: The Future is NOW! you will know that I am extremely passionate about PCF. However, this passion is not just because this is the direction Microsoft...
View ArticleConnect your Microsoft Azure Function to Dynamics 365 using Server to Server...
If you are using Microsoft Azure Functions in your Dynamics 365 and Power Platform projects (and you should be), then you should never use a simple username and password authentication to your Dynamics...
View Article