AndreyAkinshin
NuGet publisher profile
Packages (19)
BenchmarkDotNet
Powerful .NET library for benchmarking
Perfolizer
Performance analysis toolkit
BenchmarkDotNet.Annotations
Powerful .NET library for benchmarking
Pragmastat
Pragmatic Statistical Toolkit
BenchmarkDotNet.Diagnostics.Windows
Powerful .NET library for benchmarking (Diagnostic Tools for Windows)
BenchmarkDotNet.Core
Powerful .NET library for benchmarking
BenchmarkDotNet.Toolchains.Roslyn
Powerful .NET library for benchmarking
BenchmarkDotNet.Diagnostics.dotTrace
Powerful .NET library for benchmarking
BenchmarkDotNet.TestAdapter
Powerful .NET library for benchmarking
kMVC
Knockout.js - is a popular JavaScript library that allows easy creation of feature-rich applications based on Model-View-View Model (MVVM) pattern: user interface can be bound to a separate existing data model. And any change of the model will result in dynamic refresh of the interface. Knockout MVC is a library for ASP.NET MVC3/MVC4 , that is a wrapper for Knockout.js, that helps to move entire business logic to the server side: the complete JavaScript code necessary on the client side will be generated automatically based on the described C# (or VB.NET) model. Binding of the page interface to business model is done MVVM-style with the help of C#/VB.NET expressions (not separate properties, but expressions over them that will be translated to JavaScript code) using IntelliSense. If complex operations should be done to the model, it is possible to address to any model method on the server using one short string (ajax query will be automatically generated; and when the client will get the updated model, the whole interface will automatically refresh). Generated JavaScript code is based on Knockout.js and that is why it works under any browser (even IE 6). Thus, describing the whole business logic on the server in a single instance we get an ability to create fully-featured cross-browser client Web application without writing a single JavaScript code!
BenchmarkDotNet.Diagnostics.dotMemory
Powerful .NET library for benchmarking
BenchmarkDotNet.Tool
A dotnet tool to execute BenchmarkDotNet benchmarks
BenchmarkDotNet.Templates
BenchmarkDotNet Templates
BibSharp
A comprehensive .NET library for BibTeX processing
KdlSharp
A comprehensive C# library for the KDL Document Language featuring a high-level object serializer, v2/v1 parsing, schema validation, and query support.
BenchmarkDotNet.Exporters.Plotting
Powerful .NET library for benchmarking
InteropDotNet
The library allows you to work with native libraries.
BlittableStructs
Blittable structs
Perfolizer.Tool
A dotnet tool for performance analysis