News

Null pointer exceptions are no fun. You can avoid them and keep your code clean and maintainable by using these techniques to elegantly handle null values in C#.
Upon doing a Step-thru trace of my code, I'm finding that the changes to the values made in DataGridView are not actually bound to the XDocument object and as such, do not propagate back.