Top 20 NuGet Packages
A library containing Json comparison methods for Newtonsoft.Json JToken sub-types
Package Description
This an testing package and will be removed soon
Implementation of DataAccessLayer for Person Model
Description
Description
Option types for C# with LINQ support and rich fluent syntax for many popular uses:
var maybeOne = "one".ToMaybe();
Maybe<string> maybeAnother;
var maybeBoth =
from one in maybeOne
from another in maybeAnother
select one + another;
maybeBoth.Match(
both => Console.WriteLine("...
You can easy use common operation ON MS SQL Server
How call from project with help PowerShell window:
PM> dotnet [Полный путь к компоненте Core.ORM.Procedures.Component.dll] [Имя подключения к БД в конфигурационном файле] [Тип получаемых объектов ("procedure" или "table")] [Путь к корню проекта в котором необходимы модели] [Процедура1 Процедура2]
F...
Repository helpers.
Provides RestSharp implementation of IRestClient.