<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments for DarioSantarelli.Blog(this);</title>
	<atom:link href="http://dariosantarelli.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dariosantarelli.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Jan 2013 14:03:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Deepak</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-879</link>
		<dc:creator><![CDATA[Deepak]]></dc:creator>
		<pubDate>Thu, 03 Jan 2013 14:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-879</guid>
		<description><![CDATA[Its working...]]></description>
		<content:encoded><![CDATA[<p>Its working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Experimenting with Ext.NET support for Razor: a GridPanel with AJAX proxy by dariosantarelli</title>
		<link>http://dariosantarelli.wordpress.com/2012/06/02/experimenting-with-ext-net-support-for-razor-a-gridpanel-with-ajax-proxy/#comment-857</link>
		<dc:creator><![CDATA[dariosantarelli]]></dc:creator>
		<pubDate>Thu, 08 Nov 2012 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/?p=320#comment-857</guid>
		<description><![CDATA[In this example I&#039;m assuming that the _unitOfWorkFactory and the _repositoryFactory members are simply abstractions and they are injected into the controller constructor via an &lt;a href=&quot;http://en.wikipedia.org/wiki/Inversion_of_control&quot; rel=&quot;nofollow&quot;&gt;IoC&lt;/a&gt; container. As you may know, a &lt;a href=&quot;http://martinfowler.com/eaaCatalog/unitOfWork.html&quot; rel=&quot;nofollow&quot;&gt; UnitOfWork&lt;/a&gt; keeps track of everything you do during a business transaction that can affect the database (e.g.: the NHibernate session or the Entity Framework ObjectContext/DbContext). The &lt;a href=&quot;http://martinfowler.com/eaaCatalog/repository.html&quot; rel=&quot;nofollow&quot;&gt;Repository&lt;/a&gt; factory simply creates a collection-like interface for accessing domain objects. In this example the factory could create a concrete implementation of IRepository in order to expose an IQueryable interface over the LINQ features of the data layer.]]></description>
		<content:encoded><![CDATA[<p>In this example I&#8217;m assuming that the _unitOfWorkFactory and the _repositoryFactory members are simply abstractions and they are injected into the controller constructor via an <a href="http://en.wikipedia.org/wiki/Inversion_of_control" rel="nofollow">IoC</a> container. As you may know, a <a href="http://martinfowler.com/eaaCatalog/unitOfWork.html" rel="nofollow"> UnitOfWork</a> keeps track of everything you do during a business transaction that can affect the database (e.g.: the NHibernate session or the Entity Framework ObjectContext/DbContext). The <a href="http://martinfowler.com/eaaCatalog/repository.html" rel="nofollow">Repository</a> factory simply creates a collection-like interface for accessing domain objects. In this example the factory could create a concrete implementation of IRepository in order to expose an IQueryable interface over the LINQ features of the data layer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Experimenting with Ext.NET support for Razor: a GridPanel with AJAX proxy by rahul</title>
		<link>http://dariosantarelli.wordpress.com/2012/06/02/experimenting-with-ext-net-support-for-razor-a-gridpanel-with-ajax-proxy/#comment-856</link>
		<dc:creator><![CDATA[rahul]]></dc:creator>
		<pubDate>Thu, 08 Nov 2012 15:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/?p=320#comment-856</guid>
		<description><![CDATA[Could you provide a code sample for &quot; _unitOfWorkFactory.Create()&quot;, _repositoryFactory.CreateCustomerRepository(unitOfWork)
I am not sure with data type it returns.]]></description>
		<content:encoded><![CDATA[<p>Could you provide a code sample for &#8221; _unitOfWorkFactory.Create()&#8221;, _repositoryFactory.CreateCustomerRepository(unitOfWork)<br />
I am not sure with data type it returns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a DataRow from a DataGridViewRow by picanello</title>
		<link>http://dariosantarelli.wordpress.com/2007/09/05/getting-a-datarow-from-a-datagridviewrow/#comment-778</link>
		<dc:creator><![CDATA[picanello]]></dc:creator>
		<pubDate>Tue, 02 Oct 2012 08:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2007/09/05/getting-a-datarow-from-a-datagridviewrow/#comment-778</guid>
		<description><![CDATA[Siva your suggesion cannot work because the function &#039;SharedRow&#039; gets a DataGridViewRow and not a DataRow, why didn&#039;t you try it before publishing?]]></description>
		<content:encoded><![CDATA[<p>Siva your suggesion cannot work because the function &#8216;SharedRow&#8217; gets a DataGridViewRow and not a DataRow, why didn&#8217;t you try it before publishing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Bill</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-771</link>
		<dc:creator><![CDATA[Bill]]></dc:creator>
		<pubDate>Thu, 20 Sep 2012 20:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-771</guid>
		<description><![CDATA[Thanks a bunch for writing and posting this.  I focus more on embedded designs, and when it came time to connect my gizmo to a PC, it was an unpleasant surprise that it showed up under different COM&#039;s.  This worked great.]]></description>
		<content:encoded><![CDATA[<p>Thanks a bunch for writing and posting this.  I focus more on embedded designs, and when it came time to connect my gizmo to a PC, it was an unpleasant surprise that it showed up under different COM&#8217;s.  This worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by yemane</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-765</link>
		<dc:creator><![CDATA[yemane]]></dc:creator>
		<pubDate>Mon, 17 Sep 2012 08:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-765</guid>
		<description><![CDATA[Thank you Very much ! Working fine for me]]></description>
		<content:encoded><![CDATA[<p>Thank you Very much ! Working fine for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by gaurav</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-764</link>
		<dc:creator><![CDATA[gaurav]]></dc:creator>
		<pubDate>Mon, 17 Sep 2012 08:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-764</guid>
		<description><![CDATA[Sir,
       is there any way to do it with out the WMI because it take 40 -50 for WMI query to executed]]></description>
		<content:encoded><![CDATA[<p>Sir,<br />
       is there any way to do it with out the WMI because it take 40 -50 for WMI query to executed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Experimenting with Ext.NET support for Razor: a GridPanel with AJAX proxy by Ish</title>
		<link>http://dariosantarelli.wordpress.com/2012/06/02/experimenting-with-ext-net-support-for-razor-a-gridpanel-with-ajax-proxy/#comment-759</link>
		<dc:creator><![CDATA[Ish]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 03:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/?p=320#comment-759</guid>
		<description><![CDATA[Simply Awesome .. 
how do i make Html.X().GridPanel() as an extension method , just to reduce the complexity of view ?
Ish]]></description>
		<content:encoded><![CDATA[<p>Simply Awesome ..<br />
how do i make Html.X().GridPanel() as an extension method , just to reduce the complexity of view ?<br />
Ish</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Syam</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-753</link>
		<dc:creator><![CDATA[Syam]]></dc:creator>
		<pubDate>Thu, 28 Jun 2012 11:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-753</guid>
		<description><![CDATA[what happens or to do if virtual com port is not showing in the device manager, and still the device is attached.

In fact am using a GSM modem, the modem will work or will be shown in the device manager for some time, and after my communications with the modem, when it gets idle, these com ports are getting removed automatically from the device manager.


How can i keep them alive continually, or is there any method to reconnect automatically

If anyone can help on this]]></description>
		<content:encoded><![CDATA[<p>what happens or to do if virtual com port is not showing in the device manager, and still the device is attached.</p>
<p>In fact am using a GSM modem, the modem will work or will be shown in the device manager for some time, and after my communications with the modem, when it gets idle, these com ports are getting removed automatically from the device manager.</p>
<p>How can i keep them alive continually, or is there any method to reconnect automatically</p>
<p>If anyone can help on this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Rick</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-749</link>
		<dc:creator><![CDATA[Rick]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 21:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-749</guid>
		<description><![CDATA[Thank you very much!!!

This solved my problem figuring out when the user unplugs the USB transmission key and the registry didn&#039;t update properly.  Thanks again for sharing your code.

Rick]]></description>
		<content:encoded><![CDATA[<p>Thank you very much!!!</p>
<p>This solved my problem figuring out when the user unplugs the USB transmission key and the registry didn&#8217;t update properly.  Thanks again for sharing your code.</p>
<p>Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Christian</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-742</link>
		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Wed, 23 May 2012 11:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-742</guid>
		<description><![CDATA[Hello there. 

Searched for a while and used and extended your example. 

I had the exact problem where i needed to get the COM Port of an USB to Serial Adapter by the name of the device. I did however, not want to extract the COM number from the string as in your example. 
My solution was as this:

- Use WHERE Description=&quot;my device as in devicemanager&quot; condition to only select my connected device
- Store the DeviceID
- Search registry for HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\\Device Parameters\PortName

Works like a charm and i get the PortNumber directly from the associated Deviceentry without substringing it from the caption.]]></description>
		<content:encoded><![CDATA[<p>Hello there. </p>
<p>Searched for a while and used and extended your example. </p>
<p>I had the exact problem where i needed to get the COM Port of an USB to Serial Adapter by the name of the device. I did however, not want to extract the COM number from the string as in your example.<br />
My solution was as this:</p>
<p>- Use WHERE Description=&#8221;my device as in devicemanager&#8221; condition to only select my connected device<br />
- Store the DeviceID<br />
- Search registry for HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\\Device Parameters\PortName</p>
<p>Works like a charm and i get the PortNumber directly from the associated Deviceentry without substringing it from the caption.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [ASP.NET MVC 2] Splitting DateTime in drop-down lists and model binding by Brian</title>
		<link>http://dariosantarelli.wordpress.com/2010/12/26/asp-net-mvc-2-splitting-datetime-in-drop-down-lists-and-model-binding/#comment-739</link>
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Thu, 03 May 2012 22:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/?p=112#comment-739</guid>
		<description><![CDATA[I&#039;m running into a similar issue. The entire control works, I have it set up for MVC 3 non-razor but I can not get the validation message to show for the life of me :(]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m running into a similar issue. The entire control works, I have it set up for MVC 3 non-razor but I can not get the validation message to show for the life of me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Mupeg Sadalbari</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-737</link>
		<dc:creator><![CDATA[Mupeg Sadalbari]]></dc:creator>
		<pubDate>Wed, 25 Apr 2012 19:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-737</guid>
		<description><![CDATA[So frickin cool! Thanks man. I like to build projects that generally incorporate a centralized control computer with one or more microcontrolers attached via virtual serial over usb (arduinos for sensors and motor control, etc). It has been really a pain to start up my control software without knowing exactly what port each of my boards is on and this is very clean solution. Thanks!]]></description>
		<content:encoded><![CDATA[<p>So frickin cool! Thanks man. I like to build projects that generally incorporate a centralized control computer with one or more microcontrolers attached via virtual serial over usb (arduinos for sensors and motor control, etc). It has been really a pain to start up my control software without knowing exactly what port each of my boards is on and this is very clean solution. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Matthias</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-733</link>
		<dc:creator><![CDATA[Matthias]]></dc:creator>
		<pubDate>Wed, 29 Feb 2012 09:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-733</guid>
		<description><![CDATA[great! just copied the code, added a reference to System.Management and it worked!]]></description>
		<content:encoded><![CDATA[<p>great! just copied the code, added a reference to System.Management and it worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by jitu</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-731</link>
		<dc:creator><![CDATA[jitu]]></dc:creator>
		<pubDate>Wed, 15 Feb 2012 08:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-731</guid>
		<description><![CDATA[thank u so much. great work.]]></description>
		<content:encoded><![CDATA[<p>thank u so much. great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Alexander Hayman</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-715</link>
		<dc:creator><![CDATA[Alexander Hayman]]></dc:creator>
		<pubDate>Sat, 24 Dec 2011 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-715</guid>
		<description><![CDATA[Thanks for the code.  This has been extremely helpful.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the code.  This has been extremely helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [ASP.NET MVC 2] Splitting DateTime in drop-down lists and model binding by facebook fan pages</title>
		<link>http://dariosantarelli.wordpress.com/2010/12/26/asp-net-mvc-2-splitting-datetime-in-drop-down-lists-and-model-binding/#comment-704</link>
		<dc:creator><![CDATA[facebook fan pages]]></dc:creator>
		<pubDate>Mon, 08 Aug 2011 04:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/?p=112#comment-704</guid>
		<description><![CDATA[&lt;strong&gt;press release submission...&lt;/strong&gt;

[ASP.NET MVC 2] Splitting DateTime in drop-down lists and model binding &#171; DarioSantarelli.Blog(this);...]]></description>
		<content:encoded><![CDATA[<p><strong>press release submission&#8230;</strong></p>
<p>[ASP.NET MVC 2] Splitting DateTime in drop-down lists and model binding &laquo; DarioSantarelli.Blog(this);&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a DataRow from a DataGridViewRow by Siva K Venkadesan</title>
		<link>http://dariosantarelli.wordpress.com/2007/09/05/getting-a-datarow-from-a-datagridviewrow/#comment-703</link>
		<dc:creator><![CDATA[Siva K Venkadesan]]></dc:creator>
		<pubDate>Tue, 26 Jul 2011 00:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2007/09/05/getting-a-datarow-from-a-datagridviewrow/#comment-703</guid>
		<description><![CDATA[try this too. it&#039;s working n  single line coding 1ly....

&quot;Datarow myRow = dataGridView1.Rows.SharedRow(selindex);&quot;

In the above example selindex is a integer variable that denotes the index of a row in the datagridview control.

gudluck buddies.....]]></description>
		<content:encoded><![CDATA[<p>try this too. it&#8217;s working n  single line coding 1ly&#8230;.</p>
<p>&#8220;Datarow myRow = dataGridView1.Rows.SharedRow(selindex);&#8221;</p>
<p>In the above example selindex is a integer variable that denotes the index of a row in the datagridview control.</p>
<p>gudluck buddies&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C#] How to programmatically find a COM port by friendly name by Stefan</title>
		<link>http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-702</link>
		<dc:creator><![CDATA[Stefan]]></dc:creator>
		<pubDate>Fri, 01 Jul 2011 08:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/2010/10/18/c-how-to-programmatically-find-a-com-port-by-friendly-name/#comment-702</guid>
		<description><![CDATA[Thank you very much for this code. I would like to propose a change on the Query though, as you are only using the Caption field and only Captions containing &quot;(COM&quot;:

&quot;SELECT Caption FROM Win32_PnPEntity WHERE ConfigManagerErrorCode = 0 AND Caption like &#039;%(COM%&#039;&quot;

Regards,
Stefan Hommersom]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for this code. I would like to propose a change on the Query though, as you are only using the Caption field and only Captions containing &#8220;(COM&#8221;:</p>
<p>&#8220;SELECT Caption FROM Win32_PnPEntity WHERE ConfigManagerErrorCode = 0 AND Caption like &#8216;%(COM%&#8217;&#8221;</p>
<p>Regards,<br />
Stefan Hommersom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [ASP.NET MVC 2] Splitting DateTime in drop-down lists and model binding by anoop</title>
		<link>http://dariosantarelli.wordpress.com/2010/12/26/asp-net-mvc-2-splitting-datetime-in-drop-down-lists-and-model-binding/#comment-701</link>
		<dc:creator><![CDATA[anoop]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 10:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://dariosantarelli.wordpress.com/?p=112#comment-701</guid>
		<description><![CDATA[Hi,

Thanks for the post, i am trying to resolve an issue with the validation error.

When the validation is fired, it is not adding the default &quot;input-validation-error&quot; css-class, to highlight the error.
Can you please suggest what should be done get this working on both client &amp; server validation? 

Thanks,
Anoop]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the post, i am trying to resolve an issue with the validation error.</p>
<p>When the validation is fired, it is not adding the default &#8220;input-validation-error&#8221; css-class, to highlight the error.<br />
Can you please suggest what should be done get this working on both client &amp; server validation? </p>
<p>Thanks,<br />
Anoop</p>
]]></content:encoded>
	</item>
</channel>
</rss>
