Glimpse.Mvc5 1.5.3

dotnet add package Glimpse.Mvc5 --version 1.5.3
NuGet\Install-Package Glimpse.Mvc5 -Version 1.5.3
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="Glimpse.Mvc5" Version="1.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Glimpse.Mvc5 --version 1.5.3
#r "nuget: Glimpse.Mvc5, 1.5.3"
#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 Glimpse.Mvc5 as a Cake Addin
#addin nuget:?package=Glimpse.Mvc5&version=1.5.3

// Install Glimpse.Mvc5 as a Cake Tool
#tool nuget:?package=Glimpse.Mvc5&version=1.5.3

Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET MVC 5.0 application.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Glimpse.Mvc5:

Package Downloads
Batman.MVC.Default

The Batman framework is designed to simplify application development and tries to put the focus back on your application. This is the default setup package for the MVC platform. This package sets up the following items: smtp email, bootstrapper (SimpleInjector), auto bundling of JS and CSS (using YUI), LESS support, logging (NLog), profiling (MiniProfiler), default file systems, serialization (ServiceStack.Text), and Glimpse plugin.

Ironman.Default

The default setup for the Ironman Framework. This includes adding LESS support, YUI is set as the default JS/CSS minifier, fastJSON and Bender are used for serialization, MiniProfiler for profiling, NLog for logging, and Glimpse is also added.

Sitecore.Glimpse

Sitecore.Glimpse is a Glimpse plugin for debugging and gaining diagnostics from Sitecore powered websites

Sitecore.Glimpse.Mvc5

Sitecore.Glimpse.MVC5 is a Glimpse plugin for debugging and gaining diagnostics from Sitecore powered websites

RichardWysocki

Richard Wysocki

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Glimpse.Mvc5:

Repository Stars
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
JaCraig/Craig-s-Utility-Library
A giant set of utility classes originally start back in the .Net 2.0 days and updated until .Net Core and .Net Standard became a thing. At which point I took the library and broke it up into a ton of smaller libraries. View my profile for more up to date versions of everything.
martin-nikolov/Telerik-Academy
Course exercises | Telerik Academy 2013/2014 | Martin Nikolov
moonpyk/mvcdonutcaching
ASP.NET MVC Extensible Donut Caching brings donut caching to ASP.NET MVC 3 and later. The code allows you to cache all of your page apart from one or more Html.Actions which can be executed every request. Perfect for user specific content.
Version Downloads Last updated
1.5.3 3,384,864 2/4/2014
1.5.2 17,137 12/20/2013
1.5.1 34,716 11/12/2013
1.5.0 6,472 10/28/2013

Flyweight release for MVC:
- Added updated support for IUnvalidated and IEnumerable ValueProviders
- Fixed problem where Response.RedirectToRoute() in Global.asax could throw a NullReferenceException