Skip to content

Instantly share code, notes, and snippets.

View TomMalow's full-sized avatar

Thomas Malowanczyk TomMalow

View GitHub Profile
@TomMalow
TomMalow / Plugin.cs
Last active March 7, 2016 11:33 — forked from mktange/Plugin.cs
Extended Plugin.cs used with DAXIF# v2.2.0.7+. Makes DAXIF# able to synchronize plugins to a CRM solution, without the use of the PluginRegistration tool. Previous version kan be found at https://gist.github.com/mktange/df34545f04eb27fb51f6
namespace DG.Some.Namespace
{
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Linq;
using System.ServiceModel;
using System.Linq.Expressions;
using Microsoft.Xrm.Sdk;