<?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>Punit Ganshani &#187; .NET</title>
	<atom:link href="http://www.ganshani.com/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ganshani.com</link>
	<description>Technologist, Geek and a Photographer!</description>
	<lastBuildDate>Tue, 31 Jan 2012 23:42:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Introducing NoSQL and RavenDB</title>
		<link>http://www.ganshani.com/2012/01/21/introducing-nosql-and-ravendb-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introducing-nosql-and-ravendb-4</link>
		<comments>http://www.ganshani.com/2012/01/21/introducing-nosql-and-ravendb-4/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 16:46:32 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[RavenDB]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[document-store database]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[ravendb]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=1481</guid>
		<description><![CDATA[      
      Since sometime there has been increasing focus on NoSQL databases and RavenDB is one of the front runners in the race for .NET development.&#160; Never heard of NoSQL or Raven DB?&#160; Not to worry, that’s what this post would focus. NoSQL:&#160; NoSQL is a class of object-oriented databases that do not use SQL as a [...]]]></description>
		<wfw:commentRss>http://www.ganshani.com/2012/01/21/introducing-nosql-and-ravendb-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CInject &#8211; Extending code injection with plugins</title>
		<link>http://www.ganshani.com/2011/12/04/cinject-extending-code-injection-with-plugins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cinject-extending-code-injection-with-plugins</link>
		<comments>http://www.ganshani.com/2011/12/04/cinject-extending-code-injection-with-plugins/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 16:33:53 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[cinject]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=1386</guid>
		<description><![CDATA[      
      If you are new to CInject, please consider reading this article Plugins? Yes, you can now create CInject plugins to customize CInject for your needs.  To develop a plugin, you do not need to master C# language, or understand Reflection, or Mono Cecil.  All you need to know is concepts of inheritance, and a little [...]]]></description>
		<wfw:commentRss>http://www.ganshani.com/2011/12/04/cinject-extending-code-injection-with-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance oriented Xml and JSON serialization in .NET</title>
		<link>http://www.ganshani.com/2011/11/16/xml-and-json-serialization-in-net/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xml-and-json-serialization-in-net</link>
		<comments>http://www.ganshani.com/2011/11/16/xml-and-json-serialization-in-net/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 22:10:00 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[wcf]]></category>
		<category><![CDATA[winforms]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=1301</guid>
		<description><![CDATA[      
      Microsoft .NET framework provides multiple out-of-the-box data serializers for data transformations.  The most famous one used since .NET 1.0 version is XmlSerializer, while one that has got more famous since .NET 3.0 framework is DataContractSerializer.   But they are not the only two serializers the framework offers.  So in this essay, let’s see the different serializers [...]]]></description>
		<wfw:commentRss>http://www.ganshani.com/2011/11/16/xml-and-json-serialization-in-net/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Complete Guide to Lazy Loading &#8211; Lazy&lt;T&gt;</title>
		<link>http://www.ganshani.com/2011/10/23/complete-guide-to-lazy-loading-lazyt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=complete-guide-to-lazy-loading-lazyt</link>
		<comments>http://www.ganshani.com/2011/10/23/complete-guide-to-lazy-loading-lazyt/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 17:55:04 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[winforms]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=1287</guid>
		<description><![CDATA[      
      In creating performance-centric applications one has to be very cautious about how and when objects are created and destroyed.  An early creation of an object is equally dangerous as is delayed clean-up.  When an object is created before it is actually required, the object finds itself residing in a memory stack at much distant location [...]]]></description>
		<wfw:commentRss>http://www.ganshani.com/2011/10/23/complete-guide-to-lazy-loading-lazyt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix : Timeout expired. The timeout period elapsed prior &#8230;.</title>
		<link>http://www.ganshani.com/2011/08/26/fix-timeout-expired/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-timeout-expired</link>
		<comments>http://www.ganshani.com/2011/08/26/fix-timeout-expired/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 17:17:59 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://ganshani.com/?p=1101</guid>
		<description><![CDATA[      
      There are several reasons to have this error pop up on your website.  The fix requires thorough analysis of the behavior. First, check for DB code Database access code must be within the &#8216;using&#8217; block.  In case this is not done, it may keep your database connections live even when your code is not performing [...]]]></description>
		<wfw:commentRss>http://www.ganshani.com/2011/08/26/fix-timeout-expired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile platform &#8211; the strongest with .NET</title>
		<link>http://www.ganshani.com/2011/04/13/mobile-platform-the-strongest-with-net/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-platform-the-strongest-with-net</link>
		<comments>http://www.ganshani.com/2011/04/13/mobile-platform-the-strongest-with-net/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 21:56:36 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Winform]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=656</guid>
		<description><![CDATA[      
      Microsoft .NET has recently emerged as one of the most mature and strongest platforms for Mobile Computing.    Until sometime back, Windows Phone 6.5 was the only mobile that could see .NET applications host, but with limited functionalities.  Windows Phone 6.5 though very strong on business computing could not leverage on rich UI that was promised by Windows Presentation Foundation and Silverlight Framework.  This limited [...]]]></description>
		<wfw:commentRss>http://www.ganshani.com/2011/04/13/mobile-platform-the-strongest-with-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinar: Features of .NET 4.0</title>
		<link>http://www.ganshani.com/2010/04/18/webinar-features-of-net-4-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webinar-features-of-net-4-0</link>
		<comments>http://www.ganshani.com/2010/04/18/webinar-features-of-net-4-0/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 23:56:21 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[Webinars]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=570</guid>
		<description><![CDATA[      
      Today, I delivered a Webinar on &#8216;Features of .NET 4.0&#8216; Total duration of webinar: 1 hour Total participants: 200 Take away from the session: Features of .NET 4.0 Optimizations in .NET 4.0 vs .NET 3.5 New look of WCF in .NET 4.0 New in Silverlight 4.0]]></description>
		<wfw:commentRss>http://www.ganshani.com/2010/04/18/webinar-features-of-net-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding currently focused control</title>
		<link>http://www.ganshani.com/2009/05/14/finding-currently-focused-control/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finding-currently-focused-control</link>
		<comments>http://www.ganshani.com/2009/05/14/finding-currently-focused-control/#comments</comments>
		<pubDate>Thu, 14 May 2009 09:14:36 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Winform]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[winforms]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=251</guid>
		<description><![CDATA[This article deals with finding currently focused control in Winform applications.]]></description>
		<wfw:commentRss>http://www.ganshani.com/2009/05/14/finding-currently-focused-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComboBox Sorting Defect!</title>
		<link>http://www.ganshani.com/2009/02/24/combobox-sorting-defect/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=combobox-sorting-defect</link>
		<comments>http://www.ganshani.com/2009/02/24/combobox-sorting-defect/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:35:25 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Winform]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[winforms]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=166</guid>
		<description><![CDATA[      
      Oops! Never expected this behavior from such a standard control: Winforms ComboBox. One of the common things our applications require is bind a data source with Collection-base UI elements like ComboBox. The best code any one could write would be:  cmbTest.DisplayMember = "Name"; cmbTest.ValueMember = "ID"; cmbTest.DataSource = _employeeRecords;  I would give this a perfect [...]]]></description>
		<wfw:commentRss>http://www.ganshani.com/2009/02/24/combobox-sorting-defect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exception Message Box in C#</title>
		<link>http://www.ganshani.com/2009/02/24/exception-message-box-in-c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exception-message-box-in-c</link>
		<comments>http://www.ganshani.com/2009/02/24/exception-message-box-in-c/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 09:01:47 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Winform]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=163</guid>
		<description><![CDATA[      
        Its time to forget the old traditional message box with limited functionalities. buttons, icons, text area and what not! Microsoft has unleashed a new message box &#8211; new, yet not so new. For those who have used SQL Sever 2005 GUI, might have probably noticed a message box that shows additional information, copying the [...]]]></description>
		<wfw:commentRss>http://www.ganshani.com/2009/02/24/exception-message-box-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

