Top 20 NuGet Packages depending on System.Resources.ResourceManager

Total dependencies: 549

Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package. Commonly Used Types: System.Diagnostics.TraceListener System.Diagnostics.TraceLevel System.Diagnostics.TraceSource System.Diagnostics.TraceEvent...
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.Express...
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> When using NuGet 3.x this package requires at least...
Provides classes for querying data structures that implement IQueryable<T>. Commonly Used Types: System.Linq.Queryable System.Linq.EnumerableQuery<T> System.Linq.EnumerableQuery When using NuGet 3.x this package requires at least version 3.4.
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebRespo...
Provides classes that implement claims-based identity in the .NET Framework, including classes that represent claims, claims-based identities, and claims-based principals. Commonly Used Types: System.Security.Principal.GenericIdentity System.Security.Claims.Claim System.Security.Claims.ClaimsIdenti...
Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine. Commonly Used Types: System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Match System.Text.RegularExpressions.Group System.Text.Regu...
Provides common types for interacting with asynchronous (or overlapped) input and output (I/O). Commonly Used Types: System.Threading.NativeOverlapped System.Threading.Overlapped System.Threading.IOCompletionCallback When using NuGet 3.x this package requires at least version 3.4.
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel. Commonly Used Types: System.Threading.Tasks.Parallel System.Threading.Tasks.ParallelLoopState System.Threading.Tasks.ParallelLoopResult System.Threading.Tasks.ParallelOptions When u...
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. Commonly Used Types: System.Xml.XmlNodeType System.Xml.XmlException System.Xml.XmlReader System.Xml.XmlWriter System.Xml.IXmlLineInfo System.Xml.XmlNameTable System.Xml.IXmlNamespaceResol...
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.L...
Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package. Commonly Used Types: System.Xml.XmlNode System.Xml.XmlElement System.Xml.XmlAttribute System.Xml.Xml...
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Xml.Serialization.IXmlSerializable System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlIgnoreAttribute System.Xml.Serialization.XmlEleme...
Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model. Commonly Used Types: System.Xml.XPath.XPathNavigator System.Xml.XPath.IXPathNavigable System.Xml.XPath.XPathNodeType...
Provides extension methods that add System.Xml.XPath support to the System.Xml.XDocument package. Commonly Used Types: System.Xml.XPath.Extensions System.Xml.XPath.XDocumentExtensions When using NuGet 3.x this package requires at least version 3.4.
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package. Commonly Used Types: System.Xml.XPath.XmlDocumentExtensions When using NuGet 3.x this package requires at least version 3.4.
Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection. Commonly Used Types: System.Reflection.Emit.DynamicMethod When using NuGet 3.x this package requires at...
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs. Commonly Used Types: System.Reflection.TypeExtensions System.Reflection.BindingFlags When using NuGet 3.x this package requires at least version 3.4.
Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.FieldBuilder System.Reflection.Emit.Ty...
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. Commonly Used Types: System.ComponentModel.TypeConverter System.ComponentModel.TypeConverterAttribute System.ComponentModel.PropertyDescriptor System.ComponentModel.S...