<?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; .NET</title>
	<atom:link href="http://posidev.com/blog/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://posidev.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 07:45:55 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code Leaders and Beautiful Teams</title>
		<link>http://posidev.com/blog/2010/05/22/code-leaders-and-beautiful-teams/</link>
		<comments>http://posidev.com/blog/2010/05/22/code-leaders-and-beautiful-teams/#comments</comments>
		<pubDate>Sat, 22 May 2010 11:14:10 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Teamwork]]></category>

		<guid isPermaLink="false">http://posidev.com/blog/?p=496</guid>
		<description><![CDATA[ Summary of Code Leaders and Beautiful Teams
Roy Osherove discusses principles and practices that make teams  more effective, successful and happy. Team topics covered: automating  everything possible, buying/using/discarding tools, getting quick  feedback, communicating without using meetings, building by feature not  layer, code &#38; tests reviewing. Lead topics: bottleneck ninja,  integrity, [...]


No related posts.]]></description>
		<wfw:commentRss>http://posidev.com/blog/2010/05/22/code-leaders-and-beautiful-teams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EXSLT</title>
		<link>http://posidev.com/blog/2009/06/22/exslt/</link>
		<comments>http://posidev.com/blog/2009/06/22/exslt/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:49:24 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://posidev.com/blog/?p=400</guid>
		<description><![CDATA[Today I needed to do some dateTime formatting in XSLT 1.0 and I found that it was not an easy task. After digging in Google I found really nice  dateTime functions but all of them were available in XSLT 2.0 .Of course I am using  MSXML 6.0 coming with .NET and that&#8217;s the last version. [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2006/12/23/discover-xaml-and-wpf/' rel='bookmark' title='Permanent Link: Discover XAML and WPF'>Discover XAML and WPF</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2009/06/22/exslt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start with NHibernate</title>
		<link>http://posidev.com/blog/2007/03/12/using-nhibernate/</link>
		<comments>http://posidev.com/blog/2007/03/12/using-nhibernate/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 14:35:14 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[NHibernate]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2007/03/12/using-nhibernate/</guid>
		<description><![CDATA[NHibernate is a .NET based object persistence library for relational databases.NHibernate is a port of the excellent Java Hibernate relational persistence tool. I just started to look how this framework is functioning and if we can use it in our work.After googling for some time I found that there are usefull sources of information on [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2006/12/23/discover-xaml-and-wpf/' rel='bookmark' title='Permanent Link: Discover XAML and WPF'>Discover XAML and WPF</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2007/03/12/using-nhibernate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Discover XAML and WPF</title>
		<link>http://posidev.com/blog/2006/12/23/discover-xaml-and-wpf/</link>
		<comments>http://posidev.com/blog/2006/12/23/discover-xaml-and-wpf/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 21:00:22 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2006/12/23/discover-xaml-and-wpf/</guid>
		<description><![CDATA[A new year is coming and it&#8217;s time to discover something new &#8211; the next year technology. Finally Windows Vista (codename Longhorn) is out with a quite a new other exciting addins   Today, I stuffed around the msdn sites and discovered some interesting technologies.
XMLNotepad 2007 &#8211; easy to handle  with ,nice looking [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2007/03/12/using-nhibernate/' rel='bookmark' title='Permanent Link: Start with NHibernate'>Start with NHibernate</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2006/12/23/discover-xaml-and-wpf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
