Syncfusion.Pdf.Net.Core
by: Syncfusion Inc.
- 4 total downloads
- Latest version: 33.1.44
The Syncfusion® Essential PDF is a .NET standard PDF library that enables your .NET core applications to read, write, and manipulate existing PDF documents. It has various features such table creation, PDF form creation and filling, digital signature, and advanced PDF encryption.
It also has various PDF manipulation features such as PDF compression, redaction, split and merge PDF, watermark, import and export PDF form data, replace or remove images, extract text and find text.
System.AppContext
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data.
System.ClientModel
by: Microsoft
- 1 total downloads
- Latest version: 1.10.0
Contains building blocks for clients that call cloud services.
System.CodeDom
by: Microsoft
- 3 total downloads
- Latest version: 9.0.0
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Collections
by: Microsoft
- 1 total downloads
- Latest version: 4.0.10-beta-22416
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
- 1 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
by: Microsoft
- 2 total downloads
- Latest version: 10.0.3
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Composition
by: Microsoft
- 3 total downloads
- Latest version: 5.0.0-preview.7.20364.11
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.ConventionBuilder
System.Composition.Hosting.CompositionHost
System.Composition.CompositionContext
System.Composition.CompositionContextExtensions
When using NuGet 3.x this package requires at least version 3.4.
System.Composition.AttributedModel
by: Microsoft
- 7 total downloads
- Latest version: 10.0.7
Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).
System.Composition.Convention
by: Microsoft
- 10 total downloads
- Latest version: 10.0.6
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
System.Composition.Hosting
by: Microsoft
- 2 total downloads
- Latest version: 10.0.5
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Composition.Runtime
by: Microsoft
- 6 total downloads
- Latest version: 10.0.5
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Composition.TypedParts
by: Microsoft
- 2 total downloads
- Latest version: 10.0.4
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Configuration.ConfigurationManager
by: Microsoft
- 3 total downloads
- Latest version: 9.0.2
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.Odbc
by: Microsoft
- 3 total downloads
- Latest version: 10.0.0
Provides a collection of classes used to access an ODBC data source in the managed space
Commonly Used Types:
System.Data.Odbc.OdbcCommand
System.Data.Odbc.OdbcConnection
System.Data.Odbc.OdbcDataReader
System.Data.Odbc.OdbcDataAdapter
System.Data.Odbc.OdbcParameter
System.Data.Odbc.OdbcParameterCollection
System.Data.Odbc.OdbcTransaction
System.Diagnostics.DiagnosticSource
by: Microsoft
- 3 total downloads
- Latest version: 10.0.5
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
System.Diagnostics.EventLog
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.5.25277.114
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
Commonly Used Types:
System.Diagnostics.EventLog
System.Diagnostics.FileVersionInfo
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk.
Commonly Used Types:
System.Diagnostics.FileVersionInfo
System.Diagnostics.PerformanceCounter
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-rc.1.25451.107
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters.
Commonly Used Types:
System.Diagnostics.PerformanceCounter
System.Diagnostics.Tools
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools.