Archive for December, 2004

Win32 API and .NET

Posted on December 18th, 2004 by aaron
Filed under programming, windows | Comments Off

Straight-up mapping between the Win32 API and the .NET Framework:
MSDN Win32 to .NET Framework API Map
- and -
Excellent pointers for calling unmanaged API’s, and pointing out managed equivalents, if they exist:
pinvoke.net

.NET Compact Framework: Updating the UI from a background thread

Posted on December 17th, 2004 by aaron
Filed under mobile, programming | Comments Off

Interesting and useful article from Jim Wilson on the right way to update your UI from process-intensive operations using the .NET Compact Framework.
Check it out on MSDN.