For your target you’ll need a bootable NTFS file system. You reach this requirement with the following commands: diskpart select disk “disknumber” clean create
Read more >>
- Tools
Migrating old Visual Source Safe projects to Subversion
In some projects you have to migrate old code to a new state of the art. You may confrontated with code which is managed
Read more >>
- C#, WCF, WPF
Full Duplex WCF connection
Implementing a Web Service with Windows Communication Foundation is really easy. You need only a few clicks for having fun and enjoying a cup
Read more >>
- WCF
Overview Windows Communication Foundation
As a big fan of WCF (Windows communication foundation) I learned about two years ago for my MCTS WCF certificate. During the learning process I
Read more >>
- C#, WPF
M-V-VM with PRISM
It seems that PRISM technology will be favorized by implementing Wpf, Silverlight or Windows Phone 7 applications. My personal opinion is that the current
Read more >>
- C#
Thread Extensions for Invoking WinForm-Controls
Yes, I know WinForms is an outdated task of Microsoft and Wpf is the future. But most of the developer have honor to maintain WinForm
Read more >>
- Windows Embedded
Reengineering a Windows Embedded Image
When you need to change a pending Windows Embedded Image without a configuration or you have lost your configuration set (really a bad scenario
Read more >>
- Windows Embedded
Maintaining a Windows Embedded Image
After an official release of a Windows Embedded image you might to maintain your master image with updating your service packs without booting. Step
Read more >>