Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
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
2,684,136 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
312,161 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,532,239 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
327,015 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.
netfx-
System.
StringResources
by:
kzu
127,523 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
42,691 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.
Stl.
Fusion.
Server.
NetFx
by:
ServiceTitan
85,940 total downloads
last updated
1/30/2023
Latest version:
4.3.8
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
Simple.
OData.
V3.
Client
by:
david_n_m_bond
object
270,838 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
44,055 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
34,275 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.
Net.
Http.
HttpEntityClient
by:
kzu
39,377 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-
System.
Collections.
Generic.
DictionaryGetOrAdd
by:
kzu
32,826 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-
Reflector
by:
kzu
29,773 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
Tracer.
SystemDiagnostics
by:
clarius
kzu
35,684 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.
Tracer
by:
clarius
kzu
33,155 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
PDFiumSharp
by:
ArgusMagnus
52,244 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.
netfx-
System.
Dynamic.
Reflection
by:
kzu
27,370 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
33,279 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-
System.
DateTimeEpochExtensions
by:
kzu
24,607 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
netfx-
Microsoft.
ApplicationServer.
Http.
JsonNetMediaTypeFormatter
by:
kzu
25,917 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.
Previous
Next