Archive

Archive for February 15th, 2009

Part II: Mimic SynchronizationContext behaviour on .NET CF

February 15th, 2009
Daniel Marbach

Not long ago I posted the first part of this article under:

Part I: Mimic SynchronizationContext behaviour on .NET CF

The article was intended to give the reader a better feeling of the purpose of the SynchronizationContext and the importance of the class on behalf of synchronization between different apartment threads. Unfortunately the SynchronizationContext is not available on the .NET compact framework which is especially annoying when you want to port existing code which uses the SynchronizationContext onto the compact framework platform. So how can we obtain similar functionality on the compact framework?
read more

 

Mobile , , , ,

Disable low storage balloon tip

February 15th, 2009
konrad.dambeck

I’m owner of an ASUS eeePC with 4 GB and 16 GB SSD hard drive. After changing the OS from clip_image002[5]ubuntu to Windows XP, everything works very well except the speed is a bit slow but I can live with it. The 4 GB SSD is my primary boot partition with the “%systemroot%” (“C:\” drive), so space is a little short. After all Windows updates and some program installations there are 150 MB left. This is ok for my purpose but windows starts to bother me with balloon tips.

read more

 

Administration , , ,