Tags

 

Showing items tagged with: C#

206 Days ago
By default NUnit runs on MTAThread. But how to run Nunit tests on STAThread?
206 Days ago
How to get the version number of a .NET assembly from the command line using Powershell or custom code?
206 Days ago
There are many articles on the web that talk about how to call native libraries from C#, but what about the other way around?