System.Collections
by: Microsoft
- 6 total downloads
- Latest version: 4.0.11-beta-23516
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>
- 1548494
System.Collections.Concurrent
by: Microsoft
- 2 total downloads
- Latest version: 4.0.12
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>
When using NuGet 3.x this package requires at least version 3.4.
System.Composition.Runtime
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.7.25380.108
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Configuration.ConfigurationManager
by: Microsoft
- 30 total downloads
- Latest version: 10.0.0-preview.6.25358.103
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
System.Data.SqlClient
by: Microsoft
- 1 total downloads
- Latest version: 4.4.0-preview2-25405-01
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
System.Data.SqlClient.SqlConnection
System.Data.SqlClient.SqlException
System.Data.SqlClient.SqlParameter
System.Data.SqlDbType
System.Data.SqlClient.SqlDataReader
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlTransaction
System.Data.SqlClient.SqlParameterCollection
System.Data.SqlClient.SqlClientFactory
029cf57733b7ec6c1dd8a13857e800b9a8d97192
When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.EventLog
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-preview.2.24128.5
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
Commonly Used Types:
System.Diagnostics.EventLog
System.IO.FileSystem.AccessControl
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-rc.2.20475.5
Provides types for managing access and audit control lists for files and directories.
Commonly Used Types:
System.Security.AccessControl.DirectoryObjectSecurity
System.Security.AccessControl.DirectorySecurity
System.Security.AccessControl.FileSecurity
System.Security.AccessControl.FileSystemAccessRule
System.Security.AccessControl.FileSystemAuditRule
System.Security.AccessControl.FileSystemRights
System.Security.AccessControl.FileSystemSecurity
When using NuGet 3.x this package requires at least version 3.4.
System.Linq
by: Microsoft
- 3 total downloads
- Latest version: 4.0.1-beta-23409
Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ).
Commonly Used Types:
System.Linq.Enumerable
System.Linq.IGrouping<TKey, TElement>
System.Linq.IOrderedEnumerable<TElement>
System.Linq.ILookup<TKey, TElement>
System.Linq.Lookup<TKey, TElement>
System.Linq.Expressions
by: Microsoft
- 8 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.
Commonly Used Types:
System.Linq.IQueryable<T>
System.Linq.IQueryable
System.Linq.Expressions.Expression<TDelegate>
System.Linq.Expressions.Expression
System.Linq.Expressions.ExpressionVisitor
When using NuGet 3.x this package requires at least version 3.4.
System.Linq.Parallel
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides classes that supports parallel queries that use Language-Integrated Query (LINQ).
Commonly Used Types:
System.Linq.ParallelQuery<TSource>
System.Linq.ParallelEnumerable
System.Linq.ParallelQuery
System.Linq.OrderedParallelQuery<TSource>
System.Net.Http.WinHttpHandler
by: Microsoft
- 0 total downloads
- Latest version: 6.0.0-preview.3.21201.4
Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler.
Commonly Used Types:
System.Net.Http.WinHttpHandler
System.Net.WebSockets.WebSocketProtocol
by: Microsoft
- 9 total downloads
- Latest version: 5.0.0-preview.8.20407.11
Provides the WebSocketProtocol class, which allows creating a websocket from a connected stream using WebSocketsProtocol.CreateFromConnectedStream.
Commonly Used Types:
System.Net.WebSockets.WebSocketProtocol
When using NuGet 3.x this package requires at least version 3.4.
System.Reactive.Linq
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 5.0.0
Reactive Extensions (Rx) for .NET - v3 compatibility facade for
System.Reflection.Context
by: Microsoft
- 2 total downloads
- Latest version: 8.0.0
Provides classes that enable customized reflection contexts.
Commonly Used Types:
System.Reflection.Context.CustomReflectionContext
System.Reflection.DispatchProxy
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.7.20364.11
Provides a class to dynamically create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that DispatchProxy base type.
Commonly Used Types:
System.Reflection.DispatchProxy
When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides common enumerations for reflection-based libraries.
Commonly Used Types:
System.Reflection.FieldAttributes
System.Reflection.Emit.OpCode
System.Reflection.TypeAttributes
System.Reflection.MethodAttributes
System.Reflection.CallingConventions
System.Reflection.PropertyAttributes
System.Reflection.EventAttributes
System.Reflection.ParameterAttributes
System.Reflection.GenericParameterAttributes
System.Reflection.MethodImplAttributes
When using NuGet 3.x this package requires at least version 3.4.
System.Resources.Extensions
by: Microsoft
- 23 total downloads
- Latest version: 10.0.0-preview.5.25277.114
Provides classes which read and write resources in a format that supports non-primitive objects.
Commonly Used Types:
System.Resources.Extensions.DeserializingResourceReader
System.Resources.Extensions.PreserializedResourceWriter
System.Resources.Reader
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides classes which read resources from streams in the system-default format.
Commonly Used Types:
System.Resources.ResourceReader
When using NuGet 3.x this package requires at least version 3.4.
System.Runtime.WindowsRuntime
by: Microsoft
- 4 total downloads
- Latest version: 4.7.0-preview3.19551.4
Provides extensions methods that improve interoperation between managed code and the Windows Runtime.
Commonly Used Types:
System.WindowsRuntimeSystemExtensions
System.IO.WindowsRuntimeStorageExtensions
System.IO.WindowsRuntimeStreamExtensions
System.Runtime.InteropServices.WindowsRuntime.AsyncInfo
System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeBuffer
When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.ProtectedData
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides access to Windows Data Protection Api.
Commonly Used Types:
System.Security.Cryptography.DataProtectionScope
System.Security.Cryptography.ProtectedData
When using NuGet 3.x this package requires at least version 3.4.