<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>posidev.com &#187; Programming</title>
	<atom:link href="http://posidev.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://posidev.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 21:12:16 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Free E-Books from Microsoft</title>
		<link>http://posidev.com/blog/2008/01/13/free-e-books-from-microsoft/</link>
		<comments>http://posidev.com/blog/2008/01/13/free-e-books-from-microsoft/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 10:43:34 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2008/01/13/free-e-books-from-microsoft/</guid>
		<description><![CDATA[
Technorati tags: .Net, Asp, Linq
Microsoft have released three new E-Books for their new technologies:

Introducing Microsoft LINQ
by Paolo Pialorsi and Marco Russo
Introducing Microsoft ASP.NET AJAX
by Dino Esposito
Introducing Microsoft Silverlight 1.0
by Laurence Moroney

They can be downloaded for free from here .


Related posts:The Future of Microsoft Embedded Devices
Testing Microsoft Weblog Writer



Related posts:<ol><li><a href='http://posidev.com/blog/2007/11/17/the-future-of-microsoft-embedded-devices/' rel='bookmark' title='Permanent Link: The Future of Microsoft Embedded Devices'>The Future of Microsoft Embedded Devices</a></li>
<li><a href='http://posidev.com/blog/2007/04/14/testing-microsoft-weblog-writer/' rel='bookmark' title='Permanent Link: Testing Microsoft Weblog Writer'>Testing Microsoft Weblog Writer</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2008/01/13/free-e-books-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Special Characters in XML Strings</title>
		<link>http://posidev.com/blog/2007/10/11/special-characters-in-xml-strings/</link>
		<comments>http://posidev.com/blog/2007/10/11/special-characters-in-xml-strings/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 15:16:13 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2007/10/11/special-characters-in-xml-strings/</guid>
		<description><![CDATA[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&#8217;s high time to put them down.



Entity 
Displays As 
Character  Value


&#38; 
&#38; amp;
&#38; #38;#38;


&#60; 
&#38; lt;
&#38; #38;#60;


&#62; 
&#38; gt;
&#38; [...]


No related posts.]]></description>
		<wfw:commentRss>http://posidev.com/blog/2007/10/11/special-characters-in-xml-strings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Insert/Read image from SQL Database</title>
		<link>http://posidev.com/blog/2007/09/25/insertread-image-from-sql-database/</link>
		<comments>http://posidev.com/blog/2007/09/25/insertread-image-from-sql-database/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 14:24:55 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2007/09/25/insertread-image-from-sql-database/</guid>
		<description><![CDATA[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 :

// **** Read Image             [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2006/11/17/xml-to-html/' rel='bookmark' title='Permanent Link: View Xml in webbrowser control'>View Xml in webbrowser control</a></li>
<li><a href='http://posidev.com/blog/2007/04/10/setting-filesystemwatcher/' rel='bookmark' title='Permanent Link: Setting FileSystemWatcher'>Setting FileSystemWatcher</a></li>
<li><a href='http://posidev.com/blog/2007/07/31/binding-datagridview-to-datatable-snippets/' rel='bookmark' title='Permanent Link: Binding DatagridView to DataTable Snippets'>Binding DatagridView to DataTable Snippets</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2007/09/25/insertread-image-from-sql-database/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Binding DatagridView to DataTable Snippets</title>
		<link>http://posidev.com/blog/2007/07/31/binding-datagridview-to-datatable-snippets/</link>
		<comments>http://posidev.com/blog/2007/07/31/binding-datagridview-to-datatable-snippets/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:24:48 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2007/07/31/binding-datagridview-to-datatable-snippets/</guid>
		<description><![CDATA[ 
String strConn = &#8220;Server = .\\sqlexpress;Database = NorthWind;Integrated Security = SSPI;&#8221;;
dataGridView1.AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCells;
conn = new SqlConnection(strConn);
da = new SqlDataAdapter(&#8220;Select Categories.CategoryName, Products.ProductName, Products.UnitPrice From Categories Inner Join Products on Products.CategoryID = Categories.CategoryID&#8221;, conn);
SqlCommandBuilder cmd = new SqlCommandBuilder(da);
ds = new DataSet();
da.Fill(ds, &#8220;Categories&#8221;);
bs = new BindingSource(ds, &#8220;Categories&#8221;);
dataGridView1.DataSource = bs;
bindingNavigator1.BindingSource = bs;
 using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2007/09/25/insertread-image-from-sql-database/' rel='bookmark' title='Permanent Link: Insert/Read image from SQL Database'>Insert/Read image from SQL Database</a></li>
<li><a href='http://posidev.com/blog/2007/04/10/setting-filesystemwatcher/' rel='bookmark' title='Permanent Link: Setting FileSystemWatcher'>Setting FileSystemWatcher</a></li>
<li><a href='http://posidev.com/blog/2006/11/17/xml-to-html/' rel='bookmark' title='Permanent Link: View Xml in webbrowser control'>View Xml in webbrowser control</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2007/07/31/binding-datagridview-to-datatable-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting FileSystemWatcher</title>
		<link>http://posidev.com/blog/2007/04/10/setting-filesystemwatcher/</link>
		<comments>http://posidev.com/blog/2007/04/10/setting-filesystemwatcher/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 14:11:20 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2007/04/10/setting-filesystemwatcher/</guid>
		<description><![CDATA[I have to watch for changes in INI file so needed somehow to put an event which should  trigger an action in my program.FileSystemWatcher class is exactly what I needed.It&#8217;s easy to use and very helpful so I will paste the codesnippet that I have found:
/*
* C# Programmers Pocket Consultant
* Author: Gregory S. MacBeth
* [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2007/09/25/insertread-image-from-sql-database/' rel='bookmark' title='Permanent Link: Insert/Read image from SQL Database'>Insert/Read image from SQL Database</a></li>
<li><a href='http://posidev.com/blog/2007/07/31/binding-datagridview-to-datatable-snippets/' rel='bookmark' title='Permanent Link: Binding DatagridView to DataTable Snippets'>Binding DatagridView to DataTable Snippets</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2007/04/10/setting-filesystemwatcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
