ctolkien
NuGet publisher profile
Packages (12)
Slugify.Core
Simple Slug / Clean URL generator helper for Microsoft .NET framework and .NET Standard. With default settings, you will get an hyphenized, lowercase, alphanumeric version of any string you please, with any diacritics removed and collapsed whitespace, collapsed dashes and trimmed whitespace.
TinyPNG
This is a .NET Standard wrapper around the http://tinypng.com image compression service.
SodaPop.RazorPagesSitemap
Package Description
Soda.GoogleAnalytics
A wrapper around the Google Analytics JS code. Useful especially for when you want to include E-commerce tracking. Has both async, and legacy implementations
ClubHouse
.NET Standard wrapper for the Clubhouse API
Soda.GoogleAnalytics.MVC
@{ Html.RenderPartial("TrackingCode", new Soda.GoogleAnalytics.TrackingCode("UA-ACCOUNTID")); }
SodaPop.ConfigExplorer
Middleware for ASP.NET Core to diagnose what values are available from Configuration
SodaDigital.UmbracoMediaAzureExtensions
Package Description
SodaPop.Storage.AzureBlobStorageProvider
Wrapper around the Azure Blob Storage to handle container instantiations
SodaPop.Storage.AzureBlobStorageProvider.Mvc
MVC Core specific wrapper around the Azure Blob Storage to handle container instantiations
SodaPop.BreadcrumbTagHelper
TagHelper to generate schema.org compliant breadcrumbs.
SodaPop.HumanizerMetadataProvider
Usage: ``` services.AddControllersWithViews(options => { options.ModelMetadataDetailsProviders.Add(new HumanizerMetadataProvider()); }) ```