76 packages tagged with “delegate”
Provides various extensions of .NET Base Class Library
Delegate-like classes for covariant and contravariant delegates and events
Various Enumerable Async Processors - Batch / Parallel / Rate Limited / One at a time
Helpful static methods (or extension methods) for enums and delegates, with constraints which can't be expressed in regular C#.
A framework for automating xRM development processses. By using simple F# script commands/files one can save time and effort during various development process by using Delegates DAXIF# library.
Configures a project to automatically compile all SASS/SCSS files to css during build. No manual setup required and no dependencies are added to your project
Tool to generate TypeScript declaration files for MS Dynamics 365/CRM client-side coding.
ILMerge.MSBuild.Tasks' is a fork of ilmerge-tasks: ILMerge Tasks for MSBuild but with the SetTargetPlatform (""v4,C:\Windows\Microsoft.NET\Framework\v4.0.30319"") parameter.
.NET library that aims to provide a faster usage of C# reflection features. Especially the usage of constructors, members accessors (get/set) and attributes. It provides these features while trying to keep an API as similar as the standard Reflection API. Supported platforms: - .NET Standard 2.0+ - .NET Core 2.0+ - .NET Framework 4.0+ Supports Source Link See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentation/benchmarks.html.
Extra type constraints for Enum and Delegate.
Export Office365 Audit logs via Webhook
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc The code-assist version that integrates with the Visual Studio 2019 IDE is here, https://marketplace.visualstudio.com/items?itemName=MukulSabharwal.ClrHeapAllocationAnalyzer NOTE: This is the build analyzer. NOTE: You require ' ' ' ' Visual Studio 2019 ' ' ' ' for this to work.
Example Scripts for Daxif. A framework for automating xRM development processses.
.NET Standard Library providing delegated implementations of common interfaces.
Class library for performing advanced operations with types, dynamic objects, expressions, and reflection.
Configures a project to automatically compile all less files to css during build. No manual setup required and no dependencies added to your project
Configures a project to automatically minify and/or bundle CSS and JS files during build. No extra dependencies are added to your project. Setup ajaxmin xml config files as required.
LinksPlatform's Platform.Delegates is a Template Library what contains set of C++ abstract class templates for a simple event engine. Use Platform.Delegates.h file to include the library.
FlashReflection allows fast reflection by caching and creating delegates of methods and properties
Provides a faster alternative to calling `.Invoke` on `System.Reflection.MethodInfo` by separating the binding and invocation stages.
Field deprecation tool for XRM
Tool.Net-逆血著作 (本产品完全免费), 由逆血本人持有:联系方式-QQ群:857401501, 有任何优化建议,请联系作者,作者很愿意讨论和学习。 Url:tool.nixue.top Email:nx@nixue.top
Vistor class that allows for delegates to be assigned for simple recursive operations
Addes Swashbuckle to the solution with the Delegate A/S specific branding. Swashbuckle provides a swagger ui for your WebAPI.
Analyzer that suppresses the CS0702 error, thus allowing any constraint to be used (including 'Delegate' and 'Enum').
A cross-platform library for working with unmanaged assemblies; written in C#
Startup tasks that configures IIS Application Pools to not idle and removes periodic recycle.
Common and useful functionality that can be implemented neither in C# nor in VB due to language limitations.
* Allows you to Subscribe to a queue instead of polling it in a busy loop. That is, you provide a delegate function in “Subscribe” method and this callback will be invoked every time a new message is added to the queue. This library will also handle serialization and deserialization for your objects that you put in the queue. * Also, optionally, would automatically delete messages from the queue once they processed successfully, which is not done by the AWS SDK library. * It creates a new queue either in Send or in Subscribe if the queue with the given name doesn’t exist yet under your account on AWS. Small and Simple. Requires AWSSDK.SQS, Newtonsof.Json and log4net.