Skip to main content
FubarCoder avatar

FubarCoder

NuGet publisher profile

Packages
55
Total Downloads
37.0M
36,971,076

Packages (55)

FubarCoder.RestSharp.Portable.Core package icon

FubarCoder.RestSharp.Portable.Core

This is the core RestSharp.Portable library which contains mostly interfaces to allow dependent libraries to use as few dependencies as possible. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

15.5M
downloads
FubarCoder.RestSharp.Portable.HttpClient package icon

FubarCoder.RestSharp.Portable.HttpClient

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

15.3M
downloads
FubarDev.FtpServer package icon

FubarDev.FtpServer

TCP-based FTP server implementation

787.1K
downloads
FubarDev.FtpServer.Abstractions package icon

FubarDev.FtpServer.Abstractions

Interfaces for the portable FTP server

751.0K
downloads
FubarCoder.RestSharp.Portable package icon

FubarCoder.RestSharp.Portable

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Framework 4 - .NET for Windows Store apps - .NET Native for Windows Store apps - Windows Phone 8 - Windows Phone 8.1 - Silverlight 5 - Xamarin Android - Xamarin iOS / MonoTouch - Portable Class Libraries

742.8K
downloads
FubarDev.FtpServer.Commands package icon

FubarDev.FtpServer.Commands

Commands for the portable FTP server

714.2K
downloads
Portable.BouncyCastle-Signed package icon

Portable.BouncyCastle-Signed

BouncyCastle.Crypto is a cryptography API providing: -Generation and parsing of PKCS#12 files. -X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates. -PBE algorithms supported by PBEUtil: PBEwithMD2andDES-CBC, PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and PBEwithHmacRIPEMD256. -Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, MD5withRSA, RIPEMD128withRSA, RIPEMD160withRSA, RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA. -Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, DESede, DES, GOST28147, HC-128, HC-256, IDEA, NaccacheStern, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, Serpent, Skipjack, TEA/XTEA, Twofish, and VMPC. -Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR). -Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS#5/7, TBC, X.923, and Zero Byte. -Asymmetric key algorithms: RSA (with blinding), ElGamal, DSA, ECDSA. -Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS#1. -Digests: GOST3411, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger, and Whirlpool. -Signer mechanisms: DSA, ECDSA, ECGOST3410, GOST3410, ISO9796d2, PSS, RSA. -Key Agreement: Diffie-Hellman and EC-DH. -Macs: CBCBlockCipher, CFBBlockCipher, GOST28147, HMac, and ISO9797 Alg. 3. -PBE generators: PKCS#12, and PKCS#5 - schemes 1 and 2. -OpenPGP (RFC 2440) -Cryptographic Message Syntax (CMS, RFC 3852), including streaming API. -Online Certificate Status Protocol (OCSP, RFC 2560). -Time Stamp Protocol (TSP, RFC 3161). -TLS/SSL Client with support for client side authentication. Support for .NET 4, Windows Phone 8, Windows Phone App 8.1, Windows 8, Silverlight 5, MonoTouch, MonoAndroid

626.5K
downloads
FubarDev.FtpServer.FileSystem.DotNet package icon

FubarDev.FtpServer.FileSystem.DotNet

.NET file system for portable FTP server

585.6K
downloads
FubarDev.FtpServer.FileSystem.InMemory package icon

FubarDev.FtpServer.FileSystem.InMemory

In-memory file system for portable FTP server

341.4K
downloads
FubarCoder.RestSharp.Portable.OAuth2 package icon

FubarCoder.RestSharp.Portable.OAuth2

This library contains the OAuth 2.0 authenticators and clients for RestSharp.Portable, which is a port of the OAuth 2.0 authenticators from the original RestSharp project. The OAuth 2.0 clients are a port from the OAuth2 project made by Constantin Titarenko and others. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

204.0K
downloads
FubarCoder.RestSharp.Portable.Encodings package icon

FubarCoder.RestSharp.Portable.Encodings

This library contains the GZIP and Deflate content encoding handlers. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profile 328)

187.6K
downloads
FubarCoder.RestSharp.Portable.OAuth package icon

FubarCoder.RestSharp.Portable.OAuth

