Steeltoe.Connector.Abstractions
by: Broadcom
- 2 total downloads
- Latest version: 4.0.0
Abstractions for working with backing services.
Steeltoe.Connector.ConnectorBase
by: Broadcom
- 3 total downloads
- Latest version: 4.0.0
Connectors for using service bindings in your application.
Steeltoe.Discovery.Abstractions
by: Broadcom
- 2 total downloads
- Latest version: 4.0.0
Abstractions for service registration and discovery.
Steeltoe.Discovery.ClientBase
by: Broadcom
- 3 total downloads
- Latest version: 4.0.0
Base package for using Steeltoe Service Discovery.
Steeltoe.Discovery.ClientCore
by: Broadcom
- 3 total downloads
- Latest version: 4.0.0
Package for using Steeltoe Service Discovery Client in ASP.NET Core applications.
Steeltoe.Extensions.Configuration.Abstractions
by: Broadcom
- 2 total downloads
- Latest version: 4.0.0
Abstractions used in Steeltoe Configuration libraries.
Steeltoe.Extensions.Configuration.CloudFoundryBase
by: Broadcom
- 3 total downloads
- Latest version: 4.0.0
Configuration Provider for reading Cloud Foundry Environment Variables.
StrongNamer
by: Daniel Plaisted
- 26 total downloads
- Latest version: 0.2.5
Strong Namer will automatically add strong names to referenced assemblies which do not already have a strong name.
Stub.System.Data.SQLite.Core.NetFramework
by: SQLite Development Team
- 16 total downloads
- Latest version: 1.0.119
The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.
StyleCop.Analyzers
by: Sam Harwell et. al.
- 228 total downloads
- Latest version: 1.2.0-beta.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StyleCop.Analyzers.Unstable
by: Sam Harwell et. al.
- 60 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
SummerBoot
by: SummerBoot
- 15 total downloads
- Latest version: 1.2.0
SummerBoot,致力于让新人快速上手net core,将SpringBoot的先进理念与C#的简洁优雅合二为一。github地址:https://github.com/TripleView/SummerBoot
Swagger-Net
by: Swagger-Net Team
- 281 total downloads
- Latest version: 8.5.28.1
Add a Swagger(ui 3.x) to your WebApi projects!
Swashbuckle.AspNetCore
by: domaindrivendev
- 258 total downloads
- Latest version: 9.0.6
Swagger tools for documenting APIs built on ASP.NET Core
System.AppContext
by: Microsoft
- 16 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
- 26 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
- 11 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>
System.Collections.Immutable.Net40
by: Microsoft Corporation
- 9 total downloads
- Latest version: 1.0.30.17
Retargeted for .Net 4.0. Unofficial, unsupported build
https://github.com/jlanng/ImmutableCollectionsNet40
System.Collections.NonGeneric
by: Microsoft
- 23 total downloads
- Latest version: 4.0.0-beta-22816
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package.
Commonly Used Types:
System.Collections.ArrayList
System.Collections.Hashtable
System.Collections.CollectionBase
System.Collections.ReadOnlyCollectionBase
System.Collections.Stack
System.Collections.SortedList
System.Collections.DictionaryBase
System.Collections.Queue
System.Collections.Comparer
System.Collections.CaseInsensitiveComparer
System.Collections.Specialized
by: Microsoft
- 26 total downloads
- Latest version: 4.0.0-beta-22816
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Commonly Used Types:
System.Collections.Specialized.NameValueCollection
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.StringCollection
System.Collections.Specialized.IOrderedDictionary
System.Collections.Specialized.HybridDictionary
System.Collections.Specialized.OrderedDictionary
System.Collections.Specialized.ListDictionary
System.Collections.Specialized.StringDictionary
System.Collections.Specialized.BitVector32