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
21 packages returned for Tags:"Tungsten"
Sort by
Relevance
Downloads
Recently updated
Tungsten
by:
Mode51
32,073 total downloads
last updated
3/30/2021
Latest version:
3.0.6
Tungsten
W
Library
C#
CSharp
Tungsten is a C# library of classes to make application development easier
Tungsten.
Net
by:
Mode51
Deprecated
15,683 total downloads
last updated
6/12/2018
Latest version:
2.0.2
Tungsten.Net
Tungsten
W
W.Net
C#
library
tcp
sockets
client
server
Tungsten.Net makes it easy to add tcp sockets to your application. Client and server classes are provided, with and without assymetric encryption. Note that the secure classes always use RSA for encryption; no...
More information
Tungsten.
EventTemplate
by:
Mode51
Deprecated
4,500 total downloads
last updated
3/21/2018
Latest version:
2.0.0
Tungsten.EventTemplate
Tungsten
W
C#
library
Tungsten.EventTemplate is a class which makes exposing and raising an event somewhat easier
Tungsten.
IO.
Pipes
by:
Mode51
Deprecated
9,204 total downloads
last updated
6/12/2018
Latest version:
2.0.3
Tungsten.IO.Pipes
Tungsten
Pipe
NamedPipe
W
C#
library
Named pipe wrappers to simplify named-pipe use in your application. PipeClient for clients and PipeServer for single-instance servers. As pipes must have a server for each connected client, PipeHost will host...
More information
Tungsten.
Property
by:
Mode51
Deprecated
3,964 total downloads
last updated
8/4/2018
Latest version:
2.0.3
Tungsten.Property
Tungsten
W
C#
library
Tungsten.Property is a class which implements IPropertyChangedNotifier. PropertySlim is a lightweight version of Property and can be used in simpler scenarios (where ownership isn't necessary)
Tungsten.
Lockable
by:
Mode51
Deprecated
4,677 total downloads
last updated
8/4/2018
Latest version:
2.0.2
Tungsten.Lockable
Tungsten
W
C#
library
Tungsten.Lockable is a class which supports thread-safe access to an underlying value
Tungsten.
Firewall
by:
Mode51
Deprecated
8,323 total downloads
last updated
7/14/2018
Latest version:
2.0.2
Tungsten.Firewall
Tungsten
Firewall
W
C#
library
Tungsten.Firewall is a minimal library, using NetFwTypeLib, to add and remove Windows firewall rules. Note that your application will need administrative rights to add/remove firewall rules.
Tungsten.
As
by:
Mode51
Deprecated
3,614 total downloads
last updated
6/18/2018
Latest version:
2.0.1
Tungsten.As
Tungsten
W
C#
library
Tungsten.As provides extension methods for quick conversions (As<T>, AsBase64, AsBytes, AsCompressed, AsString).
Tungsten.
Threading.
Lockers
by:
Mode51
Deprecated
4,884 total downloads
last updated
3/23/2018
Latest version:
2.0.1
Tungsten.Threading.Lockers
Tungsten
W
C#
library
Tungsten.Threading.Lockers provides classes which support resource locking (MonitorLocker, ReaderWriterLocker, SemaphoreLocker and SpinLocker).
Tungsten.
From
by:
Mode51
Deprecated
2,974 total downloads
last updated
6/18/2018
Latest version:
2.0.1
Tungsten.From
Tungsten
W
C#
library
Tungsten.From complements Tungsten.As by providing FromBase64 and FromCompressed
Tungsten.
Threading
by:
Mode51
Deprecated
2,823 total downloads
last updated
4/11/2018
Latest version:
2.0.1
Tungsten.Threading
Tungsten
W
C#
library
Tungsten.Threading provides a Thread.Sleep method and ThreadMethod class which makes creating a background thread (long running task) easy.
Tungsten.
Encryption
by:
Mode51
Deprecated
3,543 total downloads
last updated
6/13/2018
Latest version:
2.0.2
Tungsten.Encryption
Tungsten
W
C#
library
Tungsten.Encryption provides a class for RSA encryption and MD5 password hashes
Tungsten.
Domains
by:
Mode51
Deprecated
4,013 total downloads
last updated
3/21/2018
Latest version:
2.0.0
Tungsten.Domains
Tungsten
Domains
AppDomain
W
C#
library
Tungsten.Domains makes it easy to implement reloadable AppDomains
Tungsten.
Logging
by:
Mode51
Deprecated
2,779 total downloads
last updated
3/21/2018
Latest version:
2.0.0
Tungsten.Logging
Tungsten
W
Logging
C#
library
Tungsten.Logging provides basic support for logging. Handle the W.Logging.Log.LogTheMessage event to provide additional logging options. W.Logging.LogMessageHistory class can be instantiated to maintain an...
More information
Tungsten.
Net.
RPC
by:
Mode51
Deprecated
9,871 total downloads
last updated
5/30/2017
Latest version:
1.2.7
Tungsten.Net.RPC
Tungsten
Tungsten.Net
RPC
client
server
remote
procedure
call
c#
More tags
Tungsten.Net.RPC is a client/server solution for invoking methods on a server. Communications are made over the port you specify. RPC methods on the server are created by attributing classes and methods with...
More information
Tungsten.
Suite
by:
Mode51
Deprecated
1,362 total downloads
last updated
3/31/2018
Latest version:
2.0.0
Tungsten.Suite
Tungsten
W
C#
library
Tungsten.Suite is a nuspec only package. It aggregates the most Tungsten packages available for each framework into one package.
Tungsten.
CallResult
by:
Mode51
Deprecated
1,561 total downloads
last updated
3/21/2018
Latest version:
2.0.0
Tungsten.CallResult
Tungsten
W
C#
library
Tungsten.CallResult is a class which can be used as a return value to specify a success/fail, an exception if on ocurred, and a result
Tungsten.
ArrayMethods
by:
Mode51
Deprecated
1,224 total downloads
last updated
3/21/2018
Latest version:
2.0.0
Tungsten.ArrayMethods
Tungsten
W
C#
library
Tungsten.ArrayMethods provides additional functionality for arrays (Peek, Take, Trim, Append, Insert)
Tungsten.
Console
by:
Mode51
Deprecated
1,379 total downloads
last updated
3/21/2018
Latest version:
2.0.0
Tungsten.Console
Tungsten
W
C#
library
Tungsten.Console provides several string extension methods to send strings to the console.
Tungsten.
InterProcess
by:
Mode51
Deprecated
1,115 total downloads
last updated
3/21/2018
Latest version:
2.0.0
Tungsten.InterProcess
Tungsten
InterProcess
W
C#
library
Tungsten.InterProcess is a utility library for using WM_COPYDATA to send messages to other Winforms applications
Previous
Next