Hey all
Here are some great tools that will help you diagnose problems and errors on your applications. Don’t leave home without them!
We all know that most problems start in the DataBase. SQL profiler will help you to locate…
Linq to xml provides an easy query interface for XML files. In the following example I will demonstrate how to use linq to xml to read and write data from/to xml file, using the file for persistency maintaining a list of objects. linq to xml can be used for storing application settings, storing persistent objects [...]