Glimpse.Ado 1.7.3

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

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

Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET 3.5+ application. This package adds ADO profiling for those using DbProviderFactory.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  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 (7)

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

Package Downloads
Glimpse.EF6

Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your web application. Provides Glimpse tabs for EF6.

Glimpse.EF5

Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your web application. Provides Glimpse tabs for EF5.

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.

Insight.Database.Providers.Glimpse

An Insight.Database provider for the Glimpse profiling framework so the two can play together nicely.

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.

GitHub repositories (4)

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

Repository Stars
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
jonwagner/Insight.Database
Fast, lightweight .NET micro-ORM
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
Version Downloads Last updated
1.7.3 2,234,682 7/9/2014
1.7.2 7,883 6/25/2014
1.7.1 47,600 4/23/2014
1.7.0 78,927 11/12/2013
1.6.0 6,684 10/28/2013
1.5.1 41,027 9/12/2013
1.5.0 6,733 8/9/2013
1.4.1 19,018 7/4/2013
1.4.0 5,187 6/11/2013
1.3.1 5,193 5/6/2013
1.3.0 3,406 4/16/2013
1.2.0 30,311 3/28/2013

Featherweight release for Ado:
- Conduct an additional null check around the StateChange event (fixes bug in EF 6.1.1)