Web Analytics
Skip to main content

Andosi - Blog

Where we discuss The Art of Great System Design

Connecting to a Microsoft CRM 2013 Internet Facing Deployment with C#

Integrating and retrieving data from a Microsoft CRM 2013 instance is a common request, and I have found myself working on a number of these solutions lately. I encountered a recent example where a client was using an Internet Facing Deployment of CRM 2013.

In this case, I needed to connect to the Microsoft CRM 2013 server to retrieve data to be integrated into Dynamics GP.

Here is a quick sample of code you may use to connect to an internet facing deployment of Microsoft CRM 2013 using claims based authentication.

More Blog Posts


Executing SQL Queries via SharePoint Web Services

Lance Russell
Can you really execute native SQL Queries from SharePoint Web Services? Microsoft SharePoint is great for building enterprise systems tying together various data sources.  If the information you are looking for is in a SharePoint List or Document...

CSS Consolidator jiu-jitsu

Lance Russell
CSS Consolidator Sometimes you inherit a huge pile of CSS and want to make a few changes. Sometimes there are huge groups of duplicated rules. Sometimes, you just want to see everywhere Comic Sans is used in your stylesheets. (Hopefully, nowhere.)...