.NET Compact Framework Advanced Memory Management.
Mike Zintel has an article on his blog which talks about .NET Compact Framework Advanced Memory Management – if you are new to .NET Compact Framework programming, or moving from C++ to C# (or VB.NET) then this article should be interesting for you.
That raises an interesting question though
If you are writing applications for Windows CE “Embedded” devices, or Pocket PC/Smartphone then what language are you using, C/C++, C#, or VB.NET ? – and why the choice of language – and the final question is if you are programming in a managed language (C# or VB) then why did you choose to write in a managed language rather than C/C++ ?
– Mike