<?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 Technical/Business Aspects in IT</title>
	<atom:link href="http://scmay.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://scmay.wordpress.com</link>
	<description>A mix of SQL, VB6, .NET, business process modelling articles</description>
	<lastBuildDate>Fri, 18 Jan 2013 08:34:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Restore database in SQL Server 2005 Express by Ajeet Nigam</title>
		<link>http://scmay.wordpress.com/2007/07/18/restore-database-in-sql-server-2005-express/#comment-394</link>
		<dc:creator><![CDATA[Ajeet Nigam]]></dc:creator>
		<pubDate>Fri, 18 Jan 2013 08:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/2007/07/18/restore-database-in-sql-server-2005-express/#comment-394</guid>
		<description><![CDATA[Can anybody solve the same problem..]]></description>
		<content:encoded><![CDATA[<p>Can anybody solve the same problem..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-thread operation not valid: Control &#8216;btnNextVideo&#8217; accessed from a &gt; thread other than the thread it was created on by shapemetrics</title>
		<link>http://scmay.wordpress.com/2012/10/08/cross-thread-operation-not-valid-control-btnnextvideo-accessed-from-a-thread-other-than-the-thread-it-was-created-on/#comment-358</link>
		<dc:creator><![CDATA[shapemetrics]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 12:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/?p=348#comment-358</guid>
		<description><![CDATA[Here goes the original documentation for cross thread control communication.

http://msdn.microsoft.com/en-us/library/ms171728.aspx

It is a personal view on it. I do not thing it is elegant. I prefer solid implementation and not delegates that are really function pointers to a function that really doesn&#039;t exist. 

If you are not familiar with function pointers, you can find more information about them in C/C++. It is the core tenet that delegates implement in the .net framework. The syntax in C/C++ is a bit odd, however understanding the structure might give you insights into how C# does it under the hood.]]></description>
		<content:encoded><![CDATA[<p>Here goes the original documentation for cross thread control communication.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms171728.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms171728.aspx</a></p>
<p>It is a personal view on it. I do not thing it is elegant. I prefer solid implementation and not delegates that are really function pointers to a function that really doesn&#8217;t exist. </p>
<p>If you are not familiar with function pointers, you can find more information about them in C/C++. It is the core tenet that delegates implement in the .net framework. The syntax in C/C++ is a bit odd, however understanding the structure might give you insights into how C# does it under the hood.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-thread operation not valid: Control &#8216;btnNextVideo&#8217; accessed from a &gt; thread other than the thread it was created on by scmay</title>
		<link>http://scmay.wordpress.com/2012/10/08/cross-thread-operation-not-valid-control-btnnextvideo-accessed-from-a-thread-other-than-the-thread-it-was-created-on/#comment-352</link>
		<dc:creator><![CDATA[scmay]]></dc:creator>
		<pubDate>Mon, 08 Oct 2012 22:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/?p=348#comment-352</guid>
		<description><![CDATA[Could you explain a bit more why you dislike anonymous delegate style?]]></description>
		<content:encoded><![CDATA[<p>Could you explain a bit more why you dislike anonymous delegate style?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-thread operation not valid: Control &#8216;btnNextVideo&#8217; accessed from a &gt; thread other than the thread it was created on by shapemetrics</title>
		<link>http://scmay.wordpress.com/2012/10/08/cross-thread-operation-not-valid-control-btnnextvideo-accessed-from-a-thread-other-than-the-thread-it-was-created-on/#comment-349</link>
		<dc:creator><![CDATA[shapemetrics]]></dc:creator>
		<pubDate>Mon, 08 Oct 2012 15:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/?p=348#comment-349</guid>
		<description><![CDATA[I am not a fan of the anonymous delegate style. It can also be accomplished by creating two methods. One that assigns the value the other is the one called directly in your code that uses Invoke on the control.]]></description>
		<content:encoded><![CDATA[<p>I am not a fan of the anonymous delegate style. It can also be accomplished by creating two methods. One that assigns the value the other is the one called directly in your code that uses Invoke on the control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2005 Triggers by Rajesh Singh</title>
		<link>http://scmay.wordpress.com/2008/08/26/sql-server-2005-triggers/#comment-313</link>
		<dc:creator><![CDATA[Rajesh Singh]]></dc:creator>
		<pubDate>Mon, 26 Dec 2011 10:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/?p=64#comment-313</guid>
		<description><![CDATA[This is best one article so far I have read online. I would like to appreciate you for making it very simple and easy.  I have found another nice post related to this post over the internet which also explained very well. For more details you may check it through this url...

http://mindstick.com/Articles/f7074849-0e9e-463b-a12d-f3d7a35b2785/?Trigger%20in%20SQL%20Server

Thanks]]></description>
		<content:encoded><![CDATA[<p>This is best one article so far I have read online. I would like to appreciate you for making it very simple and easy.  I have found another nice post related to this post over the internet which also explained very well. For more details you may check it through this url&#8230;</p>
<p><a href="http://mindstick.com/Articles/f7074849-0e9e-463b-a12d-f3d7a35b2785/?Trigger%20in%20SQL%20Server" rel="nofollow">http://mindstick.com/Articles/f7074849-0e9e-463b-a12d-f3d7a35b2785/?Trigger%20in%20SQL%20Server</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Assembly generation failed &#8212; Referenced assembly does not have a strong name by Abhishek Patel</title>
		<link>http://scmay.wordpress.com/2008/07/17/assembly-generation-failed-referenced-assembly-does-not-have-a-strong-name/#comment-282</link>
		<dc:creator><![CDATA[Abhishek Patel]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 12:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/?p=27#comment-282</guid>
		<description><![CDATA[Thanks, It works for me ... :)

-Abhishek Patel]]></description>
		<content:encoded><![CDATA[<p>Thanks, It works for me &#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Abhishek Patel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating time difference in milliseconds in VB6 by patricio paredes</title>
		<link>http://scmay.wordpress.com/2007/03/23/calculating-time-difference-in-milliseconds-in-vb6/#comment-281</link>
		<dc:creator><![CDATA[patricio paredes]]></dc:creator>
		<pubDate>Tue, 18 Oct 2011 21:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/2007/03/23/calculating-time-difference-in-milliseconds-in-vb6/#comment-281</guid>
		<description><![CDATA[Public Declare Function GetTickCount Lib “kernel32? () As Long ‘For timer

Public Function fn_iDaMilisegundos() As Integer
    fn_iDaMilisegundos = GetTickCount() Mod 1000
End Function

Ejecuto:
Dim sHora As String
sHora = Format(Now, &quot;yyyy-mm-dd Hh:Nn:Ss&quot;) &amp; &quot;.&quot; &amp; Format(fn_iDaMilisegundos(), &quot;000&quot;)

me da
2011-10-18 16:13:08.953

y no inicializo nada!, unicamante la llamo.]]></description>
		<content:encoded><![CDATA[<p>Public Declare Function GetTickCount Lib “kernel32? () As Long ‘For timer</p>
<p>Public Function fn_iDaMilisegundos() As Integer<br />
    fn_iDaMilisegundos = GetTickCount() Mod 1000<br />
End Function</p>
<p>Ejecuto:<br />
Dim sHora As String<br />
sHora = Format(Now, &#8220;yyyy-mm-dd Hh:Nn:Ss&#8221;) &amp; &#8220;.&#8221; &amp; Format(fn_iDaMilisegundos(), &#8220;000&#8243;)</p>
<p>me da<br />
2011-10-18 16:13:08.953</p>
<p>y no inicializo nada!, unicamante la llamo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2005 Triggers by Biswaranjan Mishra</title>
		<link>http://scmay.wordpress.com/2008/08/26/sql-server-2005-triggers/#comment-216</link>
		<dc:creator><![CDATA[Biswaranjan Mishra]]></dc:creator>
		<pubDate>Mon, 16 May 2011 12:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/?p=64#comment-216</guid>
		<description><![CDATA[This is a nice document. Can you provide some example on instead of trigger ?]]></description>
		<content:encoded><![CDATA[<p>This is a nice document. Can you provide some example on instead of trigger ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating time difference in milliseconds in VB6 by Mayank Jaiswal</title>
		<link>http://scmay.wordpress.com/2007/03/23/calculating-time-difference-in-milliseconds-in-vb6/#comment-215</link>
		<dc:creator><![CDATA[Mayank Jaiswal]]></dc:creator>
		<pubDate>Sat, 23 Apr 2011 17:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/2007/03/23/calculating-time-difference-in-milliseconds-in-vb6/#comment-215</guid>
		<description><![CDATA[While copying the code, following characters are not copied properly
    &quot;
    &#039;
So beware.

Else code works perfectly. Thanks]]></description>
		<content:encoded><![CDATA[<p>While copying the code, following characters are not copied properly<br />
    &#8221;<br />
    &#8216;<br />
So beware.</p>
<p>Else code works perfectly. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on @@identity in VB6 by Mauricio</title>
		<link>http://scmay.wordpress.com/2007/07/16/identity-in-vb6/#comment-193</link>
		<dc:creator><![CDATA[Mauricio]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 20:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://scmay.wordpress.com/2007/07/16/identity-in-vb6/#comment-193</guid>
		<description><![CDATA[Thanks a lot scmay!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot scmay!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
