.NET Core vs ltrace
A side-by-side look at .NET Core and ltrace. For an in-depth review of either product, follow the links below.
.NET Core
Development
.NET Core is an open-source, cross-platform framework for building modern, cloud-enabled apps using C#, F#, and ASP.NET. It allows developers to create web apps, services, libraries and console apps that run on Windows, Linux and macOS.
caspnetcrossplatformopen-source
ltrace
Development
ltrace is a debugging utility that intercepts and records dynamic library calls which are called by an executed process. It can be used to trace calls made by programs to shared libraries and helps debug issues caused by dynamic linking.
librarydebuggingtracingdynamic-linking
Related Comparisons
Process Monitor
.NET Framework
Valgrind
DTrace
API Monitor
.NET Micro Framework for Linux