From b9d66fce878df27fc749a99558db8bf7a6e6743f Mon Sep 17 00:00:00 2001 From: Lucian Bargaoanu Date: Wed, 22 Jan 2020 12:54:31 +0200 Subject: [PATCH] Add CoreIpc https://github.com/UiPath/CoreIpc --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index e84ff8e..5dcce75 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -126,6 +126,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [ComparerExtensions](https://github.com/jehugaleahsa/comparerextensions) - Build IComparer and IEqualityComparer objects using natural language syntax. * [Comparers](https://github.com/StephenCleary/Comparers) - Fluent syntax for building comparers (and equality comparers) and implementing object comparison. * [CoordinateSharp](https://github.com/Tronald/CoordinateSharp) - Parse or convert geographic coordinate formats and calculate location based solar/lunar information. + * [CoreIpc](https://github.com/UiPath/coreipc) - WCF-like service model API for communication over named pipes. .NET standard and node.js clients. * [Cricket](https://github.com/fsprojects/Cricket) - Actor library. * [DalSoft.RestClient](https://restclient.dalsoft.io/) - An extensible, dynamic and fluent Rest Client. Create frictionless code whilst still using the HttpClient you already know. * [DateTimeExtensions](https://github.com/kappy/DateTimeExtensions) - Common Date Time operations on the form of extensions to System.DateTime, including holidays and working days calculations on several culture locales.