Alpata.BaseUnitTests by: Alpata
  • 91 total downloads
  • Latest version: 8.0.0
Test projesi için kullanılır Testlerin sıralanabilmesi için Order attribute desteği sağlar Test sunucusunu çalıştırarak otomatik servis testini yapar
Alpata.Exception by: emrahtaylan
  • 35 total downloads
  • Latest version: 6.0.0
Alpata Hata Yönetimi Hata Yönetimi standartlarının uygulandığı ilk versiyondur
Alpata.Model.General by: Alpata Yazılım
  • 44 total downloads
  • Latest version: 6.0.0
User modelleri taşındı
Antlr by: Sam Harwell Terence Parr
  • 18 total downloads
  • Latest version: 3.5.0.2
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
AjaxControlToolkit by: CodePlex Foundation
  • 69 total downloads
  • Latest version: 20.1.0
  • Ajax Toolkit
AjaxControlToolkit contains a rich set of controls that you can use to build highly responsive and interactive AJAX-enabled Web applications. AjaxControlToolkit contains more than 40 controls, including the AutoComplete, CollapsiblePanel, ColorPicker, MaskedEdit, Calendar, Accordion, and Watermark controls. Using AjaxControlToolkit, you can build AJAX-enabled ASP.NET Web Forms applications by dragging-and-dropping Toolkit controls from the Visual Studio Toolbox onto a Web Forms page.
AutoFixture.Xunit by: Mark Seemann
  • 470 total downloads
  • Latest version: 3.51.0
By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language). For xUnit.net 2, please use the AutoFixture.Xunit2 NuGet Package.
AutoFixture by: Mark Seemann
  • 248 total downloads
  • Latest version: 3.51.0
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
Autofac by: Autofac Contributors
  • 70 total downloads
  • Latest version: 4.9.4
  • autofac di ioc dependencyinjection
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
AutoMapper by: Jimmy Bogard
  • 45 total downloads
  • Latest version: 6.2.2
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
AutoMapper.Extensions.Microsoft.DependencyInjection by: Jimmy Bogard
  • 19 total downloads
  • Latest version: 2.0.1
AutoMapper extensions for ASP.NET Core
apache-thrift-netcore by: The Apache Software Foundation
  • 6 total downloads
  • Latest version: 0.9.3.2
  • Thrift Serialization
For .Net Core - naive port, use with caution...
Aspire.Dashboard by: Microsoft
  • 5 total downloads
  • Latest version: 8.0.0-preview.2.23619.3
Dashboard browser interface for .NET Aspire.
AWSSDK.Core by: Amazon Web Services
  • 1.212k total downloads
  • Latest version: 3.7.303.18
  • AWS Amazon cloud aws-sdk-v3
The Amazon Web Services SDK for .NET - Core Runtime
AsyncFixer by: Semih Okur
  • 5 total downloads
  • Latest version: 1.6.0
  • asyncfixer analyzers async/await asynchronous concurrency diagnostics codefix roslyn codeanalysis async await
AsyncFixer helps developers in finding and correcting common async/await misuses (i.e., anti-patterns). It currently detects 5 common kinds of async/await misuses and fixes 3 of them via program transformations. AsyncFixer has been tested with thousands of open-source C# projects and successfully handles many corner cases.
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 3 total downloads
  • Latest version: 1.0.0-alpha003
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
AjaxMin by: Microsoft Corporation Ron Logan
  • 7 total downloads
  • Latest version: 4.67.4639.17289
  • JavaScript CSS minification crunch parser ast ajaxmin
JavaScript and CSS minification Library for use in .NET applications that want to provide minification or parsing functionality.
App.Metrics.Abstractions by: Allan Hardy
  • 14 total downloads
  • Latest version: 3.1.0-alpha-0793
  • appmetrics metrics
App Metrics Core abstractions and interfaces for metric types, reporting, filtering and more.
Autofac.Extensions.DependencyInjection by: Autofac Contributors
  • 31 total downloads
  • Latest version: 4.4.0
  • autofac di ioc dependencyinjection aspnet aspnetcore
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Antlr3.Runtime by: Sam Harwell Terence Parr
  • 10 total downloads
  • Latest version: 3.5.2-rc1
  • antlr antlr3 parsing
The runtime library for parsers generated by the C# target of ANTLR 3. This package supports projects targeting .NET 2.0 or newer, and built using Visual Studio 2008 or newer.
App.Metrics.Concurrency by: Allan Hardy and Contributors
  • 36 total downloads
  • Latest version: 4.4.0-preview.0.10
  • concurrency atomic
Provides useful structures for performing efficient concurrent operations. Original Project: https://github.com/etishor/ConcurrencyUtilities, including a port of Java's LongAdder and Striped64 classes