Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
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
168 packages returned for Tags:"netfx"
Sort by
Relevance
Downloads
Recently updated
Simple.
OData.
Client
by:
david_n_m_bond
object
3,068,523 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
netfx-
Guard
by:
kzu
334,891 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)
Simple.
OData.
V4.
Client
by:
david_n_m_bond
object
1,766,990 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
Emzi0767.
Common
by:
Emzi0767
384,083 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
120,327 total downloads
last updated
6/2/2023
Latest version:
6.0.12
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.
SequentialGuid
by:
kzu
44,783 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.
StringResources
by:
kzu
130,213 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
Simple.
OData.
V3.
Client
by:
david_n_m_bond
object
302,608 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.
StringFormatWith
by:
kzu
48,504 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).
netfx-
System.
AppDomainData
by:
kzu
35,701 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-
Reflector
by:
kzu
31,577 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.
Collections.
Generic.
DictionaryGetOrAdd
by:
kzu
34,925 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.
netfx-
System.
Net.
Http.
HttpEntityClient
by:
kzu
42,287 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
Tracer.
SystemDiagnostics
by:
clarius
kzu
36,835 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
58,977 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
34,371 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
29,340 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
36,064 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
27,452 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
25,647 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