1,290 packages tagged with “helpers ”
Several Handlebars.Net helpers in the categories: 'Boolean', 'Constants', 'DateTime', 'Path', 'Enumerable', 'Environment', 'Math', 'Regex', 'String' and 'Urls'.
This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
This package includes .NET helpers such as: - Guard: Helper methods to verify conditions when running code. - ThrowHelper: Helper methods to efficiently throw exceptions.
This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.
FunFair Common Test Infrastructure for building xUnit tests on top of.
Simple nuget package to allow System.Web.Helpers to be included in a project
General utilities and helpers.
Some helpers to improve readabillity of your code
Kode-Aid shared common library.
Tag Helpers for the ASP.NET Core Security Headers middleware for adding Nonces for use with SecurityHeadersMiddleware
This package includes .NET helpers such as: - IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view. - String extensions and array extensions: These extensions make working with string and arrays easier.
common library,extensions helpers and useful utilities
RapidCore is a collection of dotnet libraries to help you accelerate backend and api development
Helper classes for .NET
Some basic useful extensions and helpers for C# fundamental class libraries
Extension methods allowing using Lambda Expressions instead of magic strings in your ASP.NET MVC 5 application. Currently supported: - RedirectToAction(c => c.Index()) - RedirectToActionPermanent(c => c.Index()) - AddModelError(m => m.Property, "Invalid property") - Html.ActionLink(c => c.Index()) - Html.BeginForm(c => c.Index()) - Html.RenderAction(c => c.Index()) - Html.Action(c => c.Index()) - Url.Action(c => c.Index()) - Ajax.ActionLink(c => c.Index()) - Ajax.BeginForm(c => c.Index())
Helper library of commonly used extension methods.
Common functionalities and utilities for any .NET project
Provides custom types, helpers and extension methods.
Utilitários, Helpers, Formatters, Validadores.
Transaction helpers.
NukeBuildHelpers for Nuke build.
Helper library for common logging requirements.
A set of useful extensions for EntityFrameworkCore (Enum Lookup Tables, Naming of tables / properties / keys, Pluralize).
A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.
Common framework for DAL and BIZ packages
Extensões diversas para strings, objetos, refactoring.
Html Helpers for Authorize .NET
A collection of extension methods that may have been included into BCL.
This is a library used in some of Devedse's projects. It contains helpers and other code stuff to build applications.