Tag Archives: c#

How to read/write HDF5 files in C#

There are 2 things you need for this: I won’t go into details of .net installation. Let’s get started. The HDF5 library can be installed on Mac in two ways: Method 1: Using brew (I don’t recommend it). sample install … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment

How to make the bloody C# program run?

Has it happened to you that you wrote a C# program (a Console Application) but it did nothing when you ran it? It happened to me. The issue was this: in the .csproj file I had: change it to: and … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment