Code Monkey home page Code Monkey logo

easyxrm's Introduction

Nuget

EasyXrm

EasyXrm is a Microsoft Dynamics CRM/365 framework designed to be easy to development.

โš ๏ธ Wiki is under constructions

Get Started

EasyXrm is available on NuGet. Add the library to your project:

Install-Package EasyXrm

or

dotnet add package EasyXrm

For plugin and workflow assemblies you need to merge EasyXrm with your assemblies. Use ILMerge for merging multiple .NET assemblies into a single assembly.

If you don't want to use ILMerge you can use a shared project. Add to your solution a shared project. Consume EasyXrm repository to the shared project with command:

git submodule add https://github.com/barsik/easyxrm

Include in the shared project EasyXrm folder. Then you can add reference to this shared project from your project. This it!

Features

  • Extension methods: Huge pack of extensions for IOrganizationServe, Entity, EntityReference etc
  • ChangeTracker: Designed for updating only modified fields. The main idea was taken from Xrm-Update-Context by @DigitalFlow, but slightly improved
  • QueryBuilder: The main purpose is building QueryExpression easy
    • Plugin/Workflow base classes: Proxy classes to work with Execution Context, Tracing Service, Image Collections etc

easyxrm's People

Watchers

Alexey L. avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.