Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Keith 'StarPilot' Barrows (Tech Blog)

Yearly Archives: 2008

Latest news from Keith 'StarPilot' Barrows (Tech Blog)

  1. Missed my High School Reunion :(

    Missed my High School Reunion :(

    Nov 24, 2008

    Wish I had thought to google for this. Another classmate just left me a message on MySpace and the link to my HS Reunion site. <sigh/> With all of this technology at hand it is still hard to know when periodic

    Tagged: personal

  2. Loading XML with accented characters breaks System.XmlDocument.Load()

    Loading XML with accented characters breaks System.XmlDocument.Load()

    Oct 10, 2008

    It took me a bit of time but I finally found a solution for loading a XML file that has accented characters (like áéíóúâä) into a UTF-8 format. I'm loading data for a client and it ended up having a name in it with an

  3. Managed Extensibility Framework (MEF) is on CodePlex

    Sep 29, 2008

    The Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to

    Tagged: architecture, extensions, fx 3 5

  4. SQL Not In Revisited

    Sep 29, 2008

    I always seem to struggle with a NOT IN clause when there are more than one column to compare. This, of course, comes up when I am trying to get records from one set that are NOT IN another set and the comparison has

    Tagged: sql

  5. SQL XML - TreeView

    Sep 29, 2008

    I sometimes forget how to do an XML output formed in a tree when dealing with a single table parent/child relationship. There is a great explanation on SQL Server Central on *how* to do this. I am mainly capturing the

    Tagged: sql, xml