This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible. Supported Platforms: - .NET Framework 4 - .NET for Windows Store apps - .NET Native for Windows Store apps - Windows Phone 8 - Windows Phone 8.1 - Silverlight 5 - Xamarin Android - Xamarin iOS / MonoTouch - Portable Class Libraries

141.2K
downloads
FubarDev.FtpServer.FileSystem package icon

FubarDev.FtpServer.FileSystem

File system for portable FTP server

82.4K
downloads
FubarDev.BeanIO package icon

FubarDev.BeanIO

A .NET port of BeanIO for marshalling and unmarshalling, which perfectly fits into the .NET world.

72.5K
downloads
FubarDev.FtpServer.AccountManagement package icon

FubarDev.FtpServer.AccountManagement

Portable Google Drive API using RestSharp.Portable

71.7K
downloads
FubarDev.FtpServer.FileSystem.GoogleDrive package icon

FubarDev.FtpServer.FileSystem.GoogleDrive

Google Drive file system for the portable FTP server

67.3K
downloads
FubarCoder.RestSharp.Portable.OAuth1 package icon

FubarCoder.RestSharp.Portable.OAuth1

This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

66.5K
downloads
FubarCoder.RestSharp.Portable.WebRequest package icon

FubarCoder.RestSharp.Portable.WebRequest

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

56.7K
downloads
FubarDev.WebDavServer package icon

FubarDev.WebDavServer

A .NET WebDAV server

54.4K
downloads
FubarDev.Lexware.Database.Shared package icon

FubarDev.Lexware.Database.Shared

Allgemeine Lexware-Klassen und -Schnittstellen für Entitäten

40.4K
downloads
FubarDev.FtpServer.AuthTls package icon

FubarDev.FtpServer.AuthTls

AUTH TLS for the portable FTP server

31.4K
downloads
FubarDev.NDbUnit.Core package icon

FubarDev.NDbUnit.Core

.NET 4.0 NDbUnit Core Services; not intended to be consumed by itself

31.3K
downloads
FubarDev.WebDavServer.FileSystem.InMemory package icon

FubarDev.WebDavServer.FileSystem.InMemory

In-memory file system support for the .NET WebDAV server

30.7K
downloads
RestSharp.Portable.Google.Drive package icon

RestSharp.Portable.Google.Drive

Portable Google Drive API using RestSharp.Portable

30.6K
downloads
FubarDev.WebDavServer.Locking.InMemory package icon

FubarDev.WebDavServer.Locking.InMemory

In-memory lock management for the .NET WebDAV server

30.6K
downloads
FubarDev.Lexware.Database.NhSupport package icon

FubarDev.Lexware.Database.NhSupport

NHibernate-Support für die Lexware-Entitäten

28.5K
downloads
FubarDev.Lexware.Database.Global package icon

FubarDev.Lexware.Database.Global

Lexware-Entitäten für globale Daten

26.1K
downloads
FubarDev.WebDavServer.AspNetCore package icon

FubarDev.WebDavServer.AspNetCore

ASP.NET Core integration for the .NET WebDAV server

24.6K
downloads
FubarDev.WebDavServer.FileSystem.DotNet package icon

FubarDev.WebDavServer.FileSystem.DotNet

System.IO based file system support for the .NET WebDAV server

22.9K
downloads
FubarDev.Lexware.Database.Global.Mappings package icon

FubarDev.Lexware.Database.Global.Mappings

NHibernate-Mappings für die Lexware-Entitäten für globale Daten

22.8K
downloads
FubarDev.Lexware.Database.Buchhaltung package icon

FubarDev.Lexware.Database.Buchhaltung

Lexware-Entitäten für Buchhaltungsdaten

22.6K
downloads
FubarDev.Lexware.Database.Faktura package icon

FubarDev.Lexware.Database.Faktura

Lexware-Entitäten für Faktura

22.5K
downloads
FubarDev.WebDavServer.Props.Store.TextFile package icon

FubarDev.WebDavServer.Props.Store.TextFile

JSON text file based property store support for the .NET WebDAV server

21.0K
downloads
FubarDev.Lexware.Database.Faktura.Mappings package icon

FubarDev.Lexware.Database.Faktura.Mappings

NHibernate-Mappings für die Lexware-Entitäten für die Faktura

20.9K
downloads
FubarDev.PamSharp package icon

