System.ComponentModel.Annotations
by: Microsoft
- 14.085k total downloads
- Latest version: 5.0.0
Provides attributes that are used to define metadata for objects used as data sources.
Commonly Used Types:
System.ComponentModel.DataAnnotations.ValidationResult
System.ComponentModel.DataAnnotations.IValidatableObject
System.ComponentModel.DataAnnotations.ValidationAttribute
System.ComponentModel.DataAnnotations.RequiredAttribute
System.ComponentModel.DataAnnotations.StringLengthAttribute
System.ComponentModel.DataAnnotations.DisplayAttribute
System.ComponentModel.DataAnnotations.RegularExpressionAttribute
System.ComponentModel.DataAnnotations.DataTypeAttribute
System.ComponentModel.DataAnnotations.RangeAttribute
System.ComponentModel.DataAnnotations.KeyAttribute
When using NuGet 3.x this package requires at least version 3.4.
SQLitePCLRaw.lib.e_sqlite3.linux
by: Eric Sink D. Richard Hipp et al
- 80 total downloads
- Latest version: 1.1.11
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
System.Collections.NonGeneric
by: Microsoft
- 12.018k total downloads
- Latest version: 4.3.0
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
When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel.EventBasedAsync
by: Microsoft
- 14 total downloads
- Latest version: 4.0.11
Provides support classes and delegates for the event-based asynchronous pattern. Developers should prefer the classes in the System.Threading.Tasks package.
Commonly Used Types:
System.ComponentModel.AsyncCompletedEventArgs
System.ComponentModel.AsyncCompletedEventHandler
System.ComponentModel.ProgressChangedEventArgs
System.ComponentModel.ProgressChangedEventHandler
System.ComponentModel.AsyncOperation
System.ComponentModel.AsyncOperationManager
When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel
by: Microsoft
- 10.996k total downloads
- Latest version: 4.3.0
Provides interfaces for the editing and change tracking of objects used as data sources.
Commonly Used Types:
System.ComponentModel.CancelEventArgs
System.IServiceProvider
System.ComponentModel.IEditableObject
System.ComponentModel.IChangeTracking
System.ComponentModel.IRevertibleChangeTracking
When using NuGet 3.x this package requires at least version 3.4.
StackExchange.Redis.StrongName
by: Stack Exchange Inc. marc.gravell
- 8.924k total downloads
- Latest version: 1.2.6
High performance Redis client, incorporating both synchronous and asynchronous usage.
SQLitePCLRaw.provider.e_sqlite3.netstandard11
by: Eric Sink et al
- 80 total downloads
- Latest version: 1.1.11
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
System.Collections.Immutable
by: Microsoft
- 33.052k total downloads
- Latest version: 5.0.0
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.
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
SQLitePCLRaw.lib.e_sqlite3.osx
by: Eric Sink D. Richard Hipp et al
- 80 total downloads
- Latest version: 1.1.11
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
System.ComponentModel.Primitives
by: Microsoft
- 11.087k total downloads
- Latest version: 4.3.0
Provides interfaces that are used to implement the run-time and design-time behavior of components.
Commonly Used Types:
System.ComponentModel.IComponent
System.ComponentModel.IContainer
System.ComponentModel.ISite
System.ComponentModel.ComponentCollection
When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Concurrent
by: Microsoft
- 14.005k total downloads
- Latest version: 4.3.0
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.
Superpower
by: Datalust Superpower Contributors Sprache Contributors
- 509 total downloads
- Latest version: 2.3.0
A parser combinator library for C#
Syncfusion.HtmlToPdfConverter.Blink.Net.Core.Linux
by: Syncfusion Inc.
- 51 total downloads
- Latest version: 18.4.0.39
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced Blink rendering engine, thus generating pixel-perfect PDF from HTML or URL.
Key features:
• Converts any webpage to PDF.
• Converts any raw HTML string to PDF.
• Prevents text and image split across pages.
• Converts HTML form to fillable PDF form.
• Works both in 32-bit and 64-bit environments.
• Automatically creates a table of contents.
• Automatically creates bookmark hierarchy.
• Can convert only a part of a webpage to PDF.
• Supports headers and footers.
• Repeats HTML table headers and footers in PDF.
• Supports HTML5, CSS3, SVG, and Web fonts.
• Supports accessing HTML pages using both HTTP POST and GET methods.
• Supports HTTP cookies.
• Supports cookies-based form authentication.
• Thread safe.
• Supports internal and external hyperlinks.
• Sets document properties, page settings, security, viewer preferences, etc.
• Protects PDF document with password and permission.
Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf
Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf
Support:
incident: https://www.syncfusion.com/support/directtrac/incidents/newincident
Forum: https://www.syncfusion.com/forums
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
System.Buffers
by: Microsoft
- 36.341k total downloads
- Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
Commonly Used Types:
System.Buffers.ArrayPool<T>
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
When using NuGet 3.x this package requires at least version 3.4.
Syncfusion.HtmlToPdfConverter.Blink.Net.Core.Windows
by: Syncfusion Inc.
- 50 total downloads
- Latest version: 18.4.0.39
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced Blink rendering engine, thus generating pixel-perfect PDF from HTML or URL.
Key features:
• Converts any webpage to PDF.
• Converts any raw HTML string to PDF.
• Prevents text and image split across pages.
• Converts HTML form to fillable PDF form.
• Works both in 32-bit and 64-bit environments.
• Automatically creates a table of contents.
• Automatically creates bookmark hierarchy.
• Can convert only a part of a webpage to PDF.
• Supports headers and footers.
• Repeats HTML table headers and footers in PDF.
• Supports HTML5, CSS3, SVG, and Web fonts.
• Supports accessing HTML pages using both HTTP POST and GET methods.
• Supports HTTP cookies.
• Supports cookies-based form authentication.
• Thread safe.
• Supports internal and external hyperlinks.
• Sets document properties, page settings, security, viewer preferences, etc.
• Protects PDF document with password and permission.
Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf
Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf
Support:
incident: https://www.syncfusion.com/support/directtrac/incidents/newincident
Forum: https://www.syncfusion.com/forums
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
Swashbuckle.AspNetCore
by: Swashbuckle.AspNetCore
- 11.006k total downloads
- Latest version: 6.4.0
Swagger tools for documenting APIs built on ASP.NET Core
Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core
by: Syncfusion Inc.
- 53 total downloads
- Latest version: 19.1.0.54
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced WebKit rendering engine, thus generating pixel-perfect PDF from HTML or URL.
Key features:
• Converts any webpage to PDF.
• Converts any raw HTML string to PDF.
• Prevents text and image split across pages.
• Converts HTML form to fillable PDF form.
• Works both in 32-bit and 64-bit environments.
• Automatically creates a table of contents.
• Automatically creates bookmark hierarchy.
• Can convert only a part of a webpage to PDF.
• Supports headers and footers.
• Repeats HTML table headers and footers in PDF.
• Supports HTML5, CSS3, SVG, and Web fonts.
• Supports accessing HTML pages using both HTTP POST and GET methods.
• Supports HTTP cookies.
• Supports cookies-based form authentication.
• Thread safe.
• Supports internal and external hyperlinks.
• Sets document properties, page settings, security, viewer preferences, etc.
• Protects PDF document with password and permission.
Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf
Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf
Support:
incident: https://www.syncfusion.com/support/directtrac/incidents/newincident
Forum: https://www.syncfusion.com/forums
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
System.Collections.Specialized
by: Microsoft
- 10.881k total downloads
- Latest version: 4.3.0
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
When using NuGet 3.x this package requires at least version 3.4.
SQLitePCLRaw.lib.e_sqlite3.v110_xp
by: Eric Sink D. Richard Hipp et al
- 80 total downloads
- Latest version: 1.1.11
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.core
by: Eric Sink et al
- 117 total downloads
- Latest version: 1.1.11
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.