<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.pluralsight-training.net/community/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>Onion Blog</title><link>http://www.pluralsight-training.net/community/blogs/fritz/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>VS2010 deploy web project with nightly build</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2010/07/30/vs2010-deploy-web-project-with-nightly-build.aspx</link><pubDate>Fri, 30 Jul 2010 13:06:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:92638</guid><dc:creator>fritz-onion</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=92638</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2010/07/30/vs2010-deploy-web-project-with-nightly-build.aspx#comments</comments><description>&lt;p&gt;In my &lt;a href="http://www.pluralsight-training.net/microsoft/olt/webcasts.aspx"&gt;Pluralsight Webcast&lt;/a&gt;&amp;nbsp;on Web deployment in VS2010 last week there was a question about how to integrate the new Web deployment features of VS2010 into a nightly build (for testing on a staging server, for example). It turns out it&amp;#39;s pretty straight forward, once you have your Web solution set up, you can add it to a build definition and have the deploy occur every time the build is fired.&lt;/p&gt;
&lt;p&gt;The key to integrating a Web deployment is to point it to your Web solution (under items to build), and under Advanced add the following commands in the MSBuild Arguments:&lt;/p&gt;
&lt;p&gt;/p:DeployOnBuild=True /p:Configuration=Stage&lt;/p&gt;
&lt;p&gt;The DeployOnBuild flag will run the deployment script (including the config file merging and all) when the build is complete. The Configuration setting is what configuration you want to build (the defaults are Debug and Release, but it often makes sense to add new ones like Stage for scenarios like this, especially when it comes to configuration file modifications with XDT).&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a presentation by Vishal Joshi from PDC09 on Web Deployment that walks through this process - look around minute 26 of this video:&lt;br /&gt;&lt;a href="http://www.microsoftpdc.com/2009/FT56"&gt;http://www.microsoftpdc.com/2009/FT56&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=92638" width="1" height="1"&gt;</description><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/VS2010/default.aspx">VS2010</category></item><item><title>Upcoming conferences - 2010</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2010/02/01/upcoming-conferences-2010.aspx</link><pubDate>Mon, 01 Feb 2010 17:53:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:74477</guid><dc:creator>fritz-onion</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=74477</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2010/02/01/upcoming-conferences-2010.aspx#comments</comments><description>&lt;p&gt;Quick update on my speaking schedule - I&amp;#39;m going to be spending a couple weeks in Europe next month starting with &lt;a href="http://www.devweek.com/"&gt;DevWeek&lt;/a&gt; in London followed by &lt;a href="http://www.devdays.nl/"&gt;DevDays&lt;/a&gt; in The Hague, and finally &lt;a href="http://www.microsoft.com/belux/techdays/2010/"&gt;TechDays&lt;/a&gt; Belgium. I&amp;#39;ll be speaking on topics ranging from ASP.NET 4.0 to SharePoint 2010 for ASP.NET developers - I&amp;#39;m really looking forward to it! I&amp;#39;m tempted to stay long enough to catch the first of cycling&amp;#39;s spring classics, the Ronde van Vlaanderen http://www.rvv.be/nl/ - always wanted to see some of those races...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=74477" width="1" height="1"&gt;</description><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/Conferences/default.aspx">Conferences</category></item><item><title>Demos for my talks at the 2009 New England Code Camp</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/18/demos-for-my-talks-at-the-2009-new-england-code-camp.aspx</link><pubDate>Sun, 18 Oct 2009 13:08:42 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:73168</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=73168</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/18/demos-for-my-talks-at-the-2009-new-england-code-camp.aspx#comments</comments><description>&lt;p&gt;I had a great time presenting yesterday at the New England Code Camp, thanks to all who showed up! You can grab the demos for my SharePoint for ASP.NET Devs talk &lt;a href="http://www.pluralsight.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/fritz/2009_5F00_FritzOnion_5F00_NECodeCamp_5F00_SharePoint.zip"&gt;here&lt;/a&gt;, and the ones for my ASP.NET MVC talk &lt;a href="http://www.pluralsight.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/fritz/2009_5F00_FritzOnion_5F00_NECodeCamp_5F00_MVC.zip"&gt;here&lt;/a&gt;. Also, here are some links I promised for getting set up with SharePoint:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;WSS 3.0&lt;/strong&gt;    &lt;br /&gt;x64: &lt;a href="http://link.pluralsight.com/wss3x64"&gt;http://link.pluralsight.com/wss3x64&lt;/a&gt;    &lt;br /&gt;x86: &lt;a href="http://link.pluralsight.com/wss3x86"&gt;http://link.pluralsight.com/wss3x86&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Vista/Win7 installer from Bamboo Nation&lt;/strong&gt;    &lt;br /&gt;&lt;a href="http://link.pluralsight.com/wssvista"&gt;http://link.pluralsight.com/wssvista&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;SharePoint Desginer     &lt;br /&gt;&lt;/strong&gt;&lt;a href="http://office.microsoft.com/sharepointdesigner"&gt;http://office.microsoft.com/sharepointdesigner&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Visual Studio 2008 Extensions for SharePoint&lt;/strong&gt;    &lt;br /&gt;&lt;a href="http://link.pluralsight.com/3u"&gt;http://link.pluralsight.com/3u&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=73168" width="1" height="1"&gt;</description><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/Technical/default.aspx">Technical</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/MVC/default.aspx">MVC</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Speaking at New England CodeCamp tomorrow</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/16/speaking-at-new-england-codecamp-tomorrow.aspx</link><pubDate>Fri, 16 Oct 2009 14:06:57 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:73151</guid><dc:creator>fritz-onion</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=73151</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/16/speaking-at-new-england-codecamp-tomorrow.aspx#comments</comments><description>&lt;p&gt;I’ll be presenting two talks at tomorrow’s &lt;a href="http://blogs.msdn.com/cbowen/archive/2009/06/29/new-england-code-camp-12-save-the-date.aspx"&gt;New England Code Camp&lt;/a&gt; in Waltham, MA:&lt;/p&gt;  &lt;p&gt;@10:30 // Introduction to SharePoint for ASP.NET Developers   &lt;br /&gt;@1:30 // ASP.NET MVC Introduction&lt;/p&gt;  &lt;p&gt;I’ll have a few Pluralsight t-shirts to hand out, and we’ll be raffling off a free &lt;a href="http://www.pluralsight.com/main/olt/Courses.aspx"&gt;Pluralsight &lt;em&gt;On-Demand!&lt;/em&gt;&lt;/a&gt; subscription as well. Hope to see you there!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=73151" width="1" height="1"&gt;</description><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/Technical/default.aspx">Technical</category></item><item><title>Using jQuery in SharePoint</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/15/using-jquery-in-sharepoint.aspx</link><pubDate>Thu, 15 Oct 2009 11:38:53 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:73143</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=73143</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/15/using-jquery-in-sharepoint.aspx#comments</comments><description>&lt;p&gt;As I sat down to describe some techniques for using jQuery with SharePoint (as I promised at the user group talk I presented last week), I came across this slick new &lt;a href="http://jqueryloader.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34424"&gt;codeplex project&lt;/a&gt; by &lt;a href="http://weblogs.asp.net/jan/about.aspx"&gt;Jan Tielens&lt;/a&gt;. He created a way of automatically including jQuery scripts on SharePoint pages just by importing an aspx file into a document library and specifying URL regular expressions. He even includes some nice enhancements to the TaskList as examples of how to use it. Highly recommended! (Original blog post &lt;a href="http://weblogs.asp.net/jan/archive/2009/10/14/assembly-free-jquery-in-sharepoint-sites-using-the-smarttools-jqueryloader.aspx"&gt;here&lt;/a&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=73143" width="1" height="1"&gt;</description><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/jQuery/default.aspx">jQuery</category></item><item><title>Demos for MaineBytes talk on SharePoint for ASP.NET devs</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/09/demos-for-mainebytes-talk-on-sharepoint-for-asp-net-devs.aspx</link><pubDate>Fri, 09 Oct 2009 13:07:36 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:73074</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=73074</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/09/demos-for-mainebytes-talk-on-sharepoint-for-asp-net-devs.aspx#comments</comments><description>&lt;p&gt;Thanks to all who showed up last night for my user group talk at MaineBytes in Portland, ME. You can download the demo project where I showed the SP API for navigating the SharePoint hierarchy &lt;a href="http://www.pluralsight.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/fritz/ShowSharePointHierarchy.zip"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Also, here’s the link to the tool for installing SharePoint on a Windows 7 machine:    &lt;br /&gt;&lt;a href="http://link.pluralsight.com/wssvista"&gt;http://link.pluralsight.com/wssvista&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I’ll have a post on using jQuery in SharePoint soon since I didn’t have time to cover it in the presentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=73074" width="1" height="1"&gt;</description></item><item><title>Presenting on SharePoint for ASP.NET devs at MaineBytes</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/06/presenting-on-sharepoint-for-asp-net-devs-at-mainebytes.aspx</link><pubDate>Tue, 06 Oct 2009 11:19:44 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:73039</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=73039</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/10/06/presenting-on-sharepoint-for-asp-net-devs-at-mainebytes.aspx#comments</comments><description>&lt;p&gt;I’ll be presenting a talk on &lt;em&gt;SharePoint for ASP.NET Developers&lt;/em&gt; this Thursday (10/8) at &lt;a href="http://mainebytes.org/"&gt;MaineBytes&lt;/a&gt; in Portland, ME at 6pm. I look forward to sharing my experiences with digging into SharePoint from an ASP.NET developer’s perspective – hope to see you there!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=73039" width="1" height="1"&gt;</description><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/Technical/default.aspx">Technical</category></item><item><title>Demos for Silverlight 2 Controls and ASP.NET MVC talks at DevDays 2009</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/05/29/demos-for-silverlight-2-controls-and-asp-net-mvc-talks-at-devdays-2009.aspx</link><pubDate>Fri, 29 May 2009 16:52:41 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:63979</guid><dc:creator>fritz-onion</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=63979</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/05/29/demos-for-silverlight-2-controls-and-asp-net-mvc-talks-at-devdays-2009.aspx#comments</comments><description>&lt;p&gt;Thanks to all who came to my last two talks on Silverlight 2 controls and ASP.NET MVC. You can grab the slides and demos from &lt;a href="http://alt.pluralsight.com/fritz/demos/DevDyas2009_SilverlightCustomControls_FritzOnion.zip"&gt;here&lt;/a&gt; and &lt;a href="http://alt.pluralsight.com/fritz/demos/DevDays2009_AspDotNetMvc_FritzOnion.zip"&gt;here&lt;/a&gt; respectively.&lt;/p&gt;  &lt;p&gt;You may also find my &lt;a href="http://www.pluralsight.com/main/screencasts/screencast.aspx?id=introducing-aspdotnet-mvc"&gt;screencast&lt;/a&gt; on ASP.NET MVC useful here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=63979" width="1" height="1"&gt;</description></item><item><title>Demos for ASP.NET AJAX 4.0 talk at DevDays 2009 in The Hague</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/05/28/demos-for-asp-net-ajax-4-0-talk-at-devdays-2009-in-the-hague.aspx</link><pubDate>Thu, 28 May 2009 16:39:38 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:63835</guid><dc:creator>fritz-onion</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=63835</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/05/28/demos-for-asp-net-ajax-4-0-talk-at-devdays-2009-in-the-hague.aspx#comments</comments><description>&lt;p&gt;Thanks to all who came to my talk today on ASP.NET AJAX 4.0, you can download the slides and demos &lt;a href="http://alt.pluralsight.com/fritz/demos/DevDays2009_AspDotNetAjax4_FritzOnion.zip"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;You may also find my &lt;a href="http://www.pluralsight.com/main/screencasts/screencast.aspx?id=aspnetajax4-clientdatabinding"&gt;screencast&lt;/a&gt; and &lt;a href="http://www.pluralsight.com/main/newsletters/2009-04-spotlight.html"&gt;whitepaper&lt;/a&gt; on the topic useful too.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=63835" width="1" height="1"&gt;</description></item><item><title>My article on client-side data binding in ASP.NET AJAX 4.0 is now live</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/05/04/my-article-on-client-side-data-binding-in-asp-net-ajax-4-0-is-now-live.aspx</link><pubDate>Mon, 04 May 2009 21:23:52 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:62068</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=62068</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/05/04/my-article-on-client-side-data-binding-in-asp-net-ajax-4-0-is-now-live.aspx#comments</comments><description>&lt;p&gt;I’ve written an article on the new client-side data binding mechanism coming in ASP.NET AJAX 4.0, which is now live in the inaugural Pluralsight newsletter, which you can read &lt;a href="http://www.pluralsight.com/main/newsletters/2009-04-spotlight.html"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;You can subscribe to future newsletters and be the first to read new articles by one of our instructors on our &lt;a href="http://www.pluralsight.com/main/newsletters/2009-04-spotlight.html"&gt;home page&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=62068" width="1" height="1"&gt;</description></item><item><title>Demos for MaineBytes UG talk on MVC</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/04/10/demos-for-mainebytes-ug-talk-on-mvc.aspx</link><pubDate>Fri, 10 Apr 2009 11:00:09 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:59725</guid><dc:creator>fritz-onion</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=59725</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/04/10/demos-for-mainebytes-ug-talk-on-mvc.aspx#comments</comments><description>&lt;p&gt;Thanks to all who showed up last night at the &lt;a href="http://mainebytes.ort"&gt;MaineBytes&lt;/a&gt; .NET user group, I don’t think there was an empty seat! You can grab the demos from the talk &lt;a href="http://alt.pluralsight.com/fritz/demos/FritzOnion_2009_04_MaineBytes_MVC.zip"&gt;here&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=59725" width="1" height="1"&gt;</description><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/MVC/default.aspx">MVC</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/demos/default.aspx">demos</category></item><item><title>New online MVC course and free ASP.NET Ajax 4 screencast</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/04/07/new-online-mvc-course-and-free-asp-net-ajax-4-screencast.aspx</link><pubDate>Tue, 07 Apr 2009 18:08:26 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:59485</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=59485</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/04/07/new-online-mvc-course-and-free-asp-net-ajax-4-screencast.aspx#comments</comments><description>&lt;p&gt;Just a quick note to point you to Scott Allen’s new &lt;a href="http://www.pluralsight.com/main/olt/Course.aspx?n=aspdotnet-mvc"&gt;ASP.NET MVC course&lt;/a&gt; which is now live on Pluralsight On-Demand!&lt;/p&gt;  &lt;p&gt;Also, I just published a &lt;a href="http://www.pluralsight.com/main/screencasts/screencast.aspx?id=aspnetajax4-clientdatabinding"&gt;free screencast&lt;/a&gt; on client-side data binding in the Preview 4 release of ASP.NET Ajax 4.0. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=59485" width="1" height="1"&gt;</description></item><item><title>Speaking at DevDays in Holland</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/03/30/speaking-at-devdays-in-holland.aspx</link><pubDate>Mon, 30 Mar 2009 20:16:35 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:59192</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=59192</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/03/30/speaking-at-devdays-in-holland.aspx#comments</comments><description>&lt;p&gt;I’ll be presenting three talks at &lt;a href="http://www.devdays.nl"&gt;DevDays&lt;/a&gt; in the Netherlands the end of May (28-29), covering ASP.NET Ajax 4.0, Controls in Silverlight 2, and ASP.NET MVC. I’m looking forward to it, never been to The Hague before!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=59192" width="1" height="1"&gt;</description></item><item><title>Demos for DevWeek 2009</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/03/26/demos-for-devweek-2009.aspx</link><pubDate>Thu, 26 Mar 2009 06:25:28 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:59122</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=59122</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/03/26/demos-for-devweek-2009.aspx#comments</comments><description>&lt;p&gt;Thanks to all who attended my sessions yesterday on ListView &amp;amp; LINQ, Silverlight Custom Controls, and Server Communication with WCF and ASP.NET Ajax – you can grab the demos for each session &lt;a href="http://alt.pluralsight.com/fritz/demos/DevWeek2009LinqListViewFritzOnion.zip"&gt;here&lt;/a&gt;, &lt;a href="http://alt.pluralsight.com/fritz/demos/DevWeek2009SilverlightControlsFritzOnion.zip"&gt;here&lt;/a&gt;, and &lt;a href="http://alt.pluralsight.com/fritz/demos/DevWeek2009WcfAjaxServerFritzOnion.zip"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=59122" width="1" height="1"&gt;</description></item><item><title>Demos for DevWeek 2009 Ajax4 and Mvc talks</title><link>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/03/25/demos-for-devweek-2009-ajax4-and-mvc-talks.aspx</link><pubDate>Wed, 25 Mar 2009 10:26:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:59105</guid><dc:creator>fritz-onion</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pluralsight-training.net/community/blogs/fritz/rsscomments.aspx?PostID=59105</wfw:commentRss><comments>http://www.pluralsight-training.net/community/blogs/fritz/archive/2009/03/25/demos-for-devweek-2009-ajax4-and-mvc-talks.aspx#comments</comments><description>&lt;p&gt;Thanks to all to came to my talks on ASP.NET Ajax 4.0 and Introduction to ASP.NET MVC yesterday - you can grab the demos &lt;a href="http://alt.pluralsight.com/fritz/demos/DevWeek2009AspNetAjax4FritzOnion.zip"&gt;here&lt;/a&gt; and &lt;a href="http://alt.pluralsight.com/fritz/demos/DevWeek2009MvcIntroFritzOnion.zip"&gt;here&lt;/a&gt; respectively.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pluralsight-training.net/community/aggbug.aspx?PostID=59105" width="1" height="1"&gt;</description><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/Technical/default.aspx">Technical</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/MVC/default.aspx">MVC</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/demos/default.aspx">demos</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://www.pluralsight-training.net/community/blogs/fritz/archive/tags/DevWeek2009/default.aspx">DevWeek2009</category></item></channel></rss>