FubarDev.PamSharp

PAM bindings for .NET

20.9K
downloads
FubarDev.Lexware.Database.Buchhaltung.Mappings package icon

FubarDev.Lexware.Database.Buchhaltung.Mappings

NHibernate-Mappings für die Lexware-Entitäten für die Buchhaltung

20.7K
downloads
FubarDev.FtpServer.FileSystem.OneDrive package icon

FubarDev.FtpServer.FileSystem.OneDrive

FTP server file system implementation for Microsoft OneDrive

20.5K
downloads
FubarDev.Lexware.Database package icon

FubarDev.Lexware.Database

Lexware-Datenbank-Zugriff

20.4K
downloads
FubarDev.WebDavServer.Props.Store.InMemory package icon

FubarDev.WebDavServer.Props.Store.InMemory

In-memory property store support for the .NET WebDAV server

18.4K
downloads
FubarDev.NDbUnit.SqlClient package icon

FubarDev.NDbUnit.SqlClient

.NET 4.0 NDbUnit for Sql Server targets; NDbUnit is a framework for managing database state during data-dependent unit tests

17.3K
downloads
FubarDev.NDbUnit.SqlLite package icon

FubarDev.NDbUnit.SqlLite

.NET 4.0 NDbUnit for SqlLite targets; NDbUnit is a framework for managing database state during data-dependent unit tests

11.7K
downloads
FubarDev.NDbUnit.Postgresql package icon

FubarDev.NDbUnit.Postgresql

.NET 4.0 NDbUnit for Postgresql targets; NDbUnit is a framework for managing database state during data-dependent unit tests

10.5K
downloads
FubarDev.NDbUnit.SqlServerCe package icon

FubarDev.NDbUnit.SqlServerCe

.NET 4.0 NDbUnit for SqlServer CE targets; NDbUnit is a framework for managing database state during data-dependent unit tests

9.7K
downloads
FubarDev.FtpServer.FileSystem.Unix package icon

FubarDev.FtpServer.FileSystem.Unix

Unix file system for portable FTP server

8.5K
downloads
FubarDev.NDbUnit.OracleClient package icon

FubarDev.NDbUnit.OracleClient

.NET 4.0 NDbUnit for Oracle targets; NDbUnit is a framework for managing database state during data-dependent unit tests

8.1K
downloads
FubarDev.NDbUnit.MySql package icon

FubarDev.NDbUnit.MySql

.NET 4.0 NDbUnit for MySql targets; NDbUnit is a framework for managing database state during data-dependent unit tests

7.6K
downloads
RestSharp.Portable.Microsoft.OneDrive package icon

RestSharp.Portable.Microsoft.OneDrive

Portable Microsoft OneDrive API using RestSharp.Portable

7.4K
downloads
FubarDev.FtpServer.MembershipProvider.Pam package icon

FubarDev.FtpServer.MembershipProvider.Pam

PAM membership provider for portable FTP server

7.3K
downloads
FubarDev.UnitOfWork package icon

FubarDev.UnitOfWork

Base classes and interfaces for a scoped/nested implementation for a Unit Of Work.

4.8K
downloads
FubarDev.WebDavServer.Props.Store.SQLite package icon

FubarDev.WebDavServer.Props.Store.SQLite

SQLite file system support for the .NET WebDAV server

4.3K
downloads
FubarDev.WebDavServer.Locking.SQLite package icon

FubarDev.WebDavServer.Locking.SQLite

SQLite-based lock management for the .NET WebDAV server

4.0K
downloads
FubarDev.WebDavServer.FileSystem.SQLite package icon

FubarDev.WebDavServer.FileSystem.SQLite

SQLite file system support for the .NET WebDAV server

4.0K
downloads
FubarDev.UnitOfWork.NhSession package icon

FubarDev.UnitOfWork.NhSession

Repository manager for NHibernate to be used in a Unit Of Work.

3.2K
downloads
FubarDev.UnitOfWork.EfCore package icon

FubarDev.UnitOfWork.EfCore

Repository manager for Entity Framework Core to be used in a Unit Of Work.

2.7K
downloads
FubarDev.FtpServer.FileSystem.S3 package icon

FubarDev.FtpServer.FileSystem.S3

S3 file system for portable FTP server

2.0K
downloads