This library provides UI components, such as XAML extensions, helpers, converters and more. It is part of the Windows Community Toolkit.
AdvancedCollectionView: It's a collection view implementation that support filtering, sorting and incremental loading. It's meant to be used in a...
More information
This package includes .NET Standard code only 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...
More information
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 =>...
More information
This package contains web helpers to easily add functionality to your site such as Captcha validation, Twitter profile and search boxes, Gravatars, Video, Bing search, site analytics or themes.
Put all helper/utility methods I often use in one place.
See http://devrecipeshb.blogspot.co.il/2015/12/uploaded-nuget-package-containing.html
for the methods currently provided.
West Wind Web MVC Utilities provides a number of small MVC helpers and utilities for dealing with controllers, viewmodels and error display and many utility functions.