LINQ in Action roller

LINQ and XML with compact framework

Hi, I wrote a small test windows mobile application to modify a XML file. Here is the code: Code Snippet using System; using System.Linq; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Xml.Linq; using System.Xml; namespace xmlCFtest { public partial class Form1 : Form { public Form1() { InitializeComponent(); updateMsg( "14722" , 5); } private void updateMsg( string MsgID, int newStatus) Read More...
Published Wednesday, April 30, 2008 7:37 PM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication