Top 20 NuGet Packages
Argument validation methods, for example:
this.user = Argument.NotNull("user", user).
Less fancy than approaches based on lambdas/anonymous classes, but less scary performance-wise (given that argument checks are often all over the place).
Annotations: C# 8 nullable reference types, ReSharper, Mic...
"ARIB STD-B24 8-bit Character Code" decoder for .NET Standard.
「ARIB STD-B24 8単位符号」デコーダー。
Ark.NET is the ARK Ecosystem library for the .NET platform. It implements all most relevant ARK functionalities to help you develop efficient .NET applications built upon ARK platform. It provides low level access to ARK Network so you can easily build your block-chain application on top of it.
Generic tools for EntityFrameworkCore
Implementation of FtpClient.Core based on System.Net.WebRequest
The core part of the Armature framework, can be used to build your own framework with syntax and features of your choice
Forked from Leonid Salavatov's ArrayToExcel
Arrowgene.WebServer - Web server based on kestrel
ArsMagna suggestions services
Package Description
ARXivar NEXT Client Library generated from a Swagger doc
A simple FTP/FTPS/FTPES client. Multi-connection and thread-safe. Uses high-level methods but also supports direct command sending.
SqlClient and SQLite specific set of classes extending behavior of DataPipeline and DataReplicator classes provided in Ascentis.Infrastructure base package
AsciiDoc processor for .NET
# AsciiExtensions
ASCII extensions for .NET
## Instalation
Add *AsciiExtensions.cs* or *AsciiExtensions.dll* to your Visual Studio project.
Add *using System.Text.Ascii;* to your source file.
## Usage
```csharp
var a = "München ist eine “übergröße” Stadt".ToAscii();
// a : "Munchen ist eine "u...
Essential classes and interfaces for CAD Farm development
High level .NET image models for the AsmResolver executable file inspection toolsuite.
PE image models for the AsmResolver executable file inspection toolsuite.
Raw PE file models for the AsmResolver executable file inspection toolsuite.
Simple collection of Helpers I commonly use in my MVC apps