my Xml file code is and my link code is this XElement xelement = XElement.Load("d:/CaseStudyBL.xmi");
XElement xmlDoc = XElement.Parse(xelement.ToString()); var tutorials = from tutorial in xelement.Descendants("ownedMember") // select new // { // Abc = (string)tutorial.Attribute...