views:

150

answers:

2

Where can I find tutorials and other beginner-level learning material for developing Windows Mobile apps using C#?

Especially helpful would be information on DirectShow for Windows Mobile via C#.

+4  A: 

Easiest way is to use Visual Studio.
MS releases a Windows Mobile SDK, that plugs into Visual Studio.
The SDK includes tools, libraries, docs, and sample code.
Available on the WM Downloads page.

On the WM Developer Center page, you find other resources, like technical articles, walkthroughs, webcasts, and so on, related to WM development. Some of it is introductory.

Cheeso
A: 

See here. You can download it from here.

JMSA