Shawn's Technical Blog
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.Net
AJAX
ASP.Net
C#
General Software Development
MS Expression
Social Networking
Visual Studio
WebLogs - Tips And Tricks
Sponsors
advertise here
Navigation
Home
Blogs
Archives
June 2010 (1)
April 2010 (2)
September 2009 (1)
August 2009 (2)
April 2009 (1)
March 2009 (1)
February 2009 (1)
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:
C#
,
.Net
More Posts