Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 14, 2010 06:40 PM by philipat
Member
49 Points
650 Posts
Jan 04, 2010 04:53 PM|LINK
Am i right in thinking that the greatest use of XML is for web services ? are there any other major benefits of using XML within web applications ?
Any help would be appriciated
237 Points
106 Posts
Jan 04, 2010 05:31 PM|LINK
XML will be opt for using in WebServices.
u can use it as a secured datatable/db.It can be used for our convenience.
Jan 04, 2010 05:34 PM|LINK
what do you mean by secured datatable / database?
Jan 04, 2010 06:10 PM|LINK
Easily a hacker can get values from a table in a database.But XML will be very safe to use in this case.
Jan 04, 2010 07:00 PM|LINK
Hi,
Further you can use this for Bulk data transactions in a faster way.
Jan 06, 2010 07:17 PM|LINK
do you know anywhere i might find information on how xml speeds up bulk data transactions?
Jan 07, 2010 06:55 PM|LINK
Go through this link
http://forums.asp.net/p/1509228/3595011.aspx#3595011
Also google as bulk data transactions.Most of the posts will describe about XML.
117 Points
18 Posts
Microsoft
Jan 14, 2010 06:40 PM|LINK
These 2 documents shows how to display XML data in a WebForm.
http://msdn.microsoft.com/en-us/library/13ftcwy9.aspx
http://msdn.microsoft.com/en-us/library/18az815d.aspx
Hope this helps.
mattatuni2
Member
49 Points
650 Posts
Using XML in web applications
Jan 04, 2010 04:53 PM|LINK
Am i right in thinking that the greatest use of XML is for web services ? are there any other major benefits of using XML within web applications ?
Any help would be appriciated
shanker
Member
237 Points
106 Posts
Re: Using XML in web applications
Jan 04, 2010 05:31 PM|LINK
XML will be opt for using in WebServices.
u can use it as a secured datatable/db.It can be used for our convenience.
mattatuni2
Member
49 Points
650 Posts
Re: Using XML in web applications
Jan 04, 2010 05:34 PM|LINK
what do you mean by secured datatable / database?
shanker
Member
237 Points
106 Posts
Re: Using XML in web applications
Jan 04, 2010 06:10 PM|LINK
Easily a hacker can get values from a table in a database.But XML will be very safe to use in this case.
shanker
Member
237 Points
106 Posts
Re: Using XML in web applications
Jan 04, 2010 07:00 PM|LINK
Hi,
Further you can use this for Bulk data transactions in a faster way.
mattatuni2
Member
49 Points
650 Posts
Re: Using XML in web applications
Jan 06, 2010 07:17 PM|LINK
do you know anywhere i might find information on how xml speeds up bulk data transactions?
shanker
Member
237 Points
106 Posts
Re: Using XML in web applications
Jan 07, 2010 06:55 PM|LINK
Go through this link
http://forums.asp.net/p/1509228/3595011.aspx#3595011
Also google as bulk data transactions.Most of the posts will describe about XML.
philipat
Member
117 Points
18 Posts
Microsoft
Re: Using XML in web applications
Jan 14, 2010 06:40 PM|LINK
These 2 documents shows how to display XML data in a WebForm.
http://msdn.microsoft.com/en-us/library/13ftcwy9.aspx
http://msdn.microsoft.com/en-us/library/18az815d.aspx
Hope this helps.