Win32 API and .NET
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
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
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.