<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.neudesic.com/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>David Pallmann's Blog</title><link>http://blogs.neudesic.com/blogs/david_pallmann/default.aspx</link><description>David Pallmann, Principal Consultant, Neudesic</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60217.2664)</generator><item><title>SOA/WCF talks at San Diego Code Camp</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/06/27/183.aspx</link><pubDate>Tue, 27 Jun 2006 23:24:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:183</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/183.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=183</wfw:commentRss><description>I meant to post this before the event but neglected to. Over the weekend I spoke on SOA and WCF at the San Diego Rock and Roll Code Camp held at the UCSD extension in La Jolla, CA (http://www.socalcodecamp.com/).
&lt;p&gt;
I participated in 5 sessions with my esteemed Neudesic colleague Chris Rolon:
&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;SOA - first principles, benefits, and best practices&lt;/li&gt;
&lt;li&gt;Introduction to WCF - full tour of capabilities and many code demos&lt;/li&gt;
&lt;li&gt;WCF Deep Dive - here Chris and I just build anything the group wants in an hour&lt;/li&gt;
&lt;li&gt;WCF Design Patterns - survey of popular design patterns (mostly Gregor Hohpe's) and how you would implement them using WCF&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
I've given these talks before, but they continue to get more and more refined over time. I'm also starting to work the ESB concept into these talks, as I believe it's the ESB that puts the A in SOA and makes large collections of autonomous services manageable.
&lt;p&gt;
The WCF Deep Dive is always very interesting. Chris and I just ask the room what they want to build--absolutely anything--and we try to pull it off on an hour. When we did this at Desert Code Camp a month or so ago in Phoenix, we built a service and client that did business oriented work, submitting purchase orders. This time, the room wanted to see security at work, including determining the Windows identity of a client and limiting some service methods to users with specific authorizations. Not a problem, since Chris is Mr. Security at Neudesic, but we did have to scramble a bit to remember the fine details of setting security properties in code and config. It's always a little challenging to "fly without a net" like this, but it's a really good way to make sure we know our subject matter well. And, it's fun.
&lt;p&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=183" width="1" height="1"&gt;</description></item><item><title>CD Recording</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/05/26/130.aspx</link><pubDate>Sat, 27 May 2006 05:26:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:130</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/130.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=130</wfw:commentRss><description>This week I did something new and interesting: I recorded my first music CD. No, it's not David Pallmann solo or anything like that. My wife and I are part of a very dynamic church choir which numbers 40-60 people depending what time of year it is. Our director is very gifted, works us hard, and we perform concerts 4 or 5 times a year. We sing many different kinds of music, from hymns to modern music. The CD we just recorded is Gospel music.
&lt;P&gt;
So what's it like to record a CD? Everyone wears headphones, so they can hear the accompaniment without it clouding the vocal tracks that are being recorded. Obviosuly you have to work hard to sound your best and suffer through many takes of each piece. As with live concerts, you have to avoid making unwanted noise such as loud page turning. And this might be surprising, but an important consideration is movement. Our director believes you have to be moving and smiling to really do justice to music, and that this comes through on a recording and makes a big difference in the final result. From what I've seen (er, heard) he's right, it's a night and day difference.

&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=130" width="1" height="1"&gt;</description></item><item><title>Weighing in on SOA</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/05/25/124.aspx</link><pubDate>Thu, 25 May 2006 08:33:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:124</guid><dc:creator>david.pallmann</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/124.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=124</wfw:commentRss><description>I first wrote about service orientation in the opening chapters of Programming Indigo, where I dutifully enumerated Don Box's 4 tenets and explained them in the context of WCF application programming. That was a whole year ago, and there have been many SOA developments since. I've found myself immersed in many service oriented customer projects and I also regularly present on SOA and WCF at code camps and other events around the country. So it's time to start blogging my thoughts on SOA. To kick it off, I'll give you my opinion about where SOA is today.
&lt;P&gt;
First, let's dispense of the silly SO vs. SOA acronym argument. Some folks don't feel the term 'architecture' is justified, others do. Why is that? If I may, I'd like to remind everyone that there's a lot of disagreement on what 'architecture' is. If the word architecture makes you think of something very defined and standardized, like an OSI network stack, then I understand your hesitancy because we don't have a general architecture (noun) like that for service orientation yet. But service orientation is certainly an architectural consideration, and an important one at that; any time I architect an enterprise solution I begin by figuring out the boundaries of communication, security, etc. So I personally find the term Service Oriented Architecture perfectly appropriate. Ultimately, I think SOA will win over SO if for no other reason that it's the more catchy acronym.
&lt;P&gt;
How far can we advance SOA when it's still the subject of much debate? I liken SOA to a hurricane. Sure, there's a lot of chaos at the edges as debates rage on,  both technically and politically motivated. But in the eye of the storm there is calm, because there is general agreement on the spirit of SOA: message-based communication, loose coupling, autonomy of services. SOA is young and will continue to be refined, but it's real enough to talk about meaningfully and put into practice.
&lt;P&gt;
To make SOA real and practical for people, we have to go beyond the 4 tenets. At Neudesic, we've been doing a lot of thinking about all things SOA. One very interesting group exercise we went through was to collectively list everything we could think of related to SOA, then categorize the items into first principles, benefits, and best practices. This was very illuminating, and also very surprising. I expected many arguments to arise as part of the process; instead, there was a great deal of consensus and only occasional differences of opinion.  I'll share our findings on this in a separate article in the near future.
&lt;P&gt;
One recent development that shows SOA is progressing is William Oellermann's Enterprise Service Oriented Maturity Model (ESOMM). ESOMM describes stages an enterprise can go through to more deeply embrace SOA. At the onset, enterprises have casual hosting or consumption of services. By the final stage, enterprise are aggregating and orchestrating  services in sophisticated ways.
&lt;P&gt;
One thing that's become very clear about SOA is that in an enterprise setting customers need a central way to configure, monitor, and manage those decentralzed services. Enter the Enterprise Service Bus (ESB), which provides just those capabilities. I'm skeptical enterprises will move beyond fringe use of services unless they have the centralized control (or the illusion thereof) an ESB provides. I'm doing a lot of ESB work and will have more to share about that in the future as well.
&lt;P&gt;
WCF is obviously a great technology for SOA work, as it was designed with service orientation in mind. As good as WCF is, we could wish for a few more SOA features going forward. Discovery of services, so we no longer need to have addresses in our code or config files. Publish-Subscribe communication over topics. Dynamic reconfiguration of running services. Perhaps we'll see some of these in subsequent versions. If not, the good news is you can build these things yourself here and now without too much trouble on top of WCF.&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=124" width="1" height="1"&gt;</description><category domain="http://blogs.neudesic.com/blogs/david_pallmann/archive/category/1011.aspx">SOA</category></item><item><title>Speaking on WCF at Desert Code Camp May 6</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/04/21/99.aspx</link><pubDate>Fri, 21 Apr 2006 09:33:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:99</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/99.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=99</wfw:commentRss><description>The Phoenix-Tempe (AZ) area is hosting a Desert Code Camp on May 6th. I'll be giving 4 presentations, 2 of them with Chris Rolon:
 
&lt;UL&gt;&lt;LI&gt;Service Orientation / SOA (Pallmann)
&lt;LI&gt;Introduction to WCF (Rolon and Pallmann)
&lt;LI&gt;WCF Design Patterns (Pallmann)
&lt;LI&gt;WCF Deep Dive (Rolon and Pallmann)
&lt;/UL&gt;

To sign up, visit http://www.desertcodecamp.com
&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=99" width="1" height="1"&gt;</description></item><item><title>SCRUM, Agile Methodologies, and Change</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/02/10/48.aspx</link><pubDate>Sat, 11 Feb 2006 03:46:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:48</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/48.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=48</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;I've just had some training on SCRUM and Agile methodologies. Of course I've read about Agile and XP for several years now, but now I'm being invited to really dive in and apply these concepts more formally to future projects. If you want to get a quick feel for philosophy, read the &lt;A href="http://agilemanifesto.org/"&gt;Agile Manifesto&lt;/A&gt;. About half of what I heard are things I think I'm already doing with project teams: be adaptive and flexible, perform iterative development, deliver working software early, work off a backlog list, be willing to do architecture and design and use cases and requirements gathering somewhat in parallel when necessary, don't be afraid to throw away code, and so forth. The big driving idea here seems to be that there is going to be a lot of change, more than anybody expects, in any project--so treat change as a big part of the job, not as a nuisance or something to be avoided.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Which leads me to change, and our attitude toward it. Most programmers seem to resent change, mostly perhaps becuase it means discarding hard work and starting over at times. I have long maintained that there are 4 stages to programmer maturity:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;The 4 Stages of Programmer Maturity&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;1. Resist Change.&lt;BR&gt;2. Tolerate Change.&lt;BR&gt;3. Expect Change.&lt;BR&gt;4. Embrace Change.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;That's right, embrace change. It's a chance to do things better. Do you remember early in your career, when you finished your first or second really large project? If you're like me, you wished you could do it all over again, because now you could do an even better job. Somewhere over the years, programmers get jaded and prickly about change. Instead, when we get a massive change request we should think of it as an opportunity to do something even better. When we have to throw away code, we shouldn't think of it as a wasted effort: the code may be discarded but it still pays dividends as a stepping stone to refinement of the solution you are building.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=48" width="1" height="1"&gt;</description><category domain="http://blogs.neudesic.com/blogs/david_pallmann/archive/category/1004.aspx">Development Process and Methodologies</category></item><item><title>WCF Presentation from Southern California Code Camp</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/01/24/27.aspx</link><pubDate>Wed, 25 Jan 2006 03:33:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:27</guid><dc:creator>david.pallmann</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/27.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=27</wfw:commentRss><description>&lt;DIV&gt;&lt;FONT face=Verdana size=2&gt;I presented "A Guiided Tour ofWCF" talk at the Southern California Rock 'n' Roll Code Camp last weekend. There was a good turnout and a lot of interest in WCF. In addition to my overview talk, &lt;/FONT&gt;&lt;A href="http://www.thatindigogirl.com/"&gt;&lt;FONT face=Verdana color=#226973 size=2&gt;Michele Bustamante &lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;presented three talks on WCF particulars, including one on&amp;nbsp;security.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana size=2&gt;Here's a like to my &lt;/FONT&gt;&lt;A&gt;&lt;FONT face=Verdana color=#226973 size=2&gt;slide deck &lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;for those interested. The &lt;/FONT&gt;&lt;A&gt;&lt;FONT face=Verdana color=#226973 size=2&gt;code examples &lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;are also available, which are largely updated examples from my book, &lt;EM&gt;Programming Indigo&lt;/EM&gt;.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=27" width="1" height="1"&gt;</description><category domain="http://blogs.neudesic.com/blogs/david_pallmann/archive/category/1000.aspx">WFC</category></item><item><title>'Programming Indigo' code samples updated for January '06 WFC CTP</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/01/21/25.aspx</link><pubDate>Sun, 22 Jan 2006 04:17:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:25</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/25.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=25</wfw:commentRss><description>&lt;DIV&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;They just can't leave WCF alone, can they? :) This week, I got myself up and running on the January 2006 CTP and upgraded all of the code samples to work. I had motivation--I had to speak and demo WCF at Southern Calfornia Code Camp this morning and wanted to be on the latest and greatest. Well, I got it all finished and my talk went great. It's nice to have a full set of demos that work on the latest bits.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;I've sent the updated code samples to MS Press to be posted on the book's companion site. You can also get the updated code samples here. Enjoy.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://homepage.mac.com/pallmann.family/.Public/ProgrammingIndigoCode.zip"&gt;&lt;FONT face=Arial color=#226973 size=2&gt;http://homepage.mac.com/pallmann.family/.Public/ProgrammingIndigoCode.zip&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=25" width="1" height="1"&gt;</description><category domain="http://blogs.neudesic.com/blogs/david_pallmann/archive/category/1000.aspx">WFC</category></item><item><title>Go Live licenses available for WCF</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/01/18/23.aspx</link><pubDate>Thu, 19 Jan 2006 07:04:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:23</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/23.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=23</wfw:commentRss><description>&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Now you can use WCF in production:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;"Microsoft today announced the availability of Go Live licenses for Windows Communication Foundation and Windows Workflow Foundation technologies. Along with the WinFX January Community Technology Preview, these new resources are meant to give millions of .NET developers a leg up on next-generation application design. All three releases are available now from the MSDN Download Center. " &lt;/FONT&gt;&lt;A href="http://www.irishdev.com/NewsArticle.aspx?id=1739"&gt;&lt;FONT face=Arial color=#226973 size=2&gt;http://www.irishdev.com/NewsArticle.aspx?id=1739&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=23" width="1" height="1"&gt;</description><category domain="http://blogs.neudesic.com/blogs/david_pallmann/archive/category/1000.aspx">WFC</category></item><item><title>List of WCF Changes</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/01/11/22.aspx</link><pubDate>Thu, 12 Jan 2006 03:33:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:22</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/22.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=22</wfw:commentRss><description>&lt;FONT face=Tahoma size=2&gt;Ed Pinto of the WCF team has posted a nice definitive list of changes to Indigo/WCF this year at &lt;/FONT&gt;&lt;A href="http://blogs.msdn.com/edpinto/archive/2005/12/14/503811.aspx"&gt;&lt;FONT face=Tahoma color=#004377 size=2&gt;http://blogs.msdn.com/edpinto/archive/2005/12/14/503811.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt;. If you're looking to get up the speed on all the changes since Indigo beta 1, this is a good place to start.&lt;/FONT&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=22" width="1" height="1"&gt;</description><category domain="http://blogs.neudesic.com/blogs/david_pallmann/archive/category/1000.aspx">WFC</category></item><item><title>Code Examples Updated At Last for Programming Indigo</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/01/08/20.aspx</link><pubDate>Mon, 09 Jan 2006 05:11:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:20</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/20.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=20</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Georgia size=2&gt;No sooner did &lt;EM&gt;Programming Indigo&lt;/EM&gt; come out earlier this year on the heels of Indigo Beta&amp;nbsp;1 when a few months later at the PDC we were introduced to a revised edition in the form of a community technology preview (CTP), now christened&amp;nbsp;Windows Communication Foundation, with a refactored programming model. That meant new names and combinatorics to learn for attributes, classes, and configuration elements.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Georgia size=2&gt;No sooner did I get the books' code samples converted to the September PDC CTP&amp;nbsp;when another community technology preview came out, and then another, with more changes. Between the constant updates and my day job, to which I must give priority, it's been slow going figuring out how WCF has changed and then amending my code samples. In fact, 'm not completely done yet, but I have most of them updated to current WCF (the bits in the Nov and Dec CTP) and have just turned them over to MS Press. They should be posted very soon now on the book's support site. I'm still working on updating the code for the three case study chapters.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I'll post the URL here once I see the updates have been posted. Or you can get the samples ported thus far from here: &lt;A href="http://homepage.mac.com/pallmann.family/.Public/ProgrammingIndigoCode.zip"&gt;http://homepage.mac.com/pallmann.family/.Public/ProgrammingIndigoCode.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=20" width="1" height="1"&gt;</description><category domain="http://blogs.neudesic.com/blogs/david_pallmann/archive/category/1000.aspx">WFC</category></item><item><title>Debut of my Neudesic Blog</title><link>http://blogs.neudesic.com/blogs/david_pallmann/archive/2006/01/04/17.aspx</link><pubDate>Thu, 05 Jan 2006 06:06:00 GMT</pubDate><guid isPermaLink="false">4de385cc-dd5e-41d6-9ee9-5129d7639371:17</guid><dc:creator>david.pallmann</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.neudesic.com/blogs/david_pallmann/comments/17.aspx</comments><wfw:commentRss>http://blogs.neudesic.com/blogs/david_pallmann/commentrss.aspx?PostID=17</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Georgia size=2&gt;It's a new year, and a new blog for me now that Neudesic has a blog server. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Georgia size=2&gt;I'm still going to keep my blog on MSN (&lt;A href="http://spaces.msn.com/members/davidpallmann/"&gt;http://spaces.msn.com/members/davidpallmann/&lt;/A&gt;) alive, at least for the time being--a lot of people look there for information about WCF/Indigo and my book, "Programming Indigo". &amp;nbsp;So anything WCF related will probably appear in both blogs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Georgia size=2&gt;My chief sin in blogging is not doing it often enough. For 2006, I'm going to try to do better. That resolution should be a lot easier to keep than, say, losing weight.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=17" width="1" height="1"&gt;</description></item></channel></rss>