isisun photos
Categories
Charts
Visitors
Category Archives: Programming
Special Characters in XML Strings
There are some special characters which often occur in XML strings.Those characters should be replaced with other group of characters in order to become a valid XML string.I always forget some of them so it’s high time to put them down.
Entity
Displays As
Character Value
&
& amp;
& #38;#38;
<
& lt;
& #38;#60;
>
& gt;
& [...]
Insert/Read image from SQL Database
Here is a few useful links showing the different ways of storing and retrieving an image from MS SQL database.
Forum discussion : sgDotNet forum msdn forum
Blog post from the same forum : Wen Ching
Very good code snippet from Akadia :
[Translate]

Free E-Books from Microsoft