XML in .Net


Hi,

Today I share my Experince with XML using .Net.

I need to build a application in which I have some application specific configuration. In general we have Options

1) Either to Use ini files
2) Windows Registery
3) XML Files

So I opt for XML as its something new for me. I get XML video form Microsoft site and it really help in using basic of XMLwriter and XMLreader Class included in .Net System namespace.

At first its little hard to control the file using them but at last I made a required class that works in a similar way as the Windows API. Soon I will post that Class in my site http://www.vikasumit.com So Keep watching…

till than Bye
Sumit Gupta