XOS.MVC.Framework 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XOS.MVC.Framework --version 3.0.0
NuGet\Install-Package XOS.MVC.Framework -Version 3.0.0
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="XOS.MVC.Framework" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XOS.MVC.Framework --version 3.0.0
#r "nuget: XOS.MVC.Framework, 3.0.0"
#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 XOS.MVC.Framework as a Cake Addin
#addin nuget:?package=XOS.MVC.Framework&version=3.0.0

// Install XOS.MVC.Framework as a Cake Tool
#tool nuget:?package=XOS.MVC.Framework&version=3.0.0

XOS.MVC.Framework

The XOS.MVC.Framework Project aims to speed up development by providing base classes, extensions, filters, and scripts to ASP.NET MVC applications. While the features are not exhaustive, the components have been richly developed and useful.

When imported, the host project maintains its original structure and the XOS.MVC.Framework adds a single Framework folder that do not pollute the project folder structure, keeping the tools in one place which keeps updates clean as well as allowing for a simple directory delete operation to remove it (however if installed via NuGet, the cleanest method for removing the package is to use the package manager console).

Some sub-directories of the framework directory are empty. This is by design as these sub-directories act as stubs for the most logical types of extensions to come. Whether implemented in your own project or by the authors of this project, the sub-directories serve as a structural road map for the project.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.1 1,063 1/7/2018
3.1.0 961 12/18/2017
3.0.1 964 12/15/2017
3.0.0 1,240 12/15/2017
2.0.1 1,370 5/21/2014
2.0.0 1,118 5/14/2014

This is a major version release because some files and projects have been removed for cleanliness. We removed deprecated code as well as files that were no longer referenced. This release IS NOT compatible with .NET Core.