by patrick | Nov 1, 2008 | ASP.NET, C#, Coding, LINQ, Rants, Software, WPF, XML
Ok, My rant for the day is about trying to use Microsoft C# and LINQ and XML and WPF. I spend more time trying to figure out simple stuff, because nothing exists as solid examples of how to do what I need to do.I spend so much of my time trying to find decent examples...
by patrick | Nov 1, 2008 | C#, Coding, CSV, LINQ
This may sound stupid, but I wanted to store some text parsing I was doing for some VDP projects in LINQ to XML XDocuments. So, I created the following:XDocument recs = new XDocument();XElement records1 = new XElement(“Records”);XElement record1 = new...