Quantcast
Channel: Dave Corun's Blog
Browsing latest articles
Browse All 10 View Live

Validation Messages – MVVM Approach

What follows is a simple way to carry along a collection of Validation Messages in your ViewModel, and then bind them to the UI at runtime.   The first step is to create an ObservableCollection of...

View Article



Good Blog Post

10 Reasons Developers Should Blog   // Dave

View Article

Multi-Tenancy IFRAMEs in Dynamics CRM 4.0

Before var url = "/userdefined/areas.aspx?oId=" + oId + "&oType=" + oType + "&security=" + security + "&tabSet=" + tabSet; After var url = prependOrgName("/userdefined/areas.aspx?oId=" +...

View Article

Dynamics CRM 4.0 –Custom ASPX Page in a Multi-Tenancy Environment

  When OnPremise Dynamics CRM 4.0 is configured with a single organization, it sends the organization name in the query string. When OnPremise Dynamics CRM 4.0 is configured with multiple...

View Article

Learning SQL

Hey how are you? What steps should I take to become a SQL Developer?   If I was just learning, I would start by installing the SQL Server Express edition locally (free):...

View Article


Creating Business Units and Teams Programmatically

Assumed Background Information: Introduction to Entities in Microsoft Dynamics CRM http://msdn.microsoft.com/en-us/library/gg309396.aspx You may find yourself working on a complex CRM implementation...

View Article

Image may be NSFW.
Clik here to view.

CRM 2011–Retrieve Plugin

So you want to write a plugin that executes every time a user opens a record. Usually this would be frowned upon because this code could easily present a performance issues, especially if the data...

View Article

$ vs. jQuery

Short Version: Use jQuery, not $ Long Version: When I was a younger man, I had to battle a rather complex bug in an application with 6 different JavaScript frameworks and different versions of each...

View Article


Querying Active Directory for Domain Names

When creating users through the CRM SDK you must specify the domain name.  However in some situations you may not have the user’s domain name if the environment has multiple Active Directory domains...

View Article


Image may be NSFW.
Clik here to view.

Why there no Windows 9

A few people have asked and I saw a post on Reddit yesterday from someone claiming to be a dev at MSFT. It’s because of compatibility issues.  A ton of code was written back in Windows 95/98 days that...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images