Glimpse.Ado 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Glimpse.Ado --version 1.4.0
                    
NuGet\Install-Package Glimpse.Ado -Version 1.4.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="Glimpse.Ado" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Glimpse.Ado" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="Glimpse.Ado" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Glimpse.Ado --version 1.4.0
                    
#r "nuget: Glimpse.Ado, 1.4.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.
#:package Glimpse.Ado@1.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Glimpse.Ado&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=Glimpse.Ado&version=1.4.0
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 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.

GitHub repositories (3)

Showing the top 3 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.
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 93,926 7/9/2014
1.7.2 2,226 6/25/2014
1.7.1 13,563 4/23/2014
1.7.0 30,699 11/12/2013
1.6.0 3,512 10/28/2013
1.5.1 7,594 9/12/2013
1.5.0 4,459 8/9/2013
1.4.1 9,661 7/4/2013
1.4.0 1,972 6/11/2013
1.3.1 2,664 5/6/2013
1.3.0 581 4/16/2013
1.2.0 4,442 3/28/2013

Heavyweight release for Ado:
- Major addition to collect required data for the SQL section in the new dashboard
- Major update to allow ADO to initialize itself before App_Start (.net 4.0+)