<?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 pilotbob</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/pilotbob/Comments/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>pilotbob</title>
		<link></link>
	</image>
	<description></description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 17:15:33 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 17:15:33 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Building Web Apps with ASP.NET Jump Start: (04) Building a Service Layer with ASP.NET Web API</title>
		<description>
			<![CDATA[<p>@ecrap Yes, you&nbsp;absolutely&nbsp;can.&nbsp;</p><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-04-Building-a-Service-Layer-with-ASPNET-Web-API#c634998223761750539</link>
		<pubDate>Mon, 25 Mar 2013 15:32:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-04-Building-a-Service-Layer-with-ASPNET-Web-API#c634998223761750539</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: A look at ASP.NET MVC 4</title>
		<description>
			<![CDATA[<p>I am so happy to see that a bug reported to MS that they have closed as &quot;can't duplicate&quot; happened to Scott Gu on stage in front of thousands of people and is recorded and posted here on Channel 9.</p><p>OH, actually they changed it to resolved... in VS 11. Wait what?! This bug is a major productivity issue.&nbsp;</p><p><a href="https://connect.microsoft.com/VisualStudio/feedback/details/665418/some-keyboard-keys-stop-working">https://connect.microsoft.com/VisualStudio/feedback/details/665418/some-keyboard-keys-stop-working</a></p><p>Please, someone that cares about the quality of VS 2010 get this back ported and released as a hot fix or patch. I can deal with VS being slow and hanging for seconds every now and then... but stopping to respond to the keyboard and mouse clicks is not acceptable.</p><p>&nbsp;</p><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/TechDays/Techdays-2012-the-Netherlands/2364#c634652865244766820</link>
		<pubDate>Sun, 19 Feb 2012 22:15:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/TechDays/Techdays-2012-the-Netherlands/2364#c634652865244766820</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Building Data-centric N-tier Applications with jQuery</title>
		<description>
			<![CDATA[ <pre>Where is the high quality WMV download?<br><br>BOb</pre><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM05#c634384859320000000</link>
		<pubDate>Fri, 15 Apr 2011 17:38:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM05#c634384859320000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: CDC - Change Data Capture SQL Server 2008</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">MaurizioR wrote:</div>
<div class="quoteBody">&#65279;Yes, it is an exiciting feature.<br />My concern is about the security trace: is it possibile to trace the current user application name ?<br /><br />Normally we connect application to SQL using a unique trusted connection (windows authentication), but we are interested to log all db changes along with the current logged (application) user; otherwise we know the db changes but not who made them.<br /></div>
</blockquote>
<br /><br />With triggers we would do this by getting the user_name from sql and we could insert it into the audit tables. This works well as long as you have a two tier application with each user having thier own connection.<br /><br />With 3-Tier or web apps you are unable to use the user_name since you are probably using a single user id or connection pooling. So, what we would do is add a field or fields to each table that the application would populate on each insert/update. This way
 the audit data could capture who made the change. For delete I guess you would have to get creative like not allowing record deletes and just setting a delete flag... or you could update the record with all blank/null values prior to deleting it.<br /><br />I would assume that you could do a similar thing with CDC?<br /><br />BOb<br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008#c633350999630000000</link>
		<pubDate>Sat, 05 Jan 2008 03:19:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008#c633350999630000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: LINQ to DataSet</title>
		<description>
			<![CDATA[I can't seem to view this, nor save it. Is it just me? I usually right click on the button and save targe as... I get an error. I also get an error when I just try to click on the button.<br>
<br>
BOb<br>
<br>
Edit: Doh! I as able to download from the link in the description.<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/DanielMoth/LINQ-to-DataSet#c633330740640000000</link>
		<pubDate>Wed, 12 Dec 2007 16:34:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/DanielMoth/LINQ-to-DataSet#c633330740640000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Refactoring in Visual Basic with Refactor!</title>
		<description>
			<![CDATA[BTW: Those &quot;little chevrons&quot; are markers. If you press ESC key it will bring you back to that location. This is a code rush feature that apparenlty they carried over into Refactor!.<br>
<br>
So, after you do a refactoring press the ESC key will bring you back to where you were.<br>
<br>
BOb<br>
(Member of the VFP Knitting Guild)<br>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/funkyonex/Refactoring-in-Visual-Basic-with-Refactor#c633330683660000000</link>
		<pubDate>Wed, 12 Dec 2007 14:59:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/funkyonex/Refactoring-in-Visual-Basic-with-Refactor#c633330683660000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Pablo Castro, Britt Johnston, Michael Pizzo: ADO.NET Entity Framework - One Year Later</title>
		<description>
			<![CDATA[
<p>MS had a web cast on this... can't remember if it was on EntityFW or on LINQ to SQL... but the [main] differences as it explained them:</p>
<p>Linq to SQL</p>
<p>1. Only suports SQL Server</p>
<p>2. One to one mapping from Table to Object (although the Linq to SQL designer does seem to have inheritence stuff in it... so I'm not sure if this is 100% true.)</p>
<p>EnityFramework</p>
<p>1. Provider based data model to support multiple back ends.</p>
<p>2. An object (entity) can be mapped to multiple tables.</p>
<p>This tells me I need to be using the EntityFramework. Item 1 doesn't bother me since all of my projects are SQL server. But, I want to do DDD and it doesn't look like Linq to SQL is really&nbsp;designed for that.</p>
<p>So, I still don't understand why we (Microsoft) have both projects. I think the Linq to SQL should be dropped and all resources should be invested in the EntityFramework. It has better design goals and is a superset of Linq to SQL.
</p>
<p>BOb</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pablo-Castro-Britt-Johnston-Michael-Pizzo-ADONET-Entity-Framework-One-Year-Later#c633275547920000000</link>
		<pubDate>Tue, 09 Oct 2007 19:26:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pablo-Castro-Britt-Johnston-Michael-Pizzo-ADONET-Entity-Framework-One-Year-Later#c633275547920000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Pablo Castro, Britt Johnston, Michael Pizzo: ADO.NET Entity Framework - One Year Later</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">clintsinger wrote:</div>
<div class="quoteBody">&#65279;
<p>First of all, fascinating project.</p>
<p>I do have a question though.&nbsp; Currently in VS 2008 Beta 2 there is a new item which is LINQ to SQL which creates a couple files including a mapping to the database which can be queried using LINQ.&nbsp; You also get a design surface that looks similar to the
 Entities Design Surface.<br /><br />What are the differences between the two (ie, why do they both exist) and why would one use one or the other?<br /></p>
</div>
</blockquote>
<br /><br />Excellent question. It seems like MS has been trying to give us an O/R Mapping type product/services since the Object Spaces annoucment. Since then it has been false start after false start. I remember that Italian guy doing a C9 demo on Object Spaces years
 ago... where did he go?<br /><br />Now, it seems like you have two competing technologies that actually might ship. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' />&nbsp;I see alot of overlap between the two and also each has some features the other doesn't have.
<br /><br />Do these two teams know about each other? Why not merge the projects and come up with a single, consistent set of libraries to solve the problem of moving data from relational to object model.<br /><br />Also, is there an Object first design paradim that you can do. I understand why all of these demos reverse engineer a db... but, can I create an object model first and then have in create my schema for me?<br /><br />The LINQ to SQL objects also have partial method hooks that allow you to add business rules/validations to them. Is there anything like that in the Entities? Are the entities designed to also be the DTO's or are the entities just a way to tell link how to shape
 the objects that are returned from queries.<br /><br />Confused,<br /><br />BOb<br /><p></p>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pablo-Castro-Britt-Johnston-Michael-Pizzo-ADONET-Entity-Framework-One-Year-Later#c633242601190000000</link>
		<pubDate>Sat, 01 Sep 2007 16:15:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pablo-Castro-Britt-Johnston-Michael-Pizzo-ADONET-Entity-Framework-One-Year-Later#c633242601190000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Open XML SDK CTP Released - What is it?</title>
		<description>
			<![CDATA[Where's the DEMO?!!! Show the code guys... this is Channel 9 after all, isn't it?<br /><br />BOb<br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Open-XML-SDK-CTP-Released-What-is-it#c633169353670000000</link>
		<pubDate>Fri, 08 Jun 2007 21:36:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Open-XML-SDK-CTP-Released-What-is-it#c633169353670000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Meet the Project Jasper Team</title>
		<description>
			<![CDATA[Hmm...kind of looks like sub-sonic. Although sub-sonic is all strongly typed and no late binding.
<br>
<br>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Rory/Meet-the-Project-Jasper-Team#c633143665200000000</link>
		<pubDate>Thu, 10 May 2007 04:02:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Rory/Meet-the-Project-Jasper-Team#c633143665200000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Mixin&#39; it up with Beth and Ray: MIX07 Under the Hood</title>
		<description>
			<![CDATA[
<blockquote>
<div>eagle wrote:</div>
<div>&#65279;Was that green apple some sort of subliminal advertising?</div>
</blockquote>
<br /><br />What about the Heineken? MS must be more of a cool place to work than I thought originally.<br /><br />BOb<br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Mixin-it-up-with-Beth-and-Ray-MIX07-Under-the-Hood#c633109911380000000</link>
		<pubDate>Sun, 01 Apr 2007 02:25:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Mixin-it-up-with-Beth-and-Ray-MIX07-Under-the-Hood#c633109911380000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: : Continuous Integration with Team Build “Orcas”</title>
		<description>
			<![CDATA[
<p>Looks great... a few questions...</p>
<p>1. It looks like the build agent is actually a dummy/slave machine and it is actually the TFS that monitors checkins and when a build is needed it tells a build agent to run that build. Is this the case? If so, can you have a pool of build agents rather
 than specifiying a specific agent for a specific build?</p>
<p>2. The build status UI looked like it was passive... in other words you actually had to decide to look at the build status screen to see if one failed or whatever. Is there any type of notifications that just pop-up if a build fails... sort of like cctray?
 CCtray makes things so easy... you can basically ignore it but a quick glance without opening any UI dialog and you can tell the status via the Green-Yellow-Red indications.</p>
<p>3. Is there any labeling in source control that corresponds to a build? This could perhaps be used because a build is compiled as Debug for testing but then when we decide to release the build we want to actually rebuild from the same source to create a
 release/install package. Or, is this just part of the build project file itself? (Sorry we have worked with TFS build at all yet.)</p>
<p>4. How easy is it to add additional build steps like perhaps running FxCop or Simian or Fitnesse tests? Can the reports from those third party tools be integrated into the data warehouse?</p>
<p>Thanks.</p>
<p>BOb</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Rory/-Continuous-Integration-with-Team-Build-Orcas#c633098300800000000</link>
		<pubDate>Sun, 18 Mar 2007 15:54:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Rory/-Continuous-Integration-with-Team-Build-Orcas#c633098300800000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Windows Vista &amp;quot;Time Warp&amp;quot;: Understanding Vista&#39;s Backup and Restore Technologies</title>
		<description>
			<![CDATA[Ok, I admit I am a little confused. Does this take snapshots are predefined intervals or does it version a file everytime it is saved? So, if I save my document at 10:00 AM... then make a change and save it at 10:10 AM do I get both versions? Or, is that
 considered one change because it was saved between snapshot intervals?<br /><br />Also, any chance NTFS will support the recycle bin? It seems at this time (XP) it is a shell feature cause I only get files in the recycle bin if I delete using explorer? But, if I use command line or some other app those files aren't put in the recycle. I
 would love to see the recycle bin be a file system feature.<br /><br />THanks,<br />BOb<br /><br /><br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Windows-Vista-quotTime-Warpquot-Understanding-Vistas-Backup-and-Restore-Technologies#c633081465210000000</link>
		<pubDate>Tue, 27 Feb 2007 04:15:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Windows-Vista-quotTime-Warpquot-Understanding-Vistas-Backup-and-Restore-Technologies#c633081465210000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: IView at Microsoft: Meet the Team</title>
		<description>
			<![CDATA[What are you guys thinking? A rich native app that runs on both Windows and MAC (what no Linux version?)<br /><br />Don't you read Gartner and listen to Ray Ozzie? The windows platform is DEAD! Web 2.0 is taking over the world. No one is buying traditional PC app's anymore.<br /><br />Get with the program!<br /><br /><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/IView-at-Microsoft-Meet-the-Team#c632976530420000000</link>
		<pubDate>Sat, 28 Oct 2006 17:24:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/IView-at-Microsoft-Meet-the-Team#c632976530420000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Windows Vista: Ready for ReadyDrive</title>
		<description>
			<![CDATA[
<p>I don't understand why this would/should be limited to Vista... This seems like the caching should be controlled in the drive firmware rather than the OS.<br /><br />I would expect that you will soon see the cache utilization built right into the drive firmware so you get the same benefits of a flash cached hard drive.
<br /><br />This is not&nbsp;much different from&nbsp;SQL servers cache. The main difference is that you are using non-volitile ram rather than dram... so on power off the cache remains and can be used for booting as well. But, Personally, I leave my PC on all the time, so boot
 up time isn't a big deal. <br /><br />BOb<br /></p>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Windows-Vista-Ready-for-ReadyDrive#c632951009280000000</link>
		<pubDate>Fri, 29 Sep 2006 04:28:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Windows-Vista-Ready-for-ReadyDrive#c632951009280000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Jason Zander on the WinFX to .NET FX 3.0 rename</title>
		<description>
			<![CDATA[
<p>Another small point. My understanding was that the name WinFx was used because it was the underlying API of windows Vista which would be built on top of WinFx.
</p>
<p>It is apparent that this didn't happen. Se la vi.</p>
<p>BOb</p>
<p>&nbsp;</p>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Duncanma/Jason-Zander-on-the-WinFX-to-NET-FX-30-rename#c632904080930000000</link>
		<pubDate>Sat, 05 Aug 2006 20:54:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Duncanma/Jason-Zander-on-the-WinFX-to-NET-FX-30-rename#c632904080930000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Jason Zander on the WinFX to .NET FX 3.0 rename</title>
		<description>
			<![CDATA[Jason,<br>
<br>
Something that wasn't addressed that I kept expecting the intervier to ask is how the Visual Studio version relates to the NetFx version?<br>
<br>
Currently, correct me if I am wrong, but if you want to&nbsp;target .NetFx1.0 app you MUST use VS.Net. If you want to target .NetFx&nbsp;1.1 you MUST use VS.Net 2003.<br>
<br>
Now that VS 2005 is out, it seems to allow you to target&nbsp;.NetFx 2.0&nbsp;and 3.0.&nbsp;But, you can't target&nbsp;.NetFx 1.1 with VS 2005.&nbsp;(Yes, I know you can use BEE to compile from VS 2005 to&nbsp;1.1, but there is nothing in the IDE to ensure that you only use/reference DLL's
 and features of the 1.1 framework.)<br>
<br>
So,&nbsp;now you say NetFx 3.5 (for example) is&nbsp;the next &quot;version&quot; of the framework. Will I be able to target that with VS 2005? Or, will I be required to upgrade to VS.Next?<br>
<br>
Also, will VS.Next be able to target .NetFx&nbsp;3.0 and 2.0 as well as 3.5 while still giving me the new IDE features of VS.Next?<br>
<br>
In other words, are there plans to decouple the VS&nbsp;(IDE) version from the framework version and allow tools in the IDE to target a specific .NetFx version?
<br>
<br>
I know sometimes the new IDE requires the new Fx version to run. That was the excuse as to why you can't use VS 2005 to target&nbsp;.NetFx 1.1 apps. But, it didn't make sense. I have no problem installing .NetFx 2.0 in order to get the VS 2005 features&nbsp;while still
 wanting to target 1.1&nbsp;NetFx.<br>
<br>
Can you tell I hate having to drop back to VS.Net 2003 to work on my .NetFx 1.1 apps. ???!<br>
<br>
BOb<br>
<br>
<br>
&nbsp;<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Duncanma/Jason-Zander-on-the-WinFX-to-NET-FX-30-rename#c632904079470000000</link>
		<pubDate>Sat, 05 Aug 2006 20:52:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Duncanma/Jason-Zander-on-the-WinFX-to-NET-FX-30-rename#c632904079470000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Polita Paulus - BLINQ</title>
		<description>
			<![CDATA[
<blockquote>
<div>schrepfler wrote:</div>
<div>&#65279;Looks very promising, what I object is that it's still data driven. You generate a new set of classes that abstract a database (which might be usefull), but why generate new classes if you already have your own set of the domain in question? I believe
 a coherent Model Driven solution should also exist and I guess with entities the true ORM nature should allow us to use our domain objects directly. At this point we can see a convergence between the approaches of both Java and .Net on persistence and object-relational
 mapping except that .Net integrates the queries directly in the language.<br>
</div>
</blockquote>
<br>
<br>
Sounds like you need to read the SQL Server manual. Since 7.0 there is no advantage to running a query that is in a stored proc over one that is sent via the connection.
<br>
<br>
As a matter of fact there can be a disatvantage in that the first time you run the stored proc, the execution plan is optimized for the specific parameters that you pass in. Your next call to that proc may have a faster execution plan but the existing one will
 be used since it is from a already run proc.<br>
<br>
Also, dynamic query's execution plans are cached, so if the same query comes in again the previous execution plan is reused.<br>
<br>
You may want to look at some of Kim Tripp's web casts on SQL performance optimization where she actually demonstrates that even using dynamic SQL in an SP can dramatically increase performance.<br>
<br>
BOb<br>
<br>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/WM_IN/Polita-Paulus-BLINQ#c632904068320000000</link>
		<pubDate>Sat, 05 Aug 2006 20:33:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/WM_IN/Polita-Paulus-BLINQ#c632904068320000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: ADO.NET Entity Framework: What. How. Why.</title>
		<description>
			<![CDATA[Well, it seems object spaces isn't dead afterall. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><br /><br />Anyway... do you see this framework simply as a DAL tier feature? Are the entities that are generated basically a container for metadata? Or, can the entities be used as business objects? In other words, can the entities contain business rules or are they more
 like data transfer objects (DTO's) that have no encapsulated code.<br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/ADONET-Entity-Framework-What-How-Why#c632903993500000000</link>
		<pubDate>Sat, 05 Aug 2006 18:29:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/ADONET-Entity-Framework-What-How-Why#c632903993500000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Kids Programming Language</title>
		<description>
			<![CDATA[
<blockquote>
<div>dotnetjunkie wrote:</div>
<div><br /><br />You should have&nbsp;started with&nbsp;C# about 5 years ago...<br /><br />Do you&nbsp;realize that .NET is almost 10 years old (9 years by the end of 2006)?!<br /></div>
</blockquote>
<br /><br />What? I think your math is off. Wasn't the first release of .Net 1.0 and Visual Studio 2002 in 2002 (or was it the end of 2001?).<br /><br />Either way, I don't get nine years. Perhaps you are counting the 4 years it was in development?<br /><br />BOb<br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Kids-Programming-Language#c632770963400000000</link>
		<pubDate>Sat, 04 Mar 2006 19:12:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Kids-Programming-Language#c632770963400000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Kids Programming Language</title>
		<description>
			<![CDATA[
<blockquote>
<div>TommyCarlier wrote:</div>
<div>
<blockquote>Current plan is to simply call it <b>KPL</b> </blockquote>
</div>
</blockquote>
<br /><br />Which could stand for KISS Programming Language...<br /><br />We all know what KISS stands for...<br /><br />Keep it silly simple<br />Keep it simple and straightforward<br />etc...<br /><br />BOb<br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Kids-Programming-Language#c632770957910000000</link>
		<pubDate>Sat, 04 Mar 2006 19:03:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Kids-Programming-Language#c632770957910000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Robert Fripp - Behind the scenes at Windows Vista recording session</title>
		<description>
			<![CDATA[
<blockquote>
<div>Steve J. wrote:</div>
<div>Fripp is a fantastic musician, no question, but what does this news really mean? Vista will always crash with a good sound. Nothing more, nothing less. BTW: Did M$ work out already to play a sound while a blue screen appears?</div>
</blockquote>
<br /><br />What OS are you running? Win 95 or 98? Man, I haven't had a Windows machine crash on me for years... perhaps back with Win 2000, and generally it was the video driver that cause the fault, not MS code.<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session#c632722570280000000</link>
		<pubDate>Sat, 07 Jan 2006 18:57:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session#c632722570280000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Lori Lamkin - Making things better on Visual Studio Team Foundation team</title>
		<description>
			<![CDATA[
<p>It sounded to me that Lori (spelled the same as my wife's name) described a &quot;Program Manager&quot; as what I would think of a &quot;Product Manager&quot;.<br>
<br>
Can someone here give the MS description of each job and how they differ?<br>
<br>
Thanks,<br>
BOb<br>
</p>
<p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/WM_IN/Lori-Lamkin-Making-things-better-on-Visual-Studio-Team-Foundation-team#c632722554480000000</link>
		<pubDate>Sat, 07 Jan 2006 18:30:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/WM_IN/Lori-Lamkin-Making-things-better-on-Visual-Studio-Team-Foundation-team#c632722554480000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Tim Sneath - Inside Windows Vista Printing</title>
		<description>
			<![CDATA[This stuff looks cool.<br /><br />A question on the DRM and Digital Signature. <br /><br />As a developer of a web based finanicals application two things we constantly get requests for...<br /><br />1. Users want a direct to printer experience. The feeling is since the checks are printed and renedered to PDF on the server and send to the client, these PDFs can be saved and they are unsecure.<br /><br />2. Users want a secure way to generate a &quot;wet signature&quot; on the check. Basically we are using Sig Cartaridge with a sig font on it. Some what better but still not 100% secure.<br /><br />Will XPS solve&nbsp;these problems? <br /><br />Can a MIME Type be set up so that a check run generated on the web server will be sent directly to the users printer?&nbsp;Or something?<br /><br />Is there anyway an XPS document can be protected so that only a certain person, perhaps a person with that card you showed would be able to print the doc? It seemed that you demonstrated the reverse where the scanned doc would be digitally signed by the smart
 card?<br /><br />Thanks,<br />BOb<br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Tim-Sneath-Inside-Windows-Vista-Printing#c632681416000000000</link>
		<pubDate>Mon, 21 Nov 2005 03:46:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Tim-Sneath-Inside-Windows-Vista-Printing#c632681416000000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
	<item>
		<title>Re: Eddie Churchill - Biztalk&#39;s sexy new XSLT Mapper</title>
		<description>
			<![CDATA[
<blockquote>
<div>echurchill wrote:</div>
<div>
<p>They might be able to give you a better idea when a standalone version might be available.</p>
<p>Glad you like what you saw. There is a lot more but that was all we were allowed to show. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
</div>
</blockquote>
<br /><br />Eddie,<br /><br />I gotta say, you are halarious. One of the more entertaining presenters that I have seen on Channel9 thus far.
<br /><br />As far as tick marks in the scroll bar, ReSharper uses them&nbsp;to indicate &quot;issues&quot; that it finds in your code. If you hover over them you get a tool tip with the problem and can choose if/how you want them fixed. Not sure if they were the first to use them. Maybe
 they patented them?<br /><br />I also agree with the others. The XSLT mapper would be a great add-in to the XML tools in Whidbey. Have you shown this stuff to Yag and Ken Levy?<br /><br />Now, get back to work.<br /><br />BOb<br /><p>posted by pilotbob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Eddie-Churchill-Biztalks-sexy-new-XSLT-Mapper#c632656412620000000</link>
		<pubDate>Sun, 23 Oct 2005 05:14:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Eddie-Churchill-Biztalks-sexy-new-XSLT-Mapper#c632656412620000000</guid>
		<dc:creator>pilotbob</dc:creator>
	</item>
</channel>
</rss>