by patrick | Nov 7, 2008 | ASP.NET, C#, Coding
So today’s challenge was to display the Title, Meta description and meta tags on a site I am currently working on for troubleshooting and SEO reasons. The solution I came up with was to place the following code in the code behind of the masterpage. protected...
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...