Extensionista 1.3.7

.NET Framework 4.0
dotnet add package Extensionista --version 1.3.7
NuGet\Install-Package Extensionista -Version 1.3.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Extensionista" Version="1.3.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Extensionista --version 1.3.7
#r "nuget: Extensionista, 1.3.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Extensionista as a Cake Addin
#addin nuget:?package=Extensionista&version=1.3.7

// Install Extensionista as a Cake Tool
#tool nuget:?package=Extensionista&version=1.3.7

A collection of extension methods that do a variety of different things.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Extensionista:

Package Downloads
ODN.ServoInject.Castle

Package that allows services to be automatically loaded with standardized endpoints. The premise is that the services you wish to host will be hosted within WAS/IIS and can be activated via HTTP, TCP, MSMQ or WebHTTP (REST). This version uses Windsor Castle for IoC.

ODN.ServoInject.Unity

Package that allows services to be automatically loaded with standardized endpoints. The premise is that the services you wish to host will be hosted within WAS/IIS and can be activated via HTTP, TCP, MSMQ or WebHTTP (REST).

ODN.Utilities

Provides base utilities and attributes for use with ODN's ServoInject and MvcUtilities. This package also includes the base documentation for the aforementioned utilities.

ODN.MvcUtilities.Unity

Package that allows MVC routes to be created via attributes, both at the controller and action levels using the Unity IoC framework. Also includes an embedded view engine adapted from an example found at http://stackoverflow.com/questions/19746/views-in-separate-assemblies-in-asp-net-mvc.

ODN.MvcUtilities.Castle

Package that allows MVC routes to be created via attributes, both at the controller and action levels (uses Windsor Castle IoC). Also includes an embedded view engine adapted from an example found at http://stackoverflow.com/questions/19746/views-in-separate-assemblies-in-asp-net-mvc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.7 1,740 2/12/2013
1.3.6 1,419 5/25/2012
1.3.5 1,179 5/20/2012
1.3.4 1,180 5/15/2012
1.3.3 3,055 5/13/2012

Added two string extensions for encoding and decoding strings (Base64).