SqlSugarCore.Kdbndp by: sun kaixuan
  • 7 total downloads
  • Latest version: 6.0.0
  • asp.net orm
SqlSugarCore.Kdbndp R6 使用 6.0 , R3 1.0
Sripe.RealtimeWellLog.Analyzing.Offline by: Jaren Duan
  • 9 total downloads
  • Latest version: 0.7.2
Package Description
StackExchange.Redis by: Stack Exchange inc. marc.gravell
  • 143 total downloads
  • Latest version: 1.0.247
  • Async Redis NoSQL Client Distributed Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
Steeltoe.Common.Abstractions by: Broadcom
  • 6 total downloads
  • Latest version: 4.0.0
  • Steeltoe
Abstractions commonly used across Steeltoe components.
Steeltoe.Connector.Abstractions by: Broadcom
  • 6 total downloads
  • Latest version: 4.0.0
  • connectors services
Abstractions for working with backing services.
Steeltoe.Connector.ConnectorBase by: Broadcom
  • 9 total downloads
  • Latest version: 4.0.0
  • connectors services
Connectors for using service bindings in your application.
Steeltoe.Discovery.Abstractions by: Broadcom
  • 6 total downloads
  • Latest version: 4.0.0
  • service discovery service registry Spring Cloud
Abstractions for service registration and discovery.
Steeltoe.Discovery.ClientBase by: Broadcom
  • 8 total downloads
  • Latest version: 4.0.0
  • service discovery service registry Spring Cloud eureka consul kubernetes
Base package for using Steeltoe Service Discovery.
Steeltoe.Discovery.ClientCore by: Broadcom
  • 10 total downloads
  • Latest version: 4.0.0
  • aspnetcore service discovery service registry Spring Cloud eureka consul kubernetes
Package for using Steeltoe Service Discovery Client in ASP.NET Core applications.
Steeltoe.Extensions.Configuration.Abstractions by: Broadcom
  • 7 total downloads
  • Latest version: 4.0.0
  • configuration spring boot
Abstractions used in Steeltoe Configuration libraries.
Steeltoe.Extensions.Configuration.CloudFoundryBase by: Broadcom
  • 7 total downloads
  • Latest version: 4.0.0
  • configuration CloudFoundry vcap
Configuration Provider for reading Cloud Foundry Environment Variables.
StrongNamer by: Daniel Plaisted
  • 54 total downloads
  • Latest version: 0.2.5
  • strongname strong name naming
Strong Namer will automatically add strong names to referenced assemblies which do not already have a strong name.
StyleCop.Analyzers by: Sam Harwell et. al.
  • 491 total downloads
  • Latest version: 1.2.0-beta.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StyleCop.Analyzers.Unstable by: Sam Harwell et. al.
  • 145 total downloads
  • Latest version: 1.2.0.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
SummerBoot by: SummerBoot
  • 26 total downloads
  • Latest version: 1.2.0
SummerBoot,致力于让新人快速上手net core,将SpringBoot的先进理念与C#的简洁优雅合二为一。github地址:https://github.com/TripleView/SummerBoot
Swagger-Net by: Swagger-Net Team
  • 762 total downloads
  • Latest version: 8.5.28.1
  • Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs SelfHost OWIN
Add a Swagger(ui 3.x) to your WebApi projects!
Swashbuckle.AspNetCore by: domaindrivendev
  • 616 total downloads
  • Latest version: 10.1.7
  • swagger openapi documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.AppContext by: Microsoft
  • 34 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext
System.Collections by: Microsoft
  • 44 total downloads
  • Latest version: 4.0.10-beta-22816
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue>
System.Collections.Concurrent by: Microsoft
  • 24 total downloads
  • Latest version: 4.0.10-beta-22816
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T>