by patrick | Nov 4, 2008 | C#, Coding, WPF
Today’s challenge was fun. I had added a bunch of textboxes and labels to a Grid with 2 StackPanel in my code behind. StackPanel sp1 = new StackPanel(); StackPanel sp2 = new StackPanel(); Grid g = new Grid(); ColumnDefinition colDef1 = new ColumnDefinition...
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...