Found 348 packages
Generates Early Bound Entities/Option Sets/Actions. Uses CrmSvcUtil from the SDK, and shows command line used to create the classes.
Generates Early Bound Entities. Uses CrmSvcUtil from the SDK which can be downloaded from any NuGet source (even local directory for isolated environments).
Generates Early Bound Entities/Option Sets/Actions Without XrmToolBox Dependencies. Uses CrmSvcUtil from the SDK.
Generates Early Bound Entities/Option Sets/Messages. Uses the DataverseModelBuilder from the SDK, and shows command line used to create the classes.
Library to simplify the binding of classes to configuration sections in .Net Core applications
Tool for generating entities model for Xrm.Tools.CRMWebAPI
Early bound generator based on crmsvcutil.exe
A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions. Additionally you have access to useful method parameters.
Library for converting the crm attributes in a class quickly and easily. Use the attribute 'DisplayName' of the Assembly: System.ComponentModel in yours entity class.
Utility to simply create an early-bound file from code
An XrmToolBox plugin that can be used to generate Early-bound code from a CRM Schema using a customisable T4 Template. Features: + Preserved the original CrmSvcUtil structure and logic. + Customize the way the code is generated. -- You get a default T4 template for the code that is generated, with a multitude more features than the official tool (features below). -- You can rewrite the whole template if you wish for any possible requirements. + Replaced the SDK types with .NET types. + Generate only what's needed -- Only choose the entities required. -- Only the fields required. + Additional control -- Option to use display names of entities and fields as variable names instead of logical names. -- Override field names inside the tool's UI. -- Ability to Lock variable names to avoid code errors on regeneration. + Support for strongly-typed alternate keys, for entities and Entity References. + Add annotations for model validation. + Generate metadata. -- Field logical and schema names. -- Localised labels. + Automatically limit attributes retrieved from CRM on any entity in a LINQ to the ones choosen (filtered) in the tool (check new entity constructors). + Many options to optimise generated code size even further. + Generate concrete classes for CRM Actions. + Support bulk relation loading. -- Support filtering on relation loading.
Construct a Custom Module for FileBound Importer or Enterprise Servies Products
Empired Ltd intellectual property for rapid development on Dynamics 365 CE.
Generates Early Bound Entities/Option Sets/Actions Without XrmToolBox Dependencies. Uses ModelBuilder from the PAC.
Databound versions of TreeView, ListView, Panel and Components.
Url and data bindings for WebPages Razor pages
Bound for 1d-array and 2d-array
Attributes-based compile-time AOP framework. Cross-cutting concerns made easy! Just apply your attributes where you need them and everything automagicaly works! No xml configs! No wierd reflection hacks! No runtime emit! Works with AOT and Blazor! See release notes for this version here: https://github.com/pamidur/aspect-injector/releases/tag/2.9.0
Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library. The Core assembly of HTML Renderer does not bound to any rendering framework (WinForms/WPF/PDF/etc.). Can be used to create framework specific renderer using adapter extensibility object model. For existing implementations see: HtmlRenderer.WinForms, HtmlRenderer.WPF and HtmlRenderer.PdfSharp.