Tagged Questions

3
votes
6answers
236 views

Developing for different platforms individually, does anyone recommend it?

I know it is easy to recommend several cross platform libraries. However, are there benefits to treating each platform individually for your product? Yes there will be some bas …
2
votes
2answers
141 views

WMI Cheatsheet?

Is there a cheatsheet available for WMI? Like what can be queried, where to query it from?
1
vote
1answer
66 views

How do I determine which platform version is required?

This frequently comes up: I've built software, and possibly used some new language / platform / standard library features that are available on some version (say, Java 1.6.10 or PH …
1
vote
2answers
137 views

Referencing a platform-specific library from a non-specific .NET app

I often need to include little bits of native code in my C# apps, which I tend to do via C++/CLI. Usually I just need to use a C++ library for which there exists no good alternati …