August 2009 - Posts

0
Comments

LINQ TO SQL and PLINQO by smehaffie

From my limited experience with the EF and “LINQ To SQL” I have to agree that “LINQ To SQL” is the way to go if you application or web site only needs to connect to SQL Server databases.  “LINQ To SQL” pretty feature rich as it is and although there...
4
Comments

Escaping/Unescaping XML Data by smehaffie

With as popular as XML is, when creating XML files you need to be able to escape certain characters that will not parse correctly if they are not escaped. Until recently I always did this like most other .Net programmers, I wrote a function to do it....
Filed under: ,
More Posts