👋 What do you think about NuGet.org? We're looking for feedback from developers like you.
Take the survey.
Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
170 packages returned for Tags:"netfx"
Sort by
Relevance
Downloads
Recently updated
Simple.
OData.
Client
by:
david_n_m_bond
object
3,786,722 total downloads
last updated
11/8/2022
Latest version:
6.0.1
odata
data
rest
client
portable
pcl
netfx
net40
net45
netstandard
More tags
Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, .NET Standard, .NET Core, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not...
More information
Simple.
OData.
V4.
Client
by:
david_n_m_bond
object
2,209,455 total downloads
last updated
11/8/2022
Latest version:
6.0.1
odata
data
rest
client
portable
pcl
netfx
net40
net45
netstandard
More tags
Simple.OData.V4.Client is a multiplatform OData client library supporting .NET 4.x, .NET Standard, .NET Core, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not...
More information
netfx-
Guard
by:
kzu
364,857 total downloads
last updated
3/26/2013
Latest version:
1.3.3.2
netfx
validation
The only argument validation file you need, with full refactoring support and strong-typing. Examples: Guard.NotNull(() => value, value) Guard.NotNullOrEmpty( () => stringValue, stringValue)
Emzi0767.
Common
by:
Emzi0767
498,290 total downloads
last updated
5/30/2022
Latest version:
2.6.6
emzi0767
common
utilities
dotnet
dotnet-core
dotnetfx
netfx
netcore
csharp
Assortment of various common types and utilities for Emzi0767's projects.
Stl.
Fusion.
Server.
NetFx
by:
ServiceTitan
164,988 total downloads
last updated
12/8/2023
Latest version:
6.8.9
servicetitan
stl
stl_fusion
server
netfx
.NET Framework version of Stl.Fusion.Server. Fusion is a new implementation of "computed observables" designed to power distributed apps. Thread-safe, asynchronous, immutable, and ready to serve replicas of...
More information
netfx-
System.
StringResources
by:
kzu
143,565 total downloads
last updated
12/30/2019
Latest version:
3.2.0-alpha
netfx
resources
format
string
resx
C#
Suplements the built-in Resources .resx C# generator by generating a strong-typed class named Strings from the same .resx file, but exposing format parameters as method parameters and organizing strings in...
More information
netfx-
System.
SequentialGuid
by:
kzu
48,071 total downloads
last updated
7/31/2011
Latest version:
1.0.0
netfx
A safe sequential GUID generator (or Comb) that improves performance of GUID-style identifiers used in persistence.
netfx-
System.
StringFormatWith
by:
kzu
57,901 total downloads
last updated
8/30/2011
Latest version:
1.1.0
netfx
format
Readable formatting strings using named parameters and a custom or anonymous object as the context, like "Hello {FirstName} {LastName}".FormatWith(customer).
Simple.
OData.
V3.
Client
by:
david_n_m_bond
object
338,780 total downloads
last updated
11/8/2022
Latest version:
6.0.1
odata
data
rest
client
portable
pcl
netfx
net40
net45
netstandard
More tags
Simple.OData.V3.Client is a multiplatform OData client library supporting .NET 4.x, .NET Standard, .NET Core, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not...
More information
netfx-
System.
Net.
Http.
HttpEntityClient
by:
kzu
60,540 total downloads
last updated
6/28/2011
Latest version:
1.2.0
netfx
http
wcf
webapi
Strong-typed Linq to Web API. Builds on top of HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products =...
More information
netfx-
Reflector
by:
kzu
39,813 total downloads
last updated
3/6/2019
Latest version:
1.0.0.11
netfx
reflection
Strong-typed static reflection via Reflect: // Void static method MethodInfo cw = Reflect.GetMethod( () => Console.WriteLine); // Instance void method MethodInfo mi = Reflect<IView>.GetMethod(v =>...
More information
netfx-
System.
AppDomainData
by:
kzu
46,760 total downloads
last updated
12/22/2011
Latest version:
1.1.0.3
netfx
AppDomain
Provides strong-typed persistence of data in an AppDomain, which can also be transient and automatically removed on dispose. Usage: AppDomain.CurrentDomain.SetData<Foo>(foo); var saved =...
More information
netfx-
System.
Collections.
Generic.
DictionaryGetOrAdd
by:
kzu
45,215 total downloads
last updated
12/22/2011
Latest version:
1.1.1.1
netfx
dictionary
Provides the GetOrAdd extension method for generic dictionaries, borrowed from the ConcurrentDictionary class.
Tracer.
SystemDiagnostics
by:
clarius
kzu
47,435 total downloads
last updated
4/10/2015
Latest version:
1.2.1
netfx
diagnostics
tracing
Implements the tracing interface on top of the System.Diagnostics.TraceSource capabilities, extending it with log4net-style hierarchical logging and runtime dynamic configurability of trace sources.
PDFiumSharp
by:
ArgusMagnus
70,988 total downloads
last updated
10/22/2021
Latest version:
1.4660.0-alpha1
PDF
PDFium
Renderer
Rendering
netfx
netcore
C#/.NET Wrapper for the PDFium library. Native binaries are provided in the PDFiumSharp.NativeBinaries package.
Tracer
by:
clarius
kzu
40,731 total downloads
last updated
1/6/2014
Latest version:
1.1.7
netfx
diagnostics
tracing
The interfaces provided by this package allow component authors to provide tracing statements that are agnostic to the actual implementation that will be used when they are used at runtime, which is an...
More information
netfx-
System.
Dynamic.
Reflection
by:
kzu
31,769 total downloads
last updated
3/17/2015
Latest version:
1.2.0
netfx
dynamic
reflection
Provides full reflection capabilities using C# 4.0 dynamic syntax, including invoking and accessing public, internal or private, instance or static members including constructors.
netfx-
System.
Xml.
DynamicXml
by:
kzu
39,688 total downloads
last updated
8/30/2011
Latest version:
1.1.0.2
netfx
xml
dynamic
linq
xlinq
Provides a dynamic API over XLinq: var xdoc = XDocument.Load("rss.xml"); var rss = doc.Root.ToDynamic(); // Type conversion, element traversal // using dotted path notation DateTime pubDate =...
More information
netfx-
Microsoft.
ApplicationServer.
Http.
JsonNetMediaTypeFormatter
by:
kzu
29,111 total downloads
last updated
6/12/2011
Latest version:
1.1.1.1
netfx
wcf
webapi
Installing this package actually installs netfx-WebApi.JsonNetFormatter. This package is provided for backwards compatibility with existing dependencies and to provide an upgrade path.
netfx-
System.
DateTimeEpochExtensions
by:
kzu
26,854 total downloads
last updated
8/30/2011
Latest version:
1.1.0
netfx
datetime
datetimeoffset
epoch
Provides conversion of DateTime and DateTimeOffset into an epoch-relative number value (total seconds). See Unix Epoch in Wikipedia for more information on why this might be needed. Typical uses include...
More information
Previous
Next