Archive

Archive for February 3rd, 2009

Schedule CVS Synchronization in Eclipse

February 3rd, 2009
stefan.jaeger

Source Control like CVS or Subversion is used almost in every software project. As a developer, it’s your responsibility to be up to date with the current version from the source control system. In Eclipse there is a nice feature to schedule such synchronizations. This means, you get regularly informed about all updates and you have less merging problems!

read more

 

Software ,

Part I: Mimic SynchronizationContext behaviour on .NET CF

February 3rd, 2009
Daniel Marbach

Before I got into the details of the problem I want to briefly describe what the SynchronizationContext class really does and what it’s main purpose really is in the first part of the article. From that perspective I’m going to show how the basic functionality of the SynchronizationContext class can be implemented for the .NET compact framework in the second part of the article..

read more

 

Mobile , , , ,