<?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>ASP.NET AJAX Team Blogs</title><link>http://weblogs.asp.net/atlas-team/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Yellowstone National Park Photo Trip</title><link>http://www.nikhilk.net/Yellowstone.aspx</link><pubDate>Fri, 19 Jun 2009 21:53:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7130632</guid><dc:creator>Nikhil Kothari's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7130632</wfw:commentRss><comments>http://www.nikhilk.net/Yellowstone.aspx#comments</comments><description>Photos from a photo trip to Yellowstone and Grand Tetons National Park... [ Full post continued here... ] Read More......(&lt;a href="http://www.nikhilk.net/Yellowstone.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7130632" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Photography/default.aspx">Photography</category></item><item><title>Why is ASP.NET encoding &amp;’s in script URLs? A tale of looking at entirely the wrong place for a cause to a non-existing bug.</title><link>http://weblogs.asp.net/bleroy/archive/2009/06/05/why-is-asp-net-encoding-amp-s-in-script-urls-a-tale-of-looking-at-entirely-the-wrong-place-for-a-cause-to-a-non-existing-bug.aspx</link><pubDate>Sat, 06 Jun 2009 00:27:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7109247</guid><dc:creator>Tales from the Evil Empire : Microsoft AJAX Library</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7109247</wfw:commentRss><comments>http://weblogs.asp.net/bleroy/archive/2009/06/05/why-is-asp-net-encoding-amp-s-in-script-urls-a-tale-of-looking-at-entirely-the-wrong-place-for-a-cause-to-a-non-existing-bug.aspx#comments</comments><description>Several people have reported seeing errors in their logs that seem to be due to requests such as this: /ScriptResource.axd?d= [lots of junk] &amp;amp;amp; t=ffffffffee24147c The important part here is the HTML-encoded “&amp;amp;amp;” sequence, which stands for “&amp;amp;” of course. If this exact URL is sent to the server, the server won’t know what to do with the escape sequence (URLs are not supposed to be HTML-encoded on the wire) so the parameters won’t get separated as expected, potentially resulting in a server error. This bug in the toolkit is an example of that: http://ajaxcontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=13134 Of course, when people see 500 errors popping up in their server logs, they immediately assume the application...(&lt;a href="http://weblogs.asp.net/bleroy/archive/2009/06/05/why-is-asp-net-encoding-amp-s-in-script-urls-a-tale-of-looking-at-entirely-the-wrong-place-for-a-cause-to-a-non-existing-bug.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7109247" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/HTML/default.aspx">HTML</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/AJAX+Control+Toolkit/default.aspx">AJAX Control Toolkit</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category></item><item><title>May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio</title><link>http://weblogs.asp.net/scottgu/archive/2009/05/30/may-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx</link><pubDate>Sat, 30 May 2009 22:39:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7103072</guid><dc:creator>ScottGu's Blog : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7103072</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2009/05/30/may-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx#comments</comments><description>Here is the latest in my link-listing series .&amp;#160; Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I&amp;#39;ve done myself in the past.&amp;#160; You can also now follow me on twitter ( @realscottgu ) where I also post links and small posts. ASP.NET Using ASP.NET 3.5’s ListView and DataPager Controls to Delete Data : Scott Mitchell continues his excellent tutorial series on the ASP.NET ListView control. In this article he discusses how to handle deleting data with it. ASP.NET ListView: Displaying Hierarchical Data : Adam Pooler writes about how to use the ASP.NET ListView control to display hierarchical data within a web page. ELMAH: Error Logging Module and Handlers for ASP.NET...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/05/30/may-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7103072" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/MVC/default.aspx">MVC</category></item><item><title>ViewModel with MVC/Navigation in Silverlight</title><link>http://www.nikhilk.net/Silverlight-ViewModel-MVC.aspx</link><pubDate>Sat, 30 May 2009 16:13:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7103194</guid><dc:creator>Nikhil Kothari's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7103194</wfw:commentRss><comments>http://www.nikhilk.net/Silverlight-ViewModel-MVC.aspx#comments</comments><description>I&amp;#39;ve been writing about ViewModel (aka MVVM) pattern ( here , here , here and more) and implementing it in Silverlight.FX for quite some time now, and it continues to be an exciting area for further thinking, and prototyping. This time around I want to cover how ViewModel and MVC fit together in an application at the same time. I have put together a set of navigation features into Silverlight.FX: a Page base class, a PageFrame control, and a Navigate trigger action. The PageFrame class by default maps URIs to Page types automatically, but at the same time supports plugging in an MVC PageLoader that maps URIs to Controllers and Actions, and maps ActionResults resulting from those actions into visuals or Pages. Specifically the controller...(&lt;a href="http://www.nikhilk.net/Silverlight-ViewModel-MVC.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7103194" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Survey: Ajax usage among .NET developers in 2009</title><link>http://blogs.msdn.com/brada/archive/2009/05/27/survey-ajax-usage-among-net-developers-in-2009.aspx</link><pubDate>Wed, 27 May 2009 15:25:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7100523</guid><dc:creator>Brad Abrams  : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7100523</wfw:commentRss><comments>http://blogs.msdn.com/brada/archive/2009/05/27/survey-ajax-usage-among-net-developers-in-2009.aspx#comments</comments><description>A couple of years ago Simone Chiaretta did a survey of .NET Developers usage of Ajax ..&amp;#160;&amp;#160; I just saw that he is refreshing that survey to see what has changed in the industry.&amp;#160; Are people still actively moving to Ajax?&amp;#160; Are they using MVC or WebForms with their Ajax?&amp;#160; Which ones of the *many* ajax frameworks out there are they using?&amp;#160; Feel free to write-in Silverlight if that is your current preference for this style of application.&amp;#160; Very interesting data… and while clearly not a scientific survey, it is an interesting data point as Simone has agreed to publish all the data he gets.&amp;#160;&amp;#160; Here is what he has so far . So please take a few minutes and fill out the survey and pass it on to your colleagues...(&lt;a href="http://blogs.msdn.com/brada/archive/2009/05/27/survey-ajax-usage-among-net-developers-in-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7100523" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category></item><item><title>Survey: Ajax usage among .NET developers</title><link>http://weblogs.asp.net/bleroy/archive/2009/05/22/survey-ajax-usage-among-net-developers.aspx</link><pubDate>Fri, 22 May 2009 19:13:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7094895</guid><dc:creator>Tales from the Evil Empire : Microsoft AJAX Library</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7094895</wfw:commentRss><comments>http://weblogs.asp.net/bleroy/archive/2009/05/22/survey-ajax-usage-among-net-developers.aspx#comments</comments><description>If you haven’t already and you are a .NET developer, please take a couple minutes and answer this survey, whether you use Ajax or not. There are a number of Ajax surveys around, but Simone’s is the only one that focuses on .NET developers. The survey: http://www.zoomerang.com/Survey/?p=WEB22973CYKW2H Simone’s post: http://codeclimber.net.nz/archive/2009/05/21/ajax-usage-among-.net-developers-in-2009.aspx Read More......(&lt;a href="http://weblogs.asp.net/bleroy/archive/2009/05/22/survey-ajax-usage-among-net-developers.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7094895" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/AJAX+Control+Toolkit/default.aspx">AJAX Control Toolkit</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/jQuery/default.aspx">jQuery</category></item><item><title>setInterval is (moderately) evil</title><link>http://weblogs.asp.net/bleroy/archive/2009/05/14/setinterval-is-moderately-evil.aspx</link><pubDate>Fri, 15 May 2009 05:04:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7087588</guid><dc:creator>Tales from the Evil Empire : Microsoft AJAX Library</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7087588</wfw:commentRss><comments>http://weblogs.asp.net/bleroy/archive/2009/05/14/setinterval-is-moderately-evil.aspx#comments</comments><description>JavaScript has two ways of delaying execution of code: setInterval and setTimeout . Both take a function or a string as the first parameter, and a number of milliseconds as the second parameter. The only difference is that the code provided to setInterval will run every n milliseconds whereas the code in setTimeout will run only once. Before I explain why I think setInterval is evil, allow me to rant on a related subject for a paragraph: you should never pass a string into any of those functions and instead always pass a function reference (unless you really, really know what you’re doing). If you pass a string, it will have to be evaluated on the fly, and eval is quite evil itself (unless you really, really know what you’re doing). It might...(&lt;a href="http://weblogs.asp.net/bleroy/archive/2009/05/14/setinterval-is-moderately-evil.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7087588" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category></item><item><title>New release of the Ajax Control Toolkit</title><link>http://weblogs.asp.net/bleroy/archive/2009/05/13/new-release-of-the-ajax-control-toolkit.aspx</link><pubDate>Thu, 14 May 2009 05:19:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7086245</guid><dc:creator>Tales from the Evil Empire : Microsoft AJAX Library</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7086245</wfw:commentRss><comments>http://weblogs.asp.net/bleroy/archive/2009/05/13/new-release-of-the-ajax-control-toolkit.aspx#comments</comments><description>A new version of the AJAX Control Toolkit is now available for download from the CodePlex website. It contains three new controls: HTMLEditor - allows you to easily create and edit HTML content. You can edit in WYSIWYG mode or in HTML source mode. The control exists as a server-side extender but can also be instantiated purely on the client-side with a single line of code. Many thanks to Obout for building this. ComboBox - provides a DropDownList of items, combined with TextBox. Different modes determine the interplay between the text entry and the list of items. this control behaves very much like a Windows combo. Many thanks to Dan Ludwig for building this. ColorPicker - can be attached to any ASP.NET TextBox control to provide client-side...(&lt;a href="http://weblogs.asp.net/bleroy/archive/2009/05/13/new-release-of-the-ajax-control-toolkit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7086245" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/HTML/default.aspx">HTML</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/AJAX+Control+Toolkit/default.aspx">AJAX Control Toolkit</category></item><item><title>ViewModel + .NET RIA Services Part 2: Testability, Server Mocking and Dependencies</title><link>http://www.nikhilk.net/NET-RIA-Services-ViewModel-Pattern-2.aspx</link><pubDate>Wed, 13 May 2009 21:40:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7085463</guid><dc:creator>Nikhil Kothari's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7085463</wfw:commentRss><comments>http://www.nikhilk.net/NET-RIA-Services-ViewModel-Pattern-2.aspx#comments</comments><description>In Part 1 of ViewModel and .NET RIA Services , which I recommend you check out first if you haven&amp;#39;t, I created a simple product search UI using Silverlight and .NET RIA Services using the ViewModel (aka MVVM) pattern. One of benefits of the ViewModel pattern is that it creates a nice contract between the view and associated logic, i.e. a contract between the designer and the developer. Another key benefit of the ViewModel pattern is that it furthers testability - more of your presentation tier is now unit testable. This post touches on that second benefit. In doing so, it will allow me to go into a couple of other related topics: First, this application uses .NET RIA Services . This post will demonstrate how you can mock out the server when...(&lt;a href="http://www.nikhilk.net/NET-RIA-Services-ViewModel-Pattern-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7085463" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>jQuery &amp; MicrosoftAjax “happy together”</title><link>http://blogs.msdn.com/publicsector/archive/2009/05/05/jquery-microsoftajax-happy-together.aspx</link><pubDate>Tue, 05 May 2009 12:52:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7074230</guid><dc:creator>Public Sector Developer Weblog : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7074230</wfw:commentRss><comments>http://blogs.msdn.com/publicsector/archive/2009/05/05/jquery-microsoftajax-happy-together.aspx#comments</comments><description>NOTE: This was cross posted from here . I’ve been using jQuery quite a bit lately.&amp;#160; I’ve grown very fond of it.&amp;#160; At the same time, I have been digging into ASP.NET AJAX 4.0.&amp;#160; I just read a post from Bertand Le Roy that made me smile.&amp;#160; In his post, he shows how you can do the following: &amp;lt; ul class =&amp;quot;dv&amp;quot; &amp;gt; &amp;lt; li &amp;gt; {{ $dataItem }} &amp;lt;/ li &amp;gt; &amp;lt;/ ul &amp;gt; &amp;lt; script type =&amp;quot;text/javascript&amp;quot; &amp;gt; 1: $( &amp;quot;.dv&amp;quot; ).dataView({ data: [ &amp;quot;foo&amp;quot; , &amp;quot;bar&amp;quot; , &amp;quot;baz&amp;quot; ] }); &amp;lt;/ script &amp;gt; To me, being able to instantiate a DataView control using the jQuery plugin syntax is PRETTY COOL!&amp;#160; Check out the details of how all this works and download the sample at: http...(&lt;a href="http://blogs.msdn.com/publicsector/archive/2009/05/05/jquery-microsoftajax-happy-together.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7074230" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/jQuery/default.aspx">jQuery</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET+Framework+4.0/default.aspx">.NET Framework 4.0</category></item><item><title>Creating jQuery plug-ins from MicrosoftAjax components</title><link>http://weblogs.asp.net/bleroy/archive/2009/05/04/creating-jquery-plug-ins-from-microsoftajax-components.aspx</link><pubDate>Tue, 05 May 2009 05:23:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7073239</guid><dc:creator>Tales from the Evil Empire : Microsoft AJAX Library</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7073239</wfw:commentRss><comments>http://weblogs.asp.net/bleroy/archive/2009/05/04/creating-jquery-plug-ins-from-microsoftajax-components.aspx#comments</comments><description>We had an interesting discussion recently on the ASP Insiders mailing list and ended up talking about what cool stuff we could build on top of jQuery. Many interesting things were mentioned and it was a very useful discussion but one suggestion in particular struck my curiosity as it was something I had investigated before and that could be improved on with very little code. I had already written a little plugin to enable instantiation of Microsoft Ajax components on the results of a jQuery selector : jQuery.fn.create = function (type, properties) { return this .each( function () { Sys.Component.create(type, properties, {}, {}, this ); }); }; I have another version that is a little more elaborate and takes a bag of properties and events instead...(&lt;a href="http://weblogs.asp.net/bleroy/archive/2009/05/04/creating-jquery-plug-ins-from-microsoftajax-components.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7073239" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/jQuery/default.aspx">jQuery</category></item><item><title>Locate Me and Virtual Earth Sample for Silverlight</title><link>http://www.nikhilk.net/Silverlight-Locate-Me.aspx</link><pubDate>Fri, 01 May 2009 04:05:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7069614</guid><dc:creator>Nikhil Kothari's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7069614</wfw:commentRss><comments>http://www.nikhilk.net/Silverlight-Locate-Me.aspx#comments</comments><description>A little sample app that uses Silverlight 3, the Virtual Earth Map Control CTP and IP-based geo-coding to implement the Locate Me scenario... [ Full post continued here... ] Read More......(&lt;a href="http://www.nikhilk.net/Silverlight-Locate-Me.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7069614" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>A blog on Microsoft Ajax client templates and data</title><link>http://weblogs.asp.net/bleroy/archive/2009/04/21/a-blog-on-microsoft-ajax-client-templates-and-data.aspx</link><pubDate>Tue, 21 Apr 2009 21:45:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7054378</guid><dc:creator>Tales from the Evil Empire : Microsoft AJAX Library</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7054378</wfw:commentRss><comments>http://weblogs.asp.net/bleroy/archive/2009/04/21/a-blog-on-microsoft-ajax-client-templates-and-data.aspx#comments</comments><description>Politian has a great blog series where he goes into the details of building a data-driven Ajax application using the new 4.0 client templates and data . Check it out! http://politian.wordpress.com/ Read More......(&lt;a href="http://weblogs.asp.net/bleroy/archive/2009/04/21/a-blog-on-microsoft-ajax-client-templates-and-data.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7054378" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category></item><item><title>View Model Pattern with .NET RIA Services</title><link>http://www.nikhilk.net/NET-RIA-Services-ViewModel-Pattern.aspx</link><pubDate>Mon, 20 Apr 2009 07:55:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7050512</guid><dc:creator>Nikhil Kothari's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7050512</wfw:commentRss><comments>http://www.nikhilk.net/NET-RIA-Services-ViewModel-Pattern.aspx#comments</comments><description>Over the weekend, I saw a question on StackOverflow about combining .NET RIA Services and the ViewModel pattern and answered briefly there, but the topic is worthy of a blog post. At a high level, .NET RIA Services generates a data model for use in the client presentation tier based on the application logic you author for the server portion of your application. The question is how could/should this data model fit into a view model. I blogged about the ViewModel pattern a long while back in the context of my Silverlight.FX work. This post will take care of a few things at the same time: (a) show how the two work together, and (b) show how the work in Silverlight.FX itself has evolved over time. For most of the post, I&amp;#39;ll walk you through...(&lt;a href="http://www.nikhilk.net/NET-RIA-Services-ViewModel-Pattern.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7050512" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>MouseWheel Behavior for Silverlight</title><link>http://www.nikhilk.net/Silverlight-MouseWheel.aspx</link><pubDate>Sat, 11 Apr 2009 06:20:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7042363</guid><dc:creator>Nikhil Kothari's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7042363</wfw:commentRss><comments>http://www.nikhilk.net/Silverlight-MouseWheel.aspx#comments</comments><description>A demonstration of the MouseWheel behavior to add mouse wheel-based scrolling in Silverlight applications, effortlessly, using Silverlight.FX and behaviors... [ Full post continued here... ] Read More......(&lt;a href="http://www.nikhilk.net/Silverlight-MouseWheel.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7042363" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Silverlight/default.aspx">Silverlight</category></item></channel></rss>