<?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/"
		>
<channel>
	<title>Comments for SDNET - all about .NET and computing</title>
	<atom:link href="http://sorin.serbans.net/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sorin.serbans.net/blog</link>
	<description>Look at the spoon ... There are no bugs</description>
	<lastBuildDate>Thu, 28 Jan 2010 08:12:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on ASP.Net &#8211; Page lifecylce by Tudor</title>
		<link>http://sorin.serbans.net/blog/index.php/2010/01/22/asp-net-page-lifecylce/comment-page-1/#comment-5149</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=229#comment-5149</guid>
		<description>Or, for those who prefer a more graphical representation of the page life-cycle:
http://blog.rioterdecker.net/blogs/avalonboy/archive/2006/06/24/114.aspx</description>
		<content:encoded><![CDATA[<p>Or, for those who prefer a more graphical representation of the page life-cycle:<br />
<a href="http://blog.rioterdecker.net/blogs/avalonboy/archive/2006/06/24/114.aspx" rel="nofollow">http://blog.rioterdecker.net/blogs/avalonboy/archive/2006/06/24/114.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How much is your code worth? by admin</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/11/17/how-much-is-your-code-worth/comment-page-1/#comment-5140</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 26 Nov 2009 13:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=219#comment-5140</guid>
		<description>Well, this happens when you watch movies like 2012. But that movie only resurfaced old questions :)</description>
		<content:encoded><![CDATA[<p>Well, this happens when you watch movies like 2012. But that movie only resurfaced old questions <img src='http://sorin.serbans.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How much is your code worth? by Sergiu</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/11/17/how-much-is-your-code-worth/comment-page-1/#comment-5131</link>
		<dc:creator>Sergiu</dc:creator>
		<pubDate>Wed, 25 Nov 2009 22:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=219#comment-5131</guid>
		<description>Can&#039;t believe you were thinking about this on that special day! Don&#039;t worry, we can get hired as anything that does not require a diploma, specialization or whatever. I always said that any work is honorable. Of course, we prefer our current comfort, but desperate times will surely ask for desperate measures. Greets! Sergiu</description>
		<content:encoded><![CDATA[<p>Can&#8217;t believe you were thinking about this on that special day! Don&#8217;t worry, we can get hired as anything that does not require a diploma, specialization or whatever. I always said that any work is honorable. Of course, we prefer our current comfort, but desperate times will surely ask for desperate measures. Greets! Sergiu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8230; some paralel processing tests using Microsoft Accelerator by admin</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/05/07/some-paralel-processing-tests-using-microsoft-accelerator/comment-page-1/#comment-5082</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Nov 2009 13:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=99#comment-5082</guid>
		<description>Hi JLafleur

Unfortunately I miss your point. The ideea was to have the same operations in the timed loops. I was not trying to also have the data avaialble somewhere. Maybe the operations should look like:

                for (int i = 0; i &lt; dimension; i++)
                {
                    float temp = matrix1[i] + matrix2[i]; 
                }
and
                for (int k = 0; k &lt; repetitions; k++)
                {
                    ParallelArrays.Add(pmatrix1, pmatrix2);
                }

I was pointing out just raw power not access latencies.</description>
		<content:encoded><![CDATA[<p>Hi JLafleur</p>
<p>Unfortunately I miss your point. The ideea was to have the same operations in the timed loops. I was not trying to also have the data avaialble somewhere. Maybe the operations should look like:</p>
<p>                for (int i = 0; i < dimension; i++)<br />
                {<br />
                    float temp = matrix1[i] + matrix2[i];<br />
                }<br />
and<br />
                for (int k = 0; k < repetitions; k++)<br />
                {<br />
                    ParallelArrays.Add(pmatrix1, pmatrix2);<br />
                }</p>
<p>I was pointing out just raw power not access latencies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8230; some paralel processing tests using Microsoft Accelerator by JLafleur</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/05/07/some-paralel-processing-tests-using-microsoft-accelerator/comment-page-1/#comment-5070</link>
		<dc:creator>JLafleur</dc:creator>
		<pubDate>Wed, 18 Nov 2009 20:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=99#comment-5070</guid>
		<description>i think its not fair, do deklarate die ParallelArrays only once

 DisposableFloatParallelArray pmatrix1 = new DisposableFloatParallelArray(matrix1);
 DisposableFloatParallelArray pmatrix2 = new DisposableFloatParallelArray(matrix2);
 DisposableFloatParallelArray pmatrix3 = new DisposableFloatParallelArray(matrix3);
//....
for loop

and, after the calculation with the normal forLoop u have the result in the maxtrix3-Array

in the Gpu-calculation u DONT have the managed float array after calculation, so u cant use it to display it or so.

when u want to show, that one algorithm is faster than another, both have to do the same.
so put the array deklaration oft the ParralelArrays into the loop, and write the result back in a managed float Array.
and u ll see, that its much slower than the normal calculation

(sry, my english ist worse :) )</description>
		<content:encoded><![CDATA[<p>i think its not fair, do deklarate die ParallelArrays only once</p>
<p> DisposableFloatParallelArray pmatrix1 = new DisposableFloatParallelArray(matrix1);<br />
 DisposableFloatParallelArray pmatrix2 = new DisposableFloatParallelArray(matrix2);<br />
 DisposableFloatParallelArray pmatrix3 = new DisposableFloatParallelArray(matrix3);<br />
//&#8230;.<br />
for loop</p>
<p>and, after the calculation with the normal forLoop u have the result in the maxtrix3-Array</p>
<p>in the Gpu-calculation u DONT have the managed float array after calculation, so u cant use it to display it or so.</p>
<p>when u want to show, that one algorithm is faster than another, both have to do the same.<br />
so put the array deklaration oft the ParralelArrays into the loop, and write the result back in a managed float Array.<br />
and u ll see, that its much slower than the normal calculation</p>
<p>(sry, my english ist worse <img src='http://sorin.serbans.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight datagrid &#8211; doubleclick and enter problems by Siva</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/08/28/silverlight-datagrid-doubleclick-and-enter-problems/comment-page-1/#comment-4827</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Sun, 25 Oct 2009 12:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=145#comment-4827</guid>
		<description>Great post!  It gives a solution to my problem!  Thanks lot!</description>
		<content:encoded><![CDATA[<p>Great post!  It gives a solution to my problem!  Thanks lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight datagrid &#8211; doubleclick and enter problems by Tudor</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/08/28/silverlight-datagrid-doubleclick-and-enter-problems/comment-page-1/#comment-4559</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Sun, 30 Aug 2009 12:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=145#comment-4559</guid>
		<description>Interesting - I didn&#039;t knew that there are such limitations in Silverlight - maybe you could use the GetDoubleClickTime (from user32) on Windows to get the max. interval between clicks, but unfortunately you can&#039;t use the same function when Silverlight runs on another OS..</description>
		<content:encoded><![CDATA[<p>Interesting &#8211; I didn&#8217;t knew that there are such limitations in Silverlight &#8211; maybe you could use the GetDoubleClickTime (from user32) on Windows to get the max. interval between clicks, but unfortunately you can&#8217;t use the same function when Silverlight runs on another OS..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.Net 4.0 features by Cristian O.</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/06/26/aspnet-40-features/comment-page-1/#comment-4540</link>
		<dc:creator>Cristian O.</dc:creator>
		<pubDate>Fri, 28 Aug 2009 07:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=113#comment-4540</guid>
		<description>Some features look nice, here&#039;s a personal oppinion:

- Extensible Output Caching
I don&#039;t really think I&#039;ve used output caching. In enterprise applications I&#039;ve always had requirements for the data to be immediately available and the OOTB asp.net caching didn&#039;t fit my needs, that&#039;s why custom caching mechanisms may sound pretty cool. 

- Auto-Start Web Applications
Nice but not that useful

- Client Template Rendering 
Definitely something to consider. I am an adept of using more resources on the client side and use the server only to provide / process data based on rules.

- Instantiating Behaviors and Controls Declaratively
I&#039;m not sure how this affects the page load time (on the client side) if you have many controls on it. We&#039;ll see how this will turn out, right now I&#039;m a bit worried about it.

- Live Data Binding
Definitively useful, this should save a lot of javascript code.

- Using the Observer Pattern with JavaScript Objects and Arrays
Worried about browser performance with more and more code to execute on client side.

- The AdoNetServiceProxy Class 
This seems useless to me, same as ADO.NET Data Services. In a modular enterprise applications, I probably wouldn&#039;t use any of them.

- The DataContext and AdoNetDataContext Classes
How about business rules ? Do we put them in javascript too ?

- Refactoring the Microsoft AJAX Framework Libraries (partial includes)
Definitely useful. There&#039;s no point in laoding js libraries if they are not used.

- Setting Meta Tags with the Page.Keywords and Page.Description Properties
Little value added

- Enabling View State for Individual Controls
Interesting. I hate ViewState, the more control I have on it, the better I feel.

- Routing in ASP.NET 4.0 
Very nice, unfortunately it requires a lot of boring code changes on existing applications

- Setting Client IDs
Well, this is a huge one. Those ctrl01_ucEditEntity_whereTheHellIAm_damnIGotLostAgain_txtName were the most annoying things in the generated HTML (well maybe sometimes the ViewState, but they definitely had a top spot). With libraries like jQuery, javascript development will be nicer.

- Dynamic Data 
No value for me, I never used it and I probably never will.</description>
		<content:encoded><![CDATA[<p>Some features look nice, here&#8217;s a personal oppinion:</p>
<p>- Extensible Output Caching<br />
I don&#8217;t really think I&#8217;ve used output caching. In enterprise applications I&#8217;ve always had requirements for the data to be immediately available and the OOTB asp.net caching didn&#8217;t fit my needs, that&#8217;s why custom caching mechanisms may sound pretty cool. </p>
<p>- Auto-Start Web Applications<br />
Nice but not that useful</p>
<p>- Client Template Rendering<br />
Definitely something to consider. I am an adept of using more resources on the client side and use the server only to provide / process data based on rules.</p>
<p>- Instantiating Behaviors and Controls Declaratively<br />
I&#8217;m not sure how this affects the page load time (on the client side) if you have many controls on it. We&#8217;ll see how this will turn out, right now I&#8217;m a bit worried about it.</p>
<p>- Live Data Binding<br />
Definitively useful, this should save a lot of javascript code.</p>
<p>- Using the Observer Pattern with JavaScript Objects and Arrays<br />
Worried about browser performance with more and more code to execute on client side.</p>
<p>- The AdoNetServiceProxy Class<br />
This seems useless to me, same as ADO.NET Data Services. In a modular enterprise applications, I probably wouldn&#8217;t use any of them.</p>
<p>- The DataContext and AdoNetDataContext Classes<br />
How about business rules ? Do we put them in javascript too ?</p>
<p>- Refactoring the Microsoft AJAX Framework Libraries (partial includes)<br />
Definitely useful. There&#8217;s no point in laoding js libraries if they are not used.</p>
<p>- Setting Meta Tags with the Page.Keywords and Page.Description Properties<br />
Little value added</p>
<p>- Enabling View State for Individual Controls<br />
Interesting. I hate ViewState, the more control I have on it, the better I feel.</p>
<p>- Routing in ASP.NET 4.0<br />
Very nice, unfortunately it requires a lot of boring code changes on existing applications</p>
<p>- Setting Client IDs<br />
Well, this is a huge one. Those ctrl01_ucEditEntity_whereTheHellIAm_damnIGotLostAgain_txtName were the most annoying things in the generated HTML (well maybe sometimes the ViewState, but they definitely had a top spot). With libraries like jQuery, javascript development will be nicer.</p>
<p>- Dynamic Data<br />
No value for me, I never used it and I probably never will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database-less website applications by admin</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/08/25/database-less-website-applications/comment-page-1/#comment-4500</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 25 Aug 2009 10:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=142#comment-4500</guid>
		<description>Yep, you&#039;re right. SqlLite is a sollution. Too bad I did not know about it :)</description>
		<content:encoded><![CDATA[<p>Yep, you&#8217;re right. SqlLite is a sollution. Too bad I did not know about it <img src='http://sorin.serbans.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database-less website applications by Tudor</title>
		<link>http://sorin.serbans.net/blog/index.php/2009/08/25/database-less-website-applications/comment-page-1/#comment-4496</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/?p=142#comment-4496</guid>
		<description>In such cases, woudn&#039;t be possible to use a SQLLite database? 
(or another similar &quot;embedded&quot; db.)</description>
		<content:encoded><![CDATA[<p>In such cases, woudn&#8217;t be possible to use a SQLLite database?<br />
(or another similar &#8220;embedded&#8221; db.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
