Executing processes in Linux/macOS via C#
Useful for integrating legacy app in .NET Core
.NET Core is a great way to target multiple platforms using C#. However, there could be situations where one needs to execute a process or integrate with 3rd party app or even perform some kind of batch processing with native apps. While it is similar to how it is done...
[Read More]