Top 20 NuGet execution Packages

Easy to use library for measuring execution times of code sections: var execution = ExecutionTimeCounter.Start("SLEEP EXECUTION"); Thread.Sleep(5); ExecutionTimeCounter.Stop(execution); var result = ExecutionTimeCounter.ResultsToString(); Console.WriteLine(result);
A .NET Standard library containing the server-side FactoryOrchestrator classes. Required on all FactoryOrchestrator server projects. See https://microsoft.github.io/FactoryOrchestrator/ for more information.
A UWP class library containing the client-side FactoryOrchestrator classes, required to interact with Factory Orchestrator Service from a UWP app. See https://microsoft.github.io/FactoryOrchestrator/ for more information. Requires privateNetworkClientServer capability (and local loopback if connecti...
Remote method execution framework for .NET based on client-server model.
Remote method execution framework for .NET based on client-server model. This package contains network transport layer implemented with Lidgren framework.
Logs the execution time for blocks of code
Logs the execution time for ASP.NET MVC Action methods
A quick and dirty benchmarking action filter for .NET Core.
Template web request processing framework for asp.net core applications. Using this framework, the excess implementation on controllers can be reduced totally. The source code repository can be found at https://github.com/kakathian/framex/. The sample project implemented using this framework is av...
The QueryPlanGenerator.EntityFramework will generate sql server execution plans for entity framework call. By default the plans will get saved to the file system.
This library contains attribute which is used by NuGetUtils.Tool.Exec tool when it executes a method within a NuGet package. This attribute can be used to modify the behaviour of NuGetUtils.Tool.Exec and how it detects the method to be executed.
LogicBuilder.RulesDirector manages the state of the flow for the Logic Builder, including switching between rule engines, and keeping track of the current location as the rules are evaluated.
Remote method execution framework for .NET based on client-server model. This package contains framework interfaces.
The Execution Context Scoping package adds the 'Execution Context Scope' lifestyle, which allows instances to live within an explicitly defined execution context scope (or logical call context) and get disposed when this scope ends. This scope allows flowing through asynchronous method calls.
Measure execution time by regions of code
Packs command line arguments into a map or object for easy usage
Utilities for parsing and executing commands from a command line.
Small library for executing powershell scripts.
Kaizen MVC Trace is developed to trace execution time taken by each action methods