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.