Save and Load RichTextBox content in WPF
The content of RichTextBox can be saved to a file (or any other stream) using TextRange class. It supports following...

Maximo Implementation at Offshore Rigs
As part of Maximo Implementation project at Gulf Drilling International, I visited couple of rigs in the Persian Gulf in Qatar ....

Just Six Numbers: Book Summary
“Just Six Numbers: The Deep Forces That Shape the Universe” by Martin Rees is a popular science book that explores how the structure...


Microsoft Case Study for Disaster Recovery
In 2007, I was working at Engro Chemicals Pakistan as ‘Applications Lead Team’. We had a major fire disaster at...

RepMonitor: Oracle Replication Error Monitoring Tool
I had an assignment to rectify the Oracle data replication implementation between multiple Oracle databases connected over a wide area...


Loading and Saving a TreeView control to an XML file using XmlTextWriter and XmlTextReader
Follow the below link to see my article at CodeProject with source code. http://www.codeproject.com/KB/cpp/TreeView_Serializer.aspx It demonstrates how to serialize and...