Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Processing XML, which Framework?

Status
Not open for further replies.

bigfoot

Programmer
May 4, 1999
1,779
0
0
US
I'm creating an application to both read and write XML documents to send to another company.

Is there any reason to use the 3.5 or 4.0 framework over the 2.0, meaning has the implementation of XML changed?

This will be a stand alone app that will talk to my web app using a web service.
 
xml is just a data standard. linq2xml makes it cleaner to interact with xml files, so 3.5 at least. there are some new language constructs and the whole task/plinq thing for multi-threaded applications, but that wouldn't apply to this.

I would target 3.5.

side note: if it's not a web application, why post in the web forum?

Jason Meckley
Programmer

faq855-7190
faq732-7259
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top