<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>.Net Knowledge Base</title>
	<atom:link href="http://hirentechie.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hirentechie.wordpress.com</link>
	<description>.Net Knowledge Base</description>
	<lastBuildDate>Fri, 29 Jul 2011 15:00:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hirentechie.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>.Net Knowledge Base</title>
		<link>http://hirentechie.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hirentechie.wordpress.com/osd.xml" title=".Net Knowledge Base" />
	<atom:link rel='hub' href='http://hirentechie.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Update DependencyProperty in ViewModel using UpdateSourceTrigger.Explicit</title>
		<link>http://hirentechie.wordpress.com/2011/02/18/update-dependencyproperty-in-viewmodel-using-updatesourcetrigger-explicit/</link>
		<comments>http://hirentechie.wordpress.com/2011/02/18/update-dependencyproperty-in-viewmodel-using-updatesourcetrigger-explicit/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 06:23:46 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[MVVM]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[UpdateSourceTrigger.Explicit]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=99</guid>
		<description><![CDATA[I had scenario where one dependencyproperty is binded to multipe UI elelments so I was not able to update source by simply using Mode=TwoWay property of Binding. I was using MVVM architecture. I need to validate field before updating to source and if field is empty then display message to user and dont set the value of that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=99&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2011/02/18/update-dependencyproperty-in-viewmodel-using-updatesourcetrigger-explicit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Munq : IOC Container for Asp.net MVC and WebForms</title>
		<link>http://hirentechie.wordpress.com/2010/05/17/munq-ioc-container-for-asp-net-mvc-and-webforms/</link>
		<comments>http://hirentechie.wordpress.com/2010/05/17/munq-ioc-container-for-asp-net-mvc-and-webforms/#comments</comments>
		<pubDate>Mon, 17 May 2010 12:50:28 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[Composite WPF]]></category>
		<category><![CDATA[Microsoft .net]]></category>
		<category><![CDATA[New Technology]]></category>
		<category><![CDATA[Prism]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=93</guid>
		<description><![CDATA[Before jumping into the Munq, Let’s understand IOC first: Inversion of Control (IOC) is a pattern which decouples the use of an interface from the concrete implementation of that interface. By eliminating this coupling: * The code can be tested by using special test implementations of the interface. * Fewer DLLs need to be deployed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=93&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2010/05/17/munq-ioc-container-for-asp-net-mvc-and-webforms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Browser specific settings in Asp.net</title>
		<link>http://hirentechie.wordpress.com/2010/04/21/browser-specific-settings-in-asp-net/</link>
		<comments>http://hirentechie.wordpress.com/2010/04/21/browser-specific-settings-in-asp-net/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 12:58:39 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[Microsoft .net]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=88</guid>
		<description><![CDATA[Asp.net provides feature to display browser specific property for any control. It works for almost all the properties i.e. OnClientClick &#60;asp:Button ie:Text="IE Click" runat="server" mozilla:Text="Firefox Click" /&#62; Figure shows &#8220;IE Click&#8221; text of button on IE and &#8220;Firefox Click&#8221; text of button on Firefox. Filed under: Microsoft .net<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=88&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2010/04/21/browser-specific-settings-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>

		<media:content url="http://hirentechie.files.wordpress.com/2010/04/preview.jpg" medium="image">
			<media:title type="html">Preview</media:title>
		</media:content>
	</item>
		<item>
		<title>Daily tech links for .net and related technologies</title>
		<link>http://hirentechie.wordpress.com/2010/01/11/daily-tech-links-for-net-and-related-technologies/</link>
		<comments>http://hirentechie.wordpress.com/2010/01/11/daily-tech-links-for-net-and-related-technologies/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:46:55 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[Cool Links]]></category>
		<category><![CDATA[Microsoft .net]]></category>
		<category><![CDATA[New Technology]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=82</guid>
		<description><![CDATA[Daily tech links for .net and related technologies Web Development ASP.NET MVC Mobile Detection &#38; Redirection - matrixmesh Website Performance: What To Know and What You Can Do &#8211; Christian Heilmann Sending and Receiving JSON between jQuery and ASP.NET MVC using Ajax &#8211; Philip Hendry Making Sense of ASP.NET Paths &#8211; Rick Strahl Handling Disabled [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=82&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2010/01/11/daily-tech-links-for-net-and-related-technologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>C# 3.0 Features</title>
		<link>http://hirentechie.wordpress.com/2009/02/06/csharp-3-features/</link>
		<comments>http://hirentechie.wordpress.com/2009/02/06/csharp-3-features/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 10:44:49 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[Microsoft .net]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=55</guid>
		<description><![CDATA[1. Implicitly Typed Variable (var) Implicitly typed local variable is a variable that can be declared without specifying the .NET type explicitly. The type of that variable will be decided by the complier from the expression on the right side. Here’s an example of implicitly typed variable (var) var i = 5; var y = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=55&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2009/02/06/csharp-3-features/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>AJAX Control error on postback</title>
		<link>http://hirentechie.wordpress.com/2008/12/15/ajax-control-error-on-postback/</link>
		<comments>http://hirentechie.wordpress.com/2008/12/15/ajax-control-error-on-postback/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 06:17:42 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[Microsoft .net]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=48</guid>
		<description><![CDATA[AJAX Control Postback Error: Sys.ArgumentTypeException: Object of type &#8216;Sys.UI._UpdateProgress&#8217; cannot be converted to type &#8216;Sys.UI._UpdateProgress&#8217;. Solution: Remove SmartNavigation = true from web.config file or set ScriptMode=&#8221;Release&#8221; in ScriptManager. SmartNavigation property and AJAX Controls are not compatible with each other so use &#8220;maintainScrollPositionOnPostBack=&#8221;true&#8221;" instead of &#8220;SmartNavigation=&#8221;true&#8221;". Posted in Microsoft .net<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=48&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/12/15/ajax-control-error-on-postback/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Beginner guide to jQuery with Asp.Net</title>
		<link>http://hirentechie.wordpress.com/2008/12/02/beginner-guide-to-jquery-with-aspnet/</link>
		<comments>http://hirentechie.wordpress.com/2008/12/02/beginner-guide-to-jquery-with-aspnet/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 08:46:24 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[Cool Links]]></category>
		<category><![CDATA[Microsoft .net]]></category>
		<category><![CDATA[New Technology]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=46</guid>
		<description><![CDATA[Beginner&#8217;s Guide to jQuery with Asp.net. http://www.dotnetcurry.com/ShowArticle.aspx?ID=231 Posted in Cool Links, Microsoft .net, New Technology Tagged: jQuery<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=46&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/12/02/beginner-guide-to-jquery-with-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploring .Net 3.0</title>
		<link>http://hirentechie.wordpress.com/2008/11/03/dotnet3/</link>
		<comments>http://hirentechie.wordpress.com/2008/11/03/dotnet3/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 05:44:05 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[Microsoft .net]]></category>
		<category><![CDATA[Dotnet 3.0]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=41</guid>
		<description><![CDATA[.NET 3.5 and LINQ – Exploring C# 3.0 http://www.dotnetcurry.com/ShowArticle.aspx?ID=222 Posted in Microsoft .net Tagged: Dotnet 3.0<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=41&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/11/03/dotnet3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>AppDomains and AddIn</title>
		<link>http://hirentechie.wordpress.com/2008/08/27/appdomains-and-addin/</link>
		<comments>http://hirentechie.wordpress.com/2008/08/27/appdomains-and-addin/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 08:58:38 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[KM]]></category>
		<category><![CDATA[Microsoft .net]]></category>
		<category><![CDATA[AppDomain AddIn]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=36</guid>
		<description><![CDATA[AppDomains and Addins What is an Application Domain (AD)? An Application Domain is a CLR feature that provides a unit of isolation for an application. An AD may be thought of as a lighter weight process boundary. Multiple AppDomains may be created within a host process. The CLR also verifies that the user code in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=36&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/08/27/appdomains-and-addin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Prism (Composite WPF)</title>
		<link>http://hirentechie.wordpress.com/2008/08/27/microsoft-prism-composite-wpf/</link>
		<comments>http://hirentechie.wordpress.com/2008/08/27/microsoft-prism-composite-wpf/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 08:56:20 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[Composite WPF]]></category>
		<category><![CDATA[New Technology]]></category>
		<category><![CDATA[Prism]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=34</guid>
		<description><![CDATA[PRISM (Composite WPF) is a project endorsed by Microsoft specifically targeted at WPF, and hosted on CodePlex. According to Glenn Block, a Technical Product Planner for Microsoft, PRISM offers the following benefits: o Provides complete support for WPF o Dynamically composes user interface components o Application modules are developed, tested and deployed by separate teams [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=34&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/08/27/microsoft-prism-composite-wpf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Managed AddIn Framework</title>
		<link>http://hirentechie.wordpress.com/2008/08/12/managed-addin-framework/</link>
		<comments>http://hirentechie.wordpress.com/2008/08/12/managed-addin-framework/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 13:19:43 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[MAF]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=28</guid>
		<description><![CDATA[MAF (Managed AddIn Framework) The Managed Add-in Framework defines a programming model, built on top of .NET that allows applications to dynamically load and communicate with generic components at runtime. We provide a solution for creating independently versioning, mutually distrustful components, and allow them to work together. We tackle the two problematic – versioning and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=28&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/08/12/managed-addin-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>CAB WorkItem</title>
		<link>http://hirentechie.wordpress.com/2008/07/23/cab-workitem/</link>
		<comments>http://hirentechie.wordpress.com/2008/07/23/cab-workitem/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 10:35:19 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[KM]]></category>
		<category><![CDATA[Microsoft .net]]></category>
		<category><![CDATA[workitem CAB]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=23</guid>
		<description><![CDATA[WORKITEM ========= 1. A WorkItem is a class encapsulating logic for one dedicated use case. 2. It can be seen as a use case controller that knows all the different aspects of a use case. 3. A WorkItem holds state for all parts involved in a use case, such as views necessary to display, or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=23&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/07/23/cab-workitem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Composite UI Application Block</title>
		<link>http://hirentechie.wordpress.com/2008/07/23/composite-ui-application-block/</link>
		<comments>http://hirentechie.wordpress.com/2008/07/23/composite-ui-application-block/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 08:29:25 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[KM]]></category>
		<category><![CDATA[Microsoft .net]]></category>
		<category><![CDATA[CAB SCSF]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=19</guid>
		<description><![CDATA[Composite UI Application Block (CAB) ============================== The Composite UI Application Block is a ready-to-use building block provided by the Microsoft patterns &#38; practices group for creating complex, modularized smart client applications. This building block basically provides the following functionality: 1 Dynamically loading independent yet cooperating modules into a common shell 2 Event broker for loosely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=19&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/07/23/composite-ui-application-block/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Abstract Class and Interface</title>
		<link>http://hirentechie.wordpress.com/2008/07/10/abstract-class-and-interface/</link>
		<comments>http://hirentechie.wordpress.com/2008/07/10/abstract-class-and-interface/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 06:14:50 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[KM]]></category>
		<category><![CDATA[Microsoft .net]]></category>
		<category><![CDATA[Abstract Class Interface]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=18</guid>
		<description><![CDATA[What is the difference between abstract class and interface? If a class is to serve the purpose of providing common fields and members to all subclasses, we create an Abstract class. For creating an abstract class, we make use of the abstract keyword. Such a class cannot be instantiated. Syntax below: abstract public class Vehicle [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=18&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/07/10/abstract-class-and-interface/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft .Net FAQs&#8230;</title>
		<link>http://hirentechie.wordpress.com/2008/07/03/microsoft-net-interview-faqs/</link>
		<comments>http://hirentechie.wordpress.com/2008/07/03/microsoft-net-interview-faqs/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 11:57:18 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[Cool Links]]></category>
		<category><![CDATA[Microsoft .net]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=14</guid>
		<description><![CDATA[Guys, I have found some interesting links for Microsoft .Net Interview FAQs&#8230; 1) http://www.codeproject.com/KB/dotnet/dotnetinterviews.aspx 2) http://www.dotnetuncle.com/default.aspx Happy Coding&#8230;.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=14&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/07/03/microsoft-net-interview-faqs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>TimeSpan.Milliseconds Vs. Total.Milliseconds</title>
		<link>http://hirentechie.wordpress.com/2008/06/24/timespanmilliseconds-vs-totalmilliseconds/</link>
		<comments>http://hirentechie.wordpress.com/2008/06/24/timespanmilliseconds-vs-totalmilliseconds/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 11:52:51 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[KM]]></category>
		<category><![CDATA[Timespan]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=10</guid>
		<description><![CDATA[Consider below Example to understand difference between Timespan.Milliseconds and Timespan.TotalMilliseconds Consider timespan pDif value is 00:00:30.9340203 and pDif.Seconds = 30 pDif.Milliseconds = 934 So is it correct to assume that the total time span, in MILLISECONDS is then 30,934 using the following formula: TotalMilliseconds = TimeSpan.Milliseconds + (TimeSpan.Seconds * 1000)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=10&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/06/24/timespanmilliseconds-vs-totalmilliseconds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>All About Smart Client Software (SCSF and CAB)</title>
		<link>http://hirentechie.wordpress.com/2008/06/13/all-about-smart-client-technology/</link>
		<comments>http://hirentechie.wordpress.com/2008/06/13/all-about-smart-client-technology/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 10:42:54 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[New Technology]]></category>
		<category><![CDATA[SCSF CAB]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=8</guid>
		<description><![CDATA[http://richnewman.wordpress.com/intro-to-cab-toc/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=8&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/06/13/all-about-smart-client-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Access User Control&#8217;s Variable Inside an ASPX Page in Asp.net</title>
		<link>http://hirentechie.wordpress.com/2008/05/16/access-user-controls-variable-inside-an-aspx-page-in-aspnet/</link>
		<comments>http://hirentechie.wordpress.com/2008/05/16/access-user-controls-variable-inside-an-aspx-page-in-aspnet/#comments</comments>
		<pubDate>Fri, 16 May 2008 04:51:54 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[KM]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=7</guid>
		<description><![CDATA[This tip provides a way to access the user control&#8217;s variables inside an ASP.NET Web page. Assume that strVar is the variable declared in the user control&#8217;s code-behind file. To access the variable in the ASP.NET Web page called webform1.aspx, follow these two steps: Declare strVar as public in the user control&#8217;s code. Use the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=7&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/05/16/access-user-controls-variable-inside-an-aspx-page-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>Asp.net menu control in mac safari browser</title>
		<link>http://hirentechie.wordpress.com/2008/05/16/aspnet-menu-control-in-mac-safari-browser/</link>
		<comments>http://hirentechie.wordpress.com/2008/05/16/aspnet-menu-control-in-mac-safari-browser/#comments</comments>
		<pubDate>Fri, 16 May 2008 04:48:44 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[KM]]></category>
		<category><![CDATA[Asp.net menu control in mac safari browser]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=6</guid>
		<description><![CDATA[Asp.Net 2.0 Menu Control is not working with Mac Safari browser properly. Use below code to your page_load event and see the magic if (Request.UserAgent.IndexOf(&#8220;AppleWebKit&#8221;) &#62; 0) { Request.Browser.Adapters.Clear(); } if you are using Master page then paste this code into master page code behind page. for more detail Click here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=6&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/05/16/aspnet-menu-control-in-mac-safari-browser/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Control Adapter Toolkit for ASP.NET 2.0</title>
		<link>http://hirentechie.wordpress.com/2008/05/16/css-control-adapter-toolkit-for-aspnet-20/</link>
		<comments>http://hirentechie.wordpress.com/2008/05/16/css-control-adapter-toolkit-for-aspnet-20/#comments</comments>
		<pubDate>Fri, 16 May 2008 04:32:55 +0000</pubDate>
		<dc:creator>Hiren Patel</dc:creator>
				<category><![CDATA[KM]]></category>

		<guid isPermaLink="false">http://hirentechie.wordpress.com/?p=5</guid>
		<description><![CDATA[A control adapter allows you to plug-into any ASP.NET server control and override, modify and/or tweak the rendering output logic of that control. What is cool about control adapters is that they do not require a page developer to program against a new control, or modify the control programming model semantics (you still use the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hirentechie.wordpress.com&amp;blog=3736223&amp;post=5&amp;subd=hirentechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hirentechie.wordpress.com/2008/05/16/css-control-adapter-toolkit-for-aspnet-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Harry</media:title>
		</media:content>
	</item>
	</channel>
</rss>
