<?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 on: Script#: The .NET Response to the Google Web Toolkit</title>
	<atom:link href="http://gojko.net/2008/10/01/script-the-net-response-to-the-google-web-toolkit/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net/2008/10/01/script-the-net-response-to-the-google-web-toolkit/</link>
	<description>Building software that matters</description>
	<lastBuildDate>Thu, 18 Mar 2010 07:36:47 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aroh</title>
		<link>http://gojko.net/2008/10/01/script-the-net-response-to-the-google-web-toolkit/comment-page-1/#comment-40090</link>
		<dc:creator>Aroh</dc:creator>
		<pubDate>Sat, 07 Feb 2009 11:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=389#comment-40090</guid>
		<description>Hi all there. 
Script# is indeed a very useful tool to write complex javascript and gives the advantage of using Visual studio and its intellisense as well as managed code. surely its not for the people like Rich who just write the Hello World applications in javascript. Developers don&#039;t use tools just to be in comfort zone. Its the matter of productivity and achievement. Why do you use Visual Studio? You can code in notepad and compile your code in a command line compiler.</description>
		<content:encoded><![CDATA[<p>Hi all there.<br />
Script# is indeed a very useful tool to write complex javascript and gives the advantage of using Visual studio and its intellisense as well as managed code. surely its not for the people like Rich who just write the Hello World applications in javascript. Developers don&#8217;t use tools just to be in comfort zone. Its the matter of productivity and achievement. Why do you use Visual Studio? You can code in notepad and compile your code in a command line compiler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://gojko.net/2008/10/01/script-the-net-response-to-the-google-web-toolkit/comment-page-1/#comment-35431</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Fri, 03 Oct 2008 14:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=389#comment-35431</guid>
		<description>Rich:

Yes, you can write well-formed javascript.  This makes it easier.  And by coding in C# you get to take advantage of the full power of Visual Studio.</description>
		<content:encoded><![CDATA[<p>Rich:</p>
<p>Yes, you can write well-formed javascript.  This makes it easier.  And by coding in C# you get to take advantage of the full power of Visual Studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2008/10/01/script-the-net-response-to-the-google-web-toolkit/comment-page-1/#comment-35424</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Fri, 03 Oct 2008 10:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=389#comment-35424</guid>
		<description>Rich,

it&#039;s not just that. You do have JS intellisense for standard stuff, but (at least I have not seen an editor that does this good) for your classes. JS modularisation and dependency management is generally left to developers to do by hand as well. As I said in the talk, unless you are going to have a really complex JS code base, using Script# is an unnecessary overhead. When you have a complex code base, writing and maintaining code in an environment that can provide sort of a &quot;compile time&quot; check, dependency management and  full type-safe intellisense for your own objects and classes can save a lot of time.</description>
		<content:encoded><![CDATA[<p>Rich,</p>
<p>it&#8217;s not just that. You do have JS intellisense for standard stuff, but (at least I have not seen an editor that does this good) for your classes. JS modularisation and dependency management is generally left to developers to do by hand as well. As I said in the talk, unless you are going to have a really complex JS code base, using Script# is an unnecessary overhead. When you have a complex code base, writing and maintaining code in an environment that can provide sort of a &#8220;compile time&#8221; check, dependency management and  full type-safe intellisense for your own objects and classes can save a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://gojko.net/2008/10/01/script-the-net-response-to-the-google-web-toolkit/comment-page-1/#comment-35423</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 03 Oct 2008 10:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=389#comment-35423</guid>
		<description>Bart, are you saying that it&#039;s not possible to write well-formed Javascript, or that you can&#039;t get code auto-completion in Javascript? Both positions are going to be very difficult for you to defend.

Rob, the reason tools like this exist is because the majority of developers don&#039;t know Javascript very well and/or would prefer not to step outside their comfort zone. Developers are a surprisingly conservative bunch. 

Google implemented GWT because they have vast numbers of Java coders, and wanted to leverage that in the browser. Similarly the Microsoft-based dev community have vast numbers of C# developers.</description>
		<content:encoded><![CDATA[<p>Bart, are you saying that it&#8217;s not possible to write well-formed Javascript, or that you can&#8217;t get code auto-completion in Javascript? Both positions are going to be very difficult for you to defend.</p>
<p>Rob, the reason tools like this exist is because the majority of developers don&#8217;t know Javascript very well and/or would prefer not to step outside their comfort zone. Developers are a surprisingly conservative bunch. </p>
<p>Google implemented GWT because they have vast numbers of Java coders, and wanted to leverage that in the browser. Similarly the Microsoft-based dev community have vast numbers of C# developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zproxy</title>
		<link>http://gojko.net/2008/10/01/script-the-net-response-to-the-google-web-toolkit/comment-page-1/#comment-35421</link>
		<dc:creator>zproxy</dc:creator>
		<pubDate>Fri, 03 Oct 2008 08:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=389#comment-35421</guid>
		<description>Or check out jsc that supports:
c# -&gt; dll -&gt; javascript
c# -&gt; dll -&gt; actionscript
c# -&gt; dll -&gt; java

http://zproxy.wordpress.com/2008/09/30/wpf-subset-powered-by-flash-and-dhtml-part-2/

http://zproxy.wordpress.com/2008/09/25/jsc-september-2008-refresh-2/

http://jsc.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Or check out jsc that supports:<br />
c# -&gt; dll -&gt; javascript<br />
c# -&gt; dll -&gt; actionscript<br />
c# -&gt; dll -&gt; java</p>
<p><a href="http://zproxy.wordpress.com/2008/09/30/wpf-subset-powered-by-flash-and-dhtml-part-2/" rel="nofollow">http://zproxy.wordpress.com/2008/09/30/wpf-subset-powered-by-flash-and-dhtml-part-2/</a></p>
<p><a href="http://zproxy.wordpress.com/2008/09/25/jsc-september-2008-refresh-2/" rel="nofollow">http://zproxy.wordpress.com/2008/09/25/jsc-september-2008-refresh-2/</a></p>
<p><a href="http://jsc.sourceforge.net/" rel="nofollow">http://jsc.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
