Working with Database using LINQ to XML
Posted
by M.H
on Stack Overflow
See other posts from Stack Overflow
or by M.H
Published on 2010-04-07T20:04:45Z
Indexed on
2010/04/07
20:13 UTC
Read the original article
Hit count: 253
Hi,I am Working on a project (C#) in the university and they said that we can't use a DBMS like SQL Server so we decide to use Linq and XML...we learned some basics in Linq to Xml But really we don't know how we can create tables and fields and work with them in Xml.any suggestions ?
© Stack Overflow or respective owner