How is XML useful in DOTNET, where is it used
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am just confused about XML and its USE in DOTNET Send me some details or links about this to clear my confusion :)
When you say DOTNET, are you also confused about what ASP.NET is, or just what it's called ? XML has many uses. If you can't thnk of any, perhaps you don't need it ? It's a great way of passing heirarchical data, or storing data with a fluid schema. The ASP.NET web.config file is XML, so you can't avoid using XML if you use ASP.NET.
Christian Graus Driven to the arms of OSX by Vista.