I've got this XML file; it's an export of the Northwind Employees table. I load this up with LINQ to XML and then I want to databind it into a Windows Forms ListBox. In the ListBox, I want to display a concatenation of the firstName and lastName but
Read More