<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Paul Gielens:ThoughtsService - All Comments</title><link>http://weblogs.asp.net/pgielens/default.aspx</link><description>another Endpoint to my thoughts</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Having fun with System.Transactions</title><link>http://weblogs.asp.net/pgielens/archive/2005/02/19/376609.aspx#7135487</link><pubDate>Sat, 27 Jun 2009 12:06:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7135487</guid><dc:creator>vadya</dc:creator><description>&lt;p&gt;2LpVme this &lt;a rel="nofollow" target="_new" href="http://www.google.com"&gt;http://www.google.com&lt;/a&gt; is google&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7135487" width="1" height="1"&gt;</description></item><item><title>re: Download Neo2005 Preview (Entity Object Framework)</title><link>http://weblogs.asp.net/pgielens/archive/2006/05/24/Download-Neo2005-Preview-_2800_Entity-Object-Framework_2900_.aspx#7133847</link><pubDate>Thu, 25 Jun 2009 04:37:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7133847</guid><dc:creator>Reesydaypax</dc:creator><description>&lt;p&gt;Hello eveyone, I'm new to the forum&lt;/p&gt;
&lt;p&gt;I look forward to sharing and exchanging information with everyone!&lt;/p&gt;
&lt;p&gt;I have been watching the forum for a while and I just decided to join and participate!&lt;/p&gt;
&lt;p&gt;See ya...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7133847" width="1" height="1"&gt;</description></item><item><title>re: Factory Pattern with Generics</title><link>http://weblogs.asp.net/pgielens/archive/2004/07/01/171183.aspx#7129322</link><pubDate>Thu, 18 Jun 2009 22:15:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7129322</guid><dc:creator>HaveToWorkWithJavaNeedJob</dc:creator><description>&lt;p&gt;The problem with Java is that Sun and Co. are so hung up fighting the &amp;quot;Java as a platform&amp;quot; vs &amp;quot;Microsoft has no platform&amp;quot;, they are not evolving the Java programming language. They are not simply in knee-jerk reaction node.&lt;/p&gt;
&lt;p&gt;This is the bottom line and why I have to conclude that Java really sucks. The &amp;quot;Generics&amp;quot; in Java are only interpreted in Java at compile time. At runtime, ArrayList&amp;lt;Employee&amp;gt; and regular plan ArrayList, read bytecodes that are identical and same as ArrayList&amp;lt;YoMama&amp;gt; for that matter.&lt;/p&gt;
&lt;p&gt;Code similar to the one below works with C++ templates or C# generics. It doesn't with Java.&lt;/p&gt;
&lt;p&gt;public interface IFactory&amp;lt;T&amp;gt; {&lt;/p&gt;
&lt;p&gt;	T create();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;public class Factory&amp;lt;T&amp;gt; implements IFactory&amp;lt;T&amp;gt; {&lt;/p&gt;
&lt;p&gt;	public T create() {&lt;/p&gt;
&lt;p&gt;		return new T(); &lt;/p&gt;
&lt;p&gt;	}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;With C# &amp;quot;implements&amp;quot; would be replaced with &amp;quot;:&amp;quot; in the syntax. The intent is the same. It is so freakin' unfortunate that C# has taken the best elements of Java and C++ and are continuously evolving the language making programmers more productive. What is Sun doing with Java? Hacking out &amp;quot;Generics&amp;quot; feature in the programming language due to peer pressure and doing a sorry job.&lt;/p&gt;
&lt;p&gt;It is my great misfortune that I have to do Java for a living.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7129322" width="1" height="1"&gt;</description></item><item><title>re: Error while trying to run project: Unable to start debugging on the web server</title><link>http://weblogs.asp.net/pgielens/archive/2004/08/20/217884.aspx#7126594</link><pubDate>Tue, 16 Jun 2009 06:28:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7126594</guid><dc:creator>shajna</dc:creator><description>&lt;p&gt;Thanks a lot!!!!!!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7126594" width="1" height="1"&gt;</description></item><item><title>re: Strongly Typed Objects within Context</title><link>http://weblogs.asp.net/pgielens/archive/2004/04/14/112875.aspx#7122703</link><pubDate>Mon, 15 Jun 2009 01:19:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7122703</guid><dc:creator>DinyBions</dc:creator><description>&lt;p&gt;Best Hummer and other auto information source here &lt;a rel="nofollow" target="_new" href="http://automoto.goodnanoav.com/"&gt;automoto.goodnanoav.com&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7122703" width="1" height="1"&gt;</description></item><item><title>re: Strongly Typed Objects within Context</title><link>http://weblogs.asp.net/pgielens/archive/2004/04/14/112875.aspx#7119950</link><pubDate>Fri, 12 Jun 2009 21:40:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7119950</guid><dc:creator>migejeliole</dc:creator><description>&lt;p&gt;Best reviews of the day about AttorneySuffolk county district attorney, Attorney client privileges and Attorney finder &lt;a rel="nofollow" target="_new" href="http://attorney.goodnanoav.com/"&gt;attorney.goodnanoav.com&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7119950" width="1" height="1"&gt;</description></item><item><title>re: Hacking around System.Xml.XmlElement</title><link>http://weblogs.asp.net/pgielens/archive/2004/03/10/87408.aspx#7116709</link><pubDate>Wed, 10 Jun 2009 22:16:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7116709</guid><dc:creator>gas powered scooters</dc:creator><description>&lt;p&gt;Here gas powered scooters for sale&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.world66.com/member/gas_powered_scoote"&gt;www.world66.com/.../gas_powered_scoote&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7116709" width="1" height="1"&gt;</description></item><item><title>re: Strongly Typed Objects within Context</title><link>http://weblogs.asp.net/pgielens/archive/2004/04/14/112875.aspx#7115078</link><pubDate>Tue, 09 Jun 2009 20:17:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7115078</guid><dc:creator>gilliamillege</dc:creator><description>&lt;p&gt;Need more info about Visionary manga ? You are welcome here &lt;a rel="nofollow" target="_new" href="http://anime.goodnanoav.com"&gt;http://anime.goodnanoav.com&lt;/a&gt; .&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7115078" width="1" height="1"&gt;</description></item><item><title>re: Why ASP.NET MVC?</title><link>http://weblogs.asp.net/pgielens/archive/2009/05/06/why-asp-net-mvc.aspx#7109188</link><pubDate>Fri, 05 Jun 2009 23:06:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7109188</guid><dc:creator>environment</dc:creator><description>&lt;p&gt;yes i agree with you because everyone want to do something new and different. so that i think ASP.net MVC solution is the best solution for the environment.&lt;/p&gt;
&lt;p&gt;I also install ASP.net MVC application in my system. so i do something new.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7109188" width="1" height="1"&gt;</description></item><item><title>re: The project success equals the sum of all the parts</title><link>http://weblogs.asp.net/pgielens/archive/2009/05/29/the-project-success-equals-the-sum-of-all-the-parts.aspx#7106977</link><pubDate>Wed, 03 Jun 2009 10:02:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7106977</guid><dc:creator>Saber Karmous</dc:creator><description>&lt;p&gt;Paul, did you really send my comment to /dev/null?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7106977" width="1" height="1"&gt;</description></item></channel></rss>