Reputation: 2980
I am thinking about introducing OpenNETCF's Smart Device Framework at my company, as I like the SafeHandle class. But I would like to know what else is good in it. Anyone found a good blogpost or something with the most useful classes and functions in OpenNETCF?
Upvotes: 4
Views: 967
Reputation: 67178
We get this question from time to time, and it's actually hard to answer because there's just so much in there.
So here's a list of my favorites, by namespace:
Now there is a lot more than this in there - there's no way I could reasonably list it all. This is just a sampling of my favorites/most commonly used from quickly browsing the source tree.
Upvotes: 4