<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/457123_100x75.jpg</url>
		<title>Channel 9 - 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<link></link>
	</image>
	<description>
In this episode of 10-4, we introduce some of the new features and functionality of ASP.NET AJAX 4.0. We’ll see how ASP.NET AJAX can be leveraged in a complete client-side environment, making it easier to develop rich web applications. This episode demonstrates
 the new client templates, data binding and command bubbling behavior that makes creating data-centric applications using JavaScript simpler. We’ll also see the new ADO.NET Data Services integration which makes performing CRUD operations, complete with change-tracking,
 very trivial. 
For more 10-4 episodes, be sure to visit:
http://channel9.msdn.com/shows/10-4 
Visual Studio Topic Area on Channel 9:
http://channel9.msdn.com/VisualStudio
 
Visual Studio 2010 CTP VPC:
http://tinyurl.com/GetCTP
 
ASP.NET AJAX 4.0:
http://www.codeplex.com/aspnet/Wiki/View.aspx?title=AJAX&amp;amp;referringTitle=Home 
10-4! Over and out! 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 21:14:59 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 21:14:59 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[To clarify one thing about the demo I showed off in the video...the DataView control, bindings, command bubbling, and ADO.NET Data Services integration are currently available on Codeplex, but the change tracking functionality and the ability to save changes
 back to the service aren't. That behavior will be included in the next Codeplex preview, along with much more.<br>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633699863960000000</link>
		<pubDate>Wed, 11 Feb 2009 21:59:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633699863960000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[I realy enjoyed this video. Thanks for teaching us this stuff Jonathan.<br>
<br>
The new stuff that's comming looks great (2 way data binding and unit of work!) and was presented very well. The form of the presentation was also good so nothing but kudos <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
<p>posted by buckley9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633699875960000000</link>
		<pubDate>Wed, 11 Feb 2009 22:19:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633699875960000000</guid>
		<dc:creator>buckley9</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[My biggest problem with ASP.NET Ajax client templates:&nbsp; it fails to render anything when script is disabled.&nbsp; I don't expect the templating to work at all when that happens, obviously, but it should have an acceptable fallback strategy, and it doesn't.&nbsp;
 Google &quot;unobtrusive JavaScript.&quot;&nbsp; Hint: use NOSCRIPT to render the data.<p>posted by joechung</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700009020000000</link>
		<pubDate>Thu, 12 Feb 2009 02:01:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700009020000000</guid>
		<dc:creator>joechung</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>Awesome technology, quite different to what were normally seeing with Server Controls and having ASP.NET generate the correct runtime scripts to wireup the controls for us.&nbsp; As an honest comment, it seems the more fluid site like Facebook get, the more ASP.NET
 AJAX is trying to catch up so developers choose that technology.&nbsp; It's a good thing.&nbsp; I can remember a time when ASP.NET was considered what you used to build business apps, but if you wanted to build &quot;fun&quot; sites, you would create that in PHP because it was
 percieved as &quot;less-heavy&quot;.<br>
<br>
Also, it seems that there is plenty of &quot;magic&quot; going on too, if someone wanted to override a part of the pipeline, say if they use controls from vendors like Telerik?</p>
<p>posted by ChrisStepaniuk</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700074240000000</link>
		<pubDate>Thu, 12 Feb 2009 03:50:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700074240000000</guid>
		<dc:creator>ChrisStepaniuk</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>Whilst interesting I'm not sure who this is targeting.. is this for purists who want control over html? because they won't use this due to how obtrusive it is.. I think this targets the webforms developers, those that don't really care about whats under
 the hood, or even how the web works as such, only that they can create an app online.. but then I'm wondering if this is better to them than webforms?</p>
<p>posted by stevo_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700528860000000</link>
		<pubDate>Thu, 12 Feb 2009 16:28:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700528860000000</guid>
		<dc:creator>stevo_</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>That's a good question. Firstly, it's important to point out that almost that entire demo could have been done imperatively, without adding anything to the HTML unneccesarily. The declarative command bubbling (sys:command) is a feature I can choose to use,
 but I can achieve the exact same thing strictly in JavaScript. The same goes for the conditional attributes I used (class:odd).<br>
<br>
While ASP.NET AJAX provides a lot of functionality in terms of working with it declaratively (as some folks like), it was developed with the mindset of using it completely unobtrusively. That said, the data templates are somewhat of&nbsp;a gray area. Defining the
 template is arguably much easier (for some)&nbsp;to do in HTML as opposed to within JavaScript (as other libraries do). That said, it does impose a foreign component to the HTML that isn't actually valid content (i.e. the binding expressions).<br>
<br>
If you don't like the approach of defining your templates and bindings within the markup, you can still do that in JavaScript as well. The creation of the DataView class simply requires an element that it can bind to and repeat, so there is no reason why that
 element couldn't be constructed using DOM methods imperatively, as opposed to retreiving it from the actual DOM as I did in the demo.<br>
<br>
I'll put together a demo that does this and post it later.</p>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700784980000000</link>
		<pubDate>Thu, 12 Feb 2009 23:34:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700784980000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[thats pretty cool <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> <br>
i especially like the binding syntax <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> <p>posted by aL_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700851500000000</link>
		<pubDate>Fri, 13 Feb 2009 01:25:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633700851500000000</guid>
		<dc:creator>aL_</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[We are very interested in seeing an episode about having the VS IDE made from WPF.<br>
so please can we know when u are thinking to make one.<br>
<p>posted by Reader Man1</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633703147730000000</link>
		<pubDate>Sun, 15 Feb 2009 17:12:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633703147730000000</guid>
		<dc:creator>Reader Man1</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[Another great video.&nbsp; However, I'm a skeptic with this video.&nbsp; If I understand it right, the data is being rendered through javascript after the page loads using a web service.&nbsp; I'm not sure I see the advantage of using this approach as opposed to a server
 side approach considering that google won't be able to index any data that is retrieved using the client side method.&nbsp; Am I missing something?<br>
<br>
Also, the example shown in the video is one where the presentation layer and the data layer are tighly coupled.&nbsp; I'm not very familiar with the EF or web services, but is it possible to have the interface bind to a custom business layer instead of the data
 layer?<br>
<br>
Keep up the great work with the videos.<br>
<p>posted by Felixters</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633711737690000000</link>
		<pubDate>Wed, 25 Feb 2009 15:49:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633711737690000000</guid>
		<dc:creator>Felixters</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>Hy,</p>
<p>I don't see the real interest of this new programing method.<br>
What is the interest to use Microsoft technology without a IIS server ?<br>
Full Microsoft or not ?</p>
<p>I think it's just attracting php or others langages developers.</p>
<p>posted by spikeyz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633779922060000000</link>
		<pubDate>Fri, 15 May 2009 13:50:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633779922060000000</guid>
		<dc:creator>spikeyz</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>Jonathan, now that Beta 1 is off do I still need to include Ajax 4.0 JS libraries or are they included in the framework?</p>
<p>The reason of the question is because I tried to reproduce your sample (without addind ajax libraries) and&nbsp;</p>
<p><font face="Consolas" size="2"><font face="Consolas" size="2"></p>
<p>sys.application is not recognized as valid (&quot;Sys is not defined&quot;).</p>
<p>&nbsp;</p>
<p>Thank you</p>
<p>&nbsp;</p>
<p>Carlo</p>
</font></font>
<p></p>
<p>posted by Zirc75</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633788506370000000</link>
		<pubDate>Mon, 25 May 2009 12:17:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633788506370000000</guid>
		<dc:creator>Zirc75</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>Great video. I tried to reconstruct it on my computer, but somehow can't figure out, where do I actually find the &nbsp;AjaxRes.js file. I assume that might be the reason for the &quot;<em>Sys.InvalidOperationException: 'query' is not a property or an existing field.</em>&quot;
 error message that I keep getting.</p>
<p>I'd appreciate a small hint. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by mensaco</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633810922150000000</link>
		<pubDate>Sat, 20 Jun 2009 10:56:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633810922150000000</guid>
		<dc:creator>mensaco</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<pre>/// 
/// 
/// 

Sys.Application.add_init(function()
{
    $create(Sys.UI.DataGrid,
    {
        alternateRowClass: &quot;odd&quot;,
        columnExpressions: [&quot;Title&quot;, &quot;FirstName&quot;, &quot;MiddleName&quot;, &quot;LastName&quot;, &quot;Suffix&quot;],
        dataProvider: $create(Sys.Data.AdoNetDataContext, { serviceUri: &quot;AdventureWorks.svc&quot; }),
        itemPlaceholder: $get(&quot;customer-placeholder&quot;),
        fetchOperation: &quot;Customers&quot;,
        fetchParameters: { $top: 20, $orderby: &quot;FirstName&quot; }
    },
    null,
    null,
    $get(&quot;customer-list&quot;));
    
});
</pre>
<p>I am not sure if this say anything but it might indicate that the dataview has been changed a little. Try typing this into the javascript editor to gain some insight. I got this from the samples download on msdn.
<a href="<a href="http://msdn.microsoft.com/en-us/library/bb514232(VS.100">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;bb514232&#40;VS.100</a>).aspx"><a href="http://msdn.microsoft.com/en-us/library/bb514232(VS.100">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;bb514232&#40;VS.100</a>).aspx</a></p>
<p></p>
<p><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff">var</font></font></font><font face="Consolas" size="2"><font face="Consolas" size="2"> dv =
</font></font><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff">new</font></font></font><font face="Consolas" size="2"><font face="Consolas" size="2"> Sys.UI.DataView();</font></font></p>
<p></p>
<p>when you type dv. the intellisense should give you some more information.</p>
<p>&nbsp;fetchOperation: &quot;Customers&quot;,<br>
&nbsp;fetchParameters: { $top: 20, $orderby: &quot;FirstName&quot; } <br>
<br>
... would be my first guess.</p>
<p>posted by jwize</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633820313540000000</link>
		<pubDate>Wed, 01 Jul 2009 07:49:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633820313540000000</guid>
		<dc:creator>jwize</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>AjaxRes.js is actually an artifact of the internal builds that I was using for the video <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> If you grab the latest bits off of Codeplex, you won't need it.</p>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633825872320000000</link>
		<pubDate>Tue, 07 Jul 2009 18:13:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633825872320000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>Yep, you'll need to include the JavaScript files. Just keep in mind that the ScriptManager control in ASP.NET WebForms was the one that was including the ASP.NET AJAX libraries for you, so once you aren't using it, you'll have to include the scripts manually.</p>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633825873130000000</link>
		<pubDate>Tue, 07 Jul 2009 18:15:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633825873130000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>Yep, exactly. Unfortunately, because we're trying to be cutting edge with this show, stuff WILL change between an episode being published and new versions of the bits coming out <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633825873670000000</link>
		<pubDate>Tue, 07 Jul 2009 18:16:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633825873670000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0</title>
		<description>
			<![CDATA[
<p>Hi, thank you for a great video.</p>
<p>I have a little question : is it possible (and if yes, is it easy ?) to mix this kind of client side technologie with standard asp.net webcontrols (ie. with postback/viewstate/etc..) ?</p>
<p>&nbsp;</p>
<p>Best regards,</p>
<p>&nbsp;Lek</p>
<p>&nbsp;</p>
<p>posted by Lek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633939201130000000</link>
		<pubDate>Sun, 15 Nov 2009 22:15:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-8-ASPNET-AJAX-40#c633939201130000000</guid>
		<dc:creator>Lek</dc:creator>
	</item>
</channel>
</rss>