1. MiniProfiler

    By:

    Lightweight mini-profiler, in particular designed for ASP.NET MVC sites

  2. MiniProfiler.MVC3

    By:

    ASP.NET MVC3 specific package for the Lightweight mini-profiler. We attempt to automatically hook up as much as possible including EF code first. This package is optional.

  3. MiniProfiler.EF

    By:

    MiniProfiler integration for Entity Framework

  4. MiniProfiler35

    By:

    Lightweight mini-profiler, in particular designed for ASP.NET WebForms sites using .NET Framework 3.5

  5. MiniProfiler35.ADONET

    By:

    MiniProfiler35 integration for ADO.NET

  6. ReTry

    By:

    ReTry gives you the ability to have service calls retried n-number of times before failing. This can be useful when making calls over the internet or to a database and you don't want a temporary interuption to raise an exception without first trying a couple of more times. ReTry lets you decide how to handle specific exception types if the servic... More information

    195 downloads

    Tags

  7. RouteAttribute

    By:

    The route attribute helps you localize all route information at the place in the code where the route executes.