<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>David Mohundro - Conferences</title>
    <link>http://www.mohundro.com/blog/</link>
    <description>From the life of a programmer</description>
    <language>en-us</language>
    <copyright>David Mohundro</copyright>
    <lastBuildDate>Mon, 23 Aug 2010 18:14:07 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>drmohundro@gmail.com</managingEditor>
    <webMaster>drmohundro@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=2849f613-a06c-41fd-8610-93219b87229b</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,2849f613-a06c-41fd-8610-93219b87229b.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,2849f613-a06c-41fd-8610-93219b87229b.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2849f613-a06c-41fd-8610-93219b87229b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This year, I was fortunate enough to attend DevLink for the fourth year in a row.
I’m pretty sure 90% of my Conferences posts are recapping prior trips to DevLink.
Well, here goes number four, though I’ll try to keep it more succinct than last year.
</p>
        <h4>Sessions
</h4>
        <p>
The first session I attended was on Test Driven Development with T-SQL by <a href="http://www.skimedic.com/blog/">Philip
Japiske</a>. If you just did a double take at that last sentence, then you know how
I felt when I first saw it on the session list. I had never heard Philip speak before,
but I was honestly worried that a session on TDD with T-SQL would be a trainwreck.
I’m happy to say that it was <em>not</em>, in fact, a trainwreck – it was actually
a really good session. Philip showed us <a href="http://tst.codeplex.com/">T.S.T.
(the T-SQL Test Tool)</a> which is basically a set of stored procedures that provide
the basic assertion libraries you’d expect to see in a unit testing framework. The
real gems were assertion calls like Assert.TableEquals. It can still use some work,
but if you’ve got any sort of T-SQL sitting around, wrapping some of that in tests
could be very useful.
</p>
        <p>
Another session I really enjoyed was on HTML5 with <a href="http://telerikwatch.com">Todd
Anglin</a>. Most of the noise regarding HTML5 that I’ve seen has revolved around mobile
development, the canvas tag and how it will replace Flash/Silverlight/etc. Todd did
a great job of showing us the other parts of HTML5. I had no idea that there were
new input tags that were coming (are here? sort of?) like tel, email, etc. Really,
that’s all it takes for mobile browsers like Safari to give the different input types
(i.e. if an input element with type email gets focus, you’ll get the email input display
on the iPhone).
</p>
        <p>
          <a href="http://www.thinqlinq.com/">Jim Wooley</a> did a great job showing off the <a href="http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx">Reactive
Framework (Rx)</a>. We spoke a little bit last year when I attempted an Open Space
session on Event Driven Architecture and he had pointed out Rx then, but I never really
had a chance to dig in since then. Honestly, once people really start grokking Rx
and applying it in their frameworks, I’ll think we’ll start seeing some big jumps
in the way we write code, particularly on the client side. I’m still trying to think
of good applications of it on the server side, though <a href="http://blog.phatboyg.com/">Chris
Patterson</a> did mention that <a href="http://github.com/phatboyg/MassTransit">MassTransit</a> was
looking into adding <a href="http://github.com/phatboyg/MassTransit/tree/master/src/MassTransit.Reactive/">IObservable
capabilities</a>…
</p>
        <p>
There was a session on <a href="http://caliburn.codeplex.com/">Caliburn</a> by <a href="http://www.codeswamp.com/">Bryan
Hunter</a> on the first day, but the room was packed so I wasn’t able to hear it.
I did get to make it to his part 2 talk on the last day, though, and I really enjoyed
it. I still love the way Caliburn uses iterators (with yield) to implement <a href="http://en.wikipedia.org/wiki/Coroutine">coroutines</a>.
If you’d like to get a good feel for Caliburn and what it provides, check out <a href="http://live.visitmix.com/MIX10/Sessions/EX15">Rob
Eisenberg’s MiX session</a>.
</p>
        <p>
The last session I attended on Saturday was on IronRuby and Rails with <a href="http://www.ironshay.com/">Shay
Friedman</a>. I have already been doing some Rails work on the side, so I was familiar
with most of it, but I still wanted to support IronRuby, especially considering <a href="http://blog.jimmy.schementi.com/2010/08/start-spreading-news-future-of-jimmy.html">Jimmy
Schementi’s post regarding IronRuby’s future</a> went up the day before Shay’s session.
(side note, lest you think IronRuby is dead, <a href="http://github.com/ironruby/ironruby/commits/master">it
is having almost daily commits to it</a> and it has the potential to flourish even
more in the community’s hands)
</p>
        <h4>Open Spaces
</h4>
        <p>
I sat in on a open spaces session led up by <a href="http://sharplearningcurve.com/blog/">Alex
Robson</a> on <a href="http://www.rabbitmq.com/">RabbitMQ</a>. RabbitMQ is a “highly
reliable enterprise messaging system” that is written in Erlang. Think MassTransit
or nServiceBus in the .NET community. It was interesting to hear how other messaging
frameworks are structured and to also talk about how messaging and event driven architecture
change the way applications are built. It was a very fun discussion.
</p>
        <p>
After my relative success last year leading an open spaces discussion on event driven
architecture, I decided to talk about something else I’m passionate about: VIM. I
entitled the session, “VIM and other Ye Olde Text Editors” (tongue firmly in cheek).
I hoped my poor attempt at title humor would draw people to my session. If by people,
I can count 2 individuals, then I can say that, yes, it did draw people to my session
:-). <a href="http://www.sullivansoftdev.com/blog/">Brian Sullivan</a> and <a href="http://github.com/markhaskamp">Mark
Haskamp</a> both swung by and we had a good time talking about Vim and Emacs both.
My hope in coordinating the session was in sharing the awesomeness of Vim and getting
ideas from other Vim users on how they customize and use Vim to the fullest. I didn’t
get a lot of tips in that regard, but I did get to show a few people the very well
known <a href="http://blog.extracheese.org/2010/01/string-calculator-kata-in-python.html">String
Calculator Kata in Python</a>, which should instead be titled String Calculator in
Python in Vim. It’s as much of a kata on Vim as it is on Python.
</p>
        <p>
          <a href="http://www.userinexperience.com/">Brandon Satrom</a> kicked off a talk on
"What’s good in MVC, what’s missing in MVC.” I really enjoyed this session – there
was a lot of push to improve what we’ve got with MVC. We realized that the finished
list (which probably could have continued) leaned heavily on the ways to improve MVC,
but I commented that I think this is because we’re really enjoying using it and we
want it to succeed and move forward.
</p>
        <p>
I sat in on another of Alex Robson’s open space sessions on NoSQL on Saturday. We
talked a lot about CouchDB and Cassandra, neither of which I know a lot about. I’ve
read up on Mongo quite a bit more, but I’m finding that the document database (and
other NoSQL variants of databases) very intriguing. I’m planning on using one of them
for some of my Rails projects at some point.
</p>
        <h4>In closing
</h4>
        <p>
All in all, I had a great time at the conference. I really enjoyed getting to see
a lot of friends, particularly some of those from the Fort Smith area. I used to get
to see most of those guys at least at every FSDNUG meeting, but since moving to Memphis,
it had been a couple of months since I had seen them.
</p>
        <p>
Here’s to another DevLink next year!
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=2849f613-a06c-41fd-8610-93219b87229b" />
      </body>
      <title>DevLink 2010 Recap</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,2849f613-a06c-41fd-8610-93219b87229b.aspx</guid>
      <link>http://www.mohundro.com/blog/2010/08/23/DevLink2010Recap.aspx</link>
      <pubDate>Mon, 23 Aug 2010 18:14:07 GMT</pubDate>
      <description>&lt;p&gt;
This year, I was fortunate enough to attend DevLink for the fourth year in a row.
I’m pretty sure 90% of my Conferences posts are recapping prior trips to DevLink.
Well, here goes number four, though I’ll try to keep it more succinct than last year.
&lt;/p&gt;
&lt;h4&gt;Sessions
&lt;/h4&gt;
&lt;p&gt;
The first session I attended was on Test Driven Development with T-SQL by &lt;a href="http://www.skimedic.com/blog/"&gt;Philip
Japiske&lt;/a&gt;. If you just did a double take at that last sentence, then you know how
I felt when I first saw it on the session list. I had never heard Philip speak before,
but I was honestly worried that a session on TDD with T-SQL would be a trainwreck.
I’m happy to say that it was &lt;em&gt;not&lt;/em&gt;, in fact, a trainwreck – it was actually
a really good session. Philip showed us &lt;a href="http://tst.codeplex.com/"&gt;T.S.T.
(the T-SQL Test Tool)&lt;/a&gt; which is basically a set of stored procedures that provide
the basic assertion libraries you’d expect to see in a unit testing framework. The
real gems were assertion calls like Assert.TableEquals. It can still use some work,
but if you’ve got any sort of T-SQL sitting around, wrapping some of that in tests
could be very useful.
&lt;/p&gt;
&lt;p&gt;
Another session I really enjoyed was on HTML5 with &lt;a href="http://telerikwatch.com"&gt;Todd
Anglin&lt;/a&gt;. Most of the noise regarding HTML5 that I’ve seen has revolved around mobile
development, the canvas tag and how it will replace Flash/Silverlight/etc. Todd did
a great job of showing us the other parts of HTML5. I had no idea that there were
new input tags that were coming (are here? sort of?) like tel, email, etc. Really,
that’s all it takes for mobile browsers like Safari to give the different input types
(i.e. if an input element with type email gets focus, you’ll get the email input display
on the iPhone).
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.thinqlinq.com/"&gt;Jim Wooley&lt;/a&gt; did a great job showing off the &lt;a href="http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx"&gt;Reactive
Framework (Rx)&lt;/a&gt;. We spoke a little bit last year when I attempted an Open Space
session on Event Driven Architecture and he had pointed out Rx then, but I never really
had a chance to dig in since then. Honestly, once people really start grokking Rx
and applying it in their frameworks, I’ll think we’ll start seeing some big jumps
in the way we write code, particularly on the client side. I’m still trying to think
of good applications of it on the server side, though &lt;a href="http://blog.phatboyg.com/"&gt;Chris
Patterson&lt;/a&gt; did mention that &lt;a href="http://github.com/phatboyg/MassTransit"&gt;MassTransit&lt;/a&gt; was
looking into adding &lt;a href="http://github.com/phatboyg/MassTransit/tree/master/src/MassTransit.Reactive/"&gt;IObservable
capabilities&lt;/a&gt;…
&lt;/p&gt;
&lt;p&gt;
There was a session on &lt;a href="http://caliburn.codeplex.com/"&gt;Caliburn&lt;/a&gt; by &lt;a href="http://www.codeswamp.com/"&gt;Bryan
Hunter&lt;/a&gt; on the first day, but the room was packed so I wasn’t able to hear it.
I did get to make it to his part 2 talk on the last day, though, and I really enjoyed
it. I still love the way Caliburn uses iterators (with yield) to implement &lt;a href="http://en.wikipedia.org/wiki/Coroutine"&gt;coroutines&lt;/a&gt;.
If you’d like to get a good feel for Caliburn and what it provides, check out &lt;a href="http://live.visitmix.com/MIX10/Sessions/EX15"&gt;Rob
Eisenberg’s MiX session&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
The last session I attended on Saturday was on IronRuby and Rails with &lt;a href="http://www.ironshay.com/"&gt;Shay
Friedman&lt;/a&gt;. I have already been doing some Rails work on the side, so I was familiar
with most of it, but I still wanted to support IronRuby, especially considering &lt;a href="http://blog.jimmy.schementi.com/2010/08/start-spreading-news-future-of-jimmy.html"&gt;Jimmy
Schementi’s post regarding IronRuby’s future&lt;/a&gt; went up the day before Shay’s session.
(side note, lest you think IronRuby is dead, &lt;a href="http://github.com/ironruby/ironruby/commits/master"&gt;it
is having almost daily commits to it&lt;/a&gt; and it has the potential to flourish even
more in the community’s hands)
&lt;/p&gt;
&lt;h4&gt;Open Spaces
&lt;/h4&gt;
&lt;p&gt;
I sat in on a open spaces session led up by &lt;a href="http://sharplearningcurve.com/blog/"&gt;Alex
Robson&lt;/a&gt; on &lt;a href="http://www.rabbitmq.com/"&gt;RabbitMQ&lt;/a&gt;. RabbitMQ is a “highly
reliable enterprise messaging system” that is written in Erlang. Think MassTransit
or nServiceBus in the .NET community. It was interesting to hear how other messaging
frameworks are structured and to also talk about how messaging and event driven architecture
change the way applications are built. It was a very fun discussion.
&lt;/p&gt;
&lt;p&gt;
After my relative success last year leading an open spaces discussion on event driven
architecture, I decided to talk about something else I’m passionate about: VIM. I
entitled the session, “VIM and other Ye Olde Text Editors” (tongue firmly in cheek).
I hoped my poor attempt at title humor would draw people to my session. If by people,
I can count 2 individuals, then I can say that, yes, it did draw people to my session
:-). &lt;a href="http://www.sullivansoftdev.com/blog/"&gt;Brian Sullivan&lt;/a&gt; and &lt;a href="http://github.com/markhaskamp"&gt;Mark
Haskamp&lt;/a&gt; both swung by and we had a good time talking about Vim and Emacs both.
My hope in coordinating the session was in sharing the awesomeness of Vim and getting
ideas from other Vim users on how they customize and use Vim to the fullest. I didn’t
get a lot of tips in that regard, but I did get to show a few people the very well
known &lt;a href="http://blog.extracheese.org/2010/01/string-calculator-kata-in-python.html"&gt;String
Calculator Kata in Python&lt;/a&gt;, which should instead be titled String Calculator in
Python in Vim. It’s as much of a kata on Vim as it is on Python.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.userinexperience.com/"&gt;Brandon Satrom&lt;/a&gt; kicked off a talk on
"What’s good in MVC, what’s missing in MVC.” I really enjoyed this session – there
was a lot of push to improve what we’ve got with MVC. We realized that the finished
list (which probably could have continued) leaned heavily on the ways to improve MVC,
but I commented that I think this is because we’re really enjoying using it and we
want it to succeed and move forward.
&lt;/p&gt;
&lt;p&gt;
I sat in on another of Alex Robson’s open space sessions on NoSQL on Saturday. We
talked a lot about CouchDB and Cassandra, neither of which I know a lot about. I’ve
read up on Mongo quite a bit more, but I’m finding that the document database (and
other NoSQL variants of databases) very intriguing. I’m planning on using one of them
for some of my Rails projects at some point.
&lt;/p&gt;
&lt;h4&gt;In closing
&lt;/h4&gt;
&lt;p&gt;
All in all, I had a great time at the conference. I really enjoyed getting to see
a lot of friends, particularly some of those from the Fort Smith area. I used to get
to see most of those guys at least at every FSDNUG meeting, but since moving to Memphis,
it had been a couple of months since I had seen them.
&lt;/p&gt;
&lt;p&gt;
Here’s to another DevLink next year!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=2849f613-a06c-41fd-8610-93219b87229b" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,2849f613-a06c-41fd-8610-93219b87229b.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=e9661fd6-c7f8-48fd-bd49-8e703001d8d1</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,e9661fd6-c7f8-48fd-bd49-8e703001d8d1.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,e9661fd6-c7f8-48fd-bd49-8e703001d8d1.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e9661fd6-c7f8-48fd-bd49-8e703001d8d1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So, it didn’t occur to me until today that I was creating a trilogy here. 
</p>
        <p>
If I had thought about it ahead of time, I would’ve given my titles more creative
names like <a href="http://www.mohundro.com/blog/2009/08/24/AnotherYearAnotherDevLinkPart1.aspx">“devLink”</a>, <a href="http://www.mohundro.com/blog/2009/08/25/AnotherYearAnotherDevLinkPart2.aspx">“devLink
Strikes Back”</a> and “the Return of devLink.” The true test will be to see if the
second post is everyone’s favorite.
</p>
        <p>
          <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Obligatory Ewoks for the 3rd movie... errr post." border="0" alt="Obligatory Ewoks for the 3rd movie... errr post." src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart3_BC80/image_3.png" width="99" height="146" />
        </p>
        <p>
Oh well. Maybe next year.
</p>
        <h4>Managed Rootkits
</h4>
        <p>
The first session I went to on Saturday was an Open Spaces session on Managed Rootkits
convened by <a href="http://www.sempf.net/">Bill Sempf</a>.
</p>
        <p>
Before I continue, read that sentence again. Didn’t see it yet? Here’s a hint: <em>Managed</em> Rootkits.
You know, managed… as in managed langauges… like .NET. Get your attention yet? It
did mine, which is why I showed up! Of course, I expected to be completely lost because,
in my mind, <a href="http://en.wikipedia.org/wiki/Rootkit">rootkits</a> are hard stuff
that take a <a href="http://blogs.technet.com/markrussinovich/archive/2005/10/31/sony-rootkits-and-digital-rights-management-gone-too-far.aspx">computer
genius to find and fix</a>. Surprisingly though, the concept behind managed rootkits
is easy.
</p>
        <p>
But first, some background. <a href="http://www.sempf.net/post/Defcon-Recap.aspx">Bill
had attended Defcon</a> which is where he had originally heard about managed rootkits
in the first place (note that his post <a href="http://www.applicationsecurity.co.il/english/NETFrameworkRootkits/tabid/161/Default.aspx">links
to a page that includes a demonstration</a>). That’s how the entire session came to
be.
</p>
        <p>
So, wanna know how to hack the framework?
</p>
        <p>
First, take mscorlib. (that’s the primary .NET assembly by the way)
</p>
        <p>
Next, take <a href="http://msdn.microsoft.com/en-us/library/f7dy01k1%28VS.80%29.aspx">ildasm</a>.
(that’s the MSIL Disassembler – the built-in <a href="http://www.red-gate.com/products/reflector/">Reflector</a> if
you will)
</p>
        <p>
Disassemble mscorlib into IL.
</p>
        <p>
Write your own IL and paste it in the IL you got from disassembling mscorlib.
</p>
        <p>
Find <a href="http://msdn.microsoft.com/en-us/library/496e4ekx%28VS.80%29.aspx">ilasm</a> on
your machine. (you guessed it, that’s the .NET Assembler)
</p>
        <p>
Assemble your modified IL into a new mscorlib.
</p>
        <p>
Drop it in the GAC.
</p>
        <p>
You L33T hacker you.
</p>
        <p>
The entire reason this works is because, once an assembly has been installed into
the GAC, the framework doesn’t run additional checks to verify that the assembly matches
the hash in its strong name. So yeah, strong naming doesn’t protect assemblies.
</p>
        <p>
Once we were all up to speed on the logistics, we discussed if this was, in fact,
a <a href="http://en.wikipedia.org/wiki/Zero_day_attack">zero day exploit</a>. It’s
not. Why? Because you still have to have administrative privileges to modify any files
in the GAC. As Raymond Chen points out, <a href="http://blogs.msdn.com/oldnewthing/archive/2009/01/21/9353310.aspx">“if
you have full trust, then you can do anything.”</a></p>
        <p>
Anyway, it was a <em>very</em> interesting conversation. I made the point that, even
if it isn’t a security vulnerability, there is the whole user perception issue. For
example, if an assembly that your application uses is modified so that it posts your
credit card information out on the internet, network trace tools are going to show
that it is <em>your</em> application that is connecting to the internet. If your computer
were already infiltrated to the point that someone could modify mscorlib on your machine,
though, managed rootkits likely aren’t your biggest concern. Oh well, it sounded like
a good argument at the time.
</p>
        <h4>Domain Driven Design
</h4>
        <p>
The next session I attended was on <a href="http://domaindrivendesign.org/">Domain
Driven Design</a> with <a href="http://www.craigberntson.com/blog">Craig Berntson</a>.
Here’s <a href="http://www.craigberntson.com/blog/2009/03/speaking-at-devlink.asp">the
synopsis from his blog</a>:
</p>
        <blockquote>Domain Driven Design is a way to design and develop enterprise applications
so that they are easier to maintain, enhance, and extend. DDD is overkill for many
of the applications we develop today, but still has principles that can be applied
to most of the apps we write. In this session, you will learn to apply these concepts.</blockquote>
        <p>
My personal feelings regarding this talk was that he did an excellent job at actually
communicating DDD. He contrasted the typical data-driven design for applications to
driving the design of the system from the business domain. He also did a good job
of explaining it in terms that everyone could understand. It was a very good talk.
</p>
        <h4>Lunch over Open Spaces
</h4>
        <p>
Over lunch, I went back to the Open Spaces area to see if there were any sessions
going on then. A group of people were all sitting in one area so I assumed it was
going to be a great conversation. It certainly was, but it wasn’t a planned session.
It wasn’t even technical in nature at times… I remember discussing favorite Family
Guy episodes at one point…
</p>
        <h4>Architecting Architectural Stuff
</h4>
        <p>
My last session was on Architecting Modern Distributed Applications with <a href="http://www.notsotrivial.net/blog/">Clint
Edmonson</a>. He has <a href="http://www.notsotrivial.net/blog/post/2009/08/17/DevLink-Decompression.aspx">posted
his slides and thoughts on the conference on his blog</a>. He shared a diagram that
he had seen at an internal Microsoft presentation that showed the various architectural
layers in typical applications and showed how you could use the diagram to help make
decisions like self-hosting versus hosted solutions versus moving entirely to the
cloud. A comment he made in passing but that I thought had a lot of merit was adding
in a ping operation to all of your services so that you can quickly and easily determine
the state of what is working and what isn’t. I know hardware almost always has this,
but I hadn’t really considered putting it in software. I know, you’ve probably been
doing it for years.
</p>
        <h4>Closing Circle
</h4>
        <p>
At the end of the day, I went to the Open Spaces closing circle where we went over
the week, discussed how we could more effectively publicize Open Spaces to the rest
of the conference attendees, and other things related to the conference. I was a jerk
and had to leave early, but it was all positive while I was in the room. I’m pretty
sure it didn’t erupt or anything after I left :-)
</p>
        <p>
Once again, kudos to <a href="http://www.johnkellar.com/">John Kellar</a> and team
for planning another amazing devLink. If you’re interested in seeing more and better
pictures than I’ll ever be able to take, <a href="http://www.davidgiard.com/">David
Giard</a> has <a href="http://www.davidgiard.com/2009/08/23/DevLinkAndLinkWray.aspx">posted
a link to his pictures on his blog</a>. If you weren’t able to attend this year, go
next year.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=e9661fd6-c7f8-48fd-bd49-8e703001d8d1" />
      </body>
      <title>Another year, another devLink (part 3)</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,e9661fd6-c7f8-48fd-bd49-8e703001d8d1.aspx</guid>
      <link>http://www.mohundro.com/blog/2009/08/26/AnotherYearAnotherDevLinkPart3.aspx</link>
      <pubDate>Wed, 26 Aug 2009 18:24:17 GMT</pubDate>
      <description>&lt;p&gt;
So, it didn’t occur to me until today that I was creating a trilogy here. 
&lt;/p&gt;
&lt;p&gt;
If I had thought about it ahead of time, I would’ve given my titles more creative
names like &lt;a href="http://www.mohundro.com/blog/2009/08/24/AnotherYearAnotherDevLinkPart1.aspx"&gt;“devLink”&lt;/a&gt;, &lt;a href="http://www.mohundro.com/blog/2009/08/25/AnotherYearAnotherDevLinkPart2.aspx"&gt;“devLink
Strikes Back”&lt;/a&gt; and “the Return of devLink.” The true test will be to see if the
second post is everyone’s favorite.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Obligatory Ewoks for the 3rd movie... errr post." border="0" alt="Obligatory Ewoks for the 3rd movie... errr post." src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart3_BC80/image_3.png" width="99" height="146"&gt; 
&lt;/p&gt;
&lt;p&gt;
Oh well. Maybe next year.
&lt;/p&gt;
&lt;h4&gt;Managed Rootkits
&lt;/h4&gt;
&lt;p&gt;
The first session I went to on Saturday was an Open Spaces session on Managed Rootkits
convened by &lt;a href="http://www.sempf.net/"&gt;Bill Sempf&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Before I continue, read that sentence again. Didn’t see it yet? Here’s a hint: &lt;em&gt;Managed&lt;/em&gt; Rootkits.
You know, managed… as in managed langauges… like .NET. Get your attention yet? It
did mine, which is why I showed up! Of course, I expected to be completely lost because,
in my mind, &lt;a href="http://en.wikipedia.org/wiki/Rootkit"&gt;rootkits&lt;/a&gt; are hard stuff
that take a &lt;a href="http://blogs.technet.com/markrussinovich/archive/2005/10/31/sony-rootkits-and-digital-rights-management-gone-too-far.aspx"&gt;computer
genius to find and fix&lt;/a&gt;. Surprisingly though, the concept behind managed rootkits
is easy.
&lt;/p&gt;
&lt;p&gt;
But first, some background. &lt;a href="http://www.sempf.net/post/Defcon-Recap.aspx"&gt;Bill
had attended Defcon&lt;/a&gt; which is where he had originally heard about managed rootkits
in the first place (note that his post &lt;a href="http://www.applicationsecurity.co.il/english/NETFrameworkRootkits/tabid/161/Default.aspx"&gt;links
to a page that includes a demonstration&lt;/a&gt;). That’s how the entire session came to
be.
&lt;/p&gt;
&lt;p&gt;
So, wanna know how to hack the framework?
&lt;/p&gt;
&lt;p&gt;
First, take mscorlib. (that’s the primary .NET assembly by the way)
&lt;/p&gt;
&lt;p&gt;
Next, take &lt;a href="http://msdn.microsoft.com/en-us/library/f7dy01k1%28VS.80%29.aspx"&gt;ildasm&lt;/a&gt;.
(that’s the MSIL Disassembler – the built-in &lt;a href="http://www.red-gate.com/products/reflector/"&gt;Reflector&lt;/a&gt; if
you will)
&lt;/p&gt;
&lt;p&gt;
Disassemble mscorlib into IL.
&lt;/p&gt;
&lt;p&gt;
Write your own IL and paste it in the IL you got from disassembling mscorlib.
&lt;/p&gt;
&lt;p&gt;
Find &lt;a href="http://msdn.microsoft.com/en-us/library/496e4ekx%28VS.80%29.aspx"&gt;ilasm&lt;/a&gt; on
your machine. (you guessed it, that’s the .NET Assembler)
&lt;/p&gt;
&lt;p&gt;
Assemble your modified IL into a new mscorlib.
&lt;/p&gt;
&lt;p&gt;
Drop it in the GAC.
&lt;/p&gt;
&lt;p&gt;
You L33T hacker you.
&lt;/p&gt;
&lt;p&gt;
The entire reason this works is because, once an assembly has been installed into
the GAC, the framework doesn’t run additional checks to verify that the assembly matches
the hash in its strong name. So yeah, strong naming doesn’t protect assemblies.
&lt;/p&gt;
&lt;p&gt;
Once we were all up to speed on the logistics, we discussed if this was, in fact,
a &lt;a href="http://en.wikipedia.org/wiki/Zero_day_attack"&gt;zero day exploit&lt;/a&gt;. It’s
not. Why? Because you still have to have administrative privileges to modify any files
in the GAC. As Raymond Chen points out, &lt;a href="http://blogs.msdn.com/oldnewthing/archive/2009/01/21/9353310.aspx"&gt;“if
you have full trust, then you can do anything.”&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Anyway, it was a &lt;em&gt;very&lt;/em&gt; interesting conversation. I made the point that, even
if it isn’t a security vulnerability, there is the whole user perception issue. For
example, if an assembly that your application uses is modified so that it posts your
credit card information out on the internet, network trace tools are going to show
that it is &lt;em&gt;your&lt;/em&gt; application that is connecting to the internet. If your computer
were already infiltrated to the point that someone could modify mscorlib on your machine,
though, managed rootkits likely aren’t your biggest concern. Oh well, it sounded like
a good argument at the time.
&lt;/p&gt;
&lt;h4&gt;Domain Driven Design
&lt;/h4&gt;
&lt;p&gt;
The next session I attended was on &lt;a href="http://domaindrivendesign.org/"&gt;Domain
Driven Design&lt;/a&gt; with &lt;a href="http://www.craigberntson.com/blog"&gt;Craig Berntson&lt;/a&gt;.
Here’s &lt;a href="http://www.craigberntson.com/blog/2009/03/speaking-at-devlink.asp"&gt;the
synopsis from his blog&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote&gt;Domain Driven Design is a way to design and develop enterprise applications
so that they are easier to maintain, enhance, and extend. DDD is overkill for many
of the applications we develop today, but still has principles that can be applied
to most of the apps we write. In this session, you will learn to apply these concepts.&lt;/blockquote&gt; 
&lt;p&gt;
My personal feelings regarding this talk was that he did an excellent job at actually
communicating DDD. He contrasted the typical data-driven design for applications to
driving the design of the system from the business domain. He also did a good job
of explaining it in terms that everyone could understand. It was a very good talk.
&lt;/p&gt;
&lt;h4&gt;Lunch over Open Spaces
&lt;/h4&gt;
&lt;p&gt;
Over lunch, I went back to the Open Spaces area to see if there were any sessions
going on then. A group of people were all sitting in one area so I assumed it was
going to be a great conversation. It certainly was, but it wasn’t a planned session.
It wasn’t even technical in nature at times… I remember discussing favorite Family
Guy episodes at one point…
&lt;/p&gt;
&lt;h4&gt;Architecting Architectural Stuff
&lt;/h4&gt;
&lt;p&gt;
My last session was on Architecting Modern Distributed Applications with &lt;a href="http://www.notsotrivial.net/blog/"&gt;Clint
Edmonson&lt;/a&gt;. He has &lt;a href="http://www.notsotrivial.net/blog/post/2009/08/17/DevLink-Decompression.aspx"&gt;posted
his slides and thoughts on the conference on his blog&lt;/a&gt;. He shared a diagram that
he had seen at an internal Microsoft presentation that showed the various architectural
layers in typical applications and showed how you could use the diagram to help make
decisions like self-hosting versus hosted solutions versus moving entirely to the
cloud. A comment he made in passing but that I thought had a lot of merit was adding
in a ping operation to all of your services so that you can quickly and easily determine
the state of what is working and what isn’t. I know hardware almost always has this,
but I hadn’t really considered putting it in software. I know, you’ve probably been
doing it for years.
&lt;/p&gt;
&lt;h4&gt;Closing Circle
&lt;/h4&gt;
&lt;p&gt;
At the end of the day, I went to the Open Spaces closing circle where we went over
the week, discussed how we could more effectively publicize Open Spaces to the rest
of the conference attendees, and other things related to the conference. I was a jerk
and had to leave early, but it was all positive while I was in the room. I’m pretty
sure it didn’t erupt or anything after I left :-)
&lt;/p&gt;
&lt;p&gt;
Once again, kudos to &lt;a href="http://www.johnkellar.com/"&gt;John Kellar&lt;/a&gt; and team
for planning another amazing devLink. If you’re interested in seeing more and better
pictures than I’ll ever be able to take, &lt;a href="http://www.davidgiard.com/"&gt;David
Giard&lt;/a&gt; has &lt;a href="http://www.davidgiard.com/2009/08/23/DevLinkAndLinkWray.aspx"&gt;posted
a link to his pictures on his blog&lt;/a&gt;. If you weren’t able to attend this year, go
next year.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=e9661fd6-c7f8-48fd-bd49-8e703001d8d1" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,e9661fd6-c7f8-48fd-bd49-8e703001d8d1.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=bb8df4e2-52dc-4f46-97d2-04c563ac64bd</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,bb8df4e2-52dc-4f46-97d2-04c563ac64bd.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,bb8df4e2-52dc-4f46-97d2-04c563ac64bd.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=bb8df4e2-52dc-4f46-97d2-04c563ac64bd</wfw:commentRss>
      <slash:comments>4</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Yesterday, <a href="http://www.mohundro.com/blog/2009/08/24/AnotherYearAnotherDevLinkPart1.aspx">I
blogged about the first day of devLink</a> – today, I’ll continue the recap with,
you guessed it, day 2.
</p>
        <p>
The Open Spaces side of devLink started on day two, so that’s where I went. Like last
year, <a href="http://netcave.org/">Alan Stevens</a> kicked everything off with the
opening circle. (if you’re unclear on the Open Spaces concept, I gave it more time
in <a href="http://www.mohundro.com/blog/2008/08/27/devLink2008Recap.aspx">my post
from last year</a>) 
</p>
        <h4>Convening my first open space session
</h4>
        <p>
Last year, I didn’t have the guts to jump out there and provide a topic that I wanted
to convene. This year, though, I thought I’d give it a try. So, I threw out <a href="http://en.wikipedia.org/wiki/Event-driven_architecture">Event
Driven Architecture</a> using tools like <a href="http://code.google.com/p/masstransit/">MassTransit</a> or <a href="http://www.nservicebus.com/">nServiceBus</a>.
Of course, when I brought it forward, I only said MassTransit and a few people came
up to ask if I was referring to “mass transit” as in buses or trains. I guess I could’ve
been more clear in my explanation. My <em>primary</em> purpose in picking this topic
was entirely selfish – I hoped that someone would show up who knew more about it and
they could do most of the talking! 
</p>
        <p>
Let’s just say it didn’t quite work out that way :-)
</p>
        <p>
I still think it went well. I ended up going over the very basics of EDA and MassTransit
and having a discussion about how EDA can vastly decrease coupling in applications
as well as how it also completely changes the way a system is architected over all.
Interestingly enough, <a href="http://maggieplusplus.com/">Maggie Longshore</a> mentioned
that, in embedded software development, messaging was the norm instead of the typical
“call a webservice and wait” that is typical of .NET code. I also spoke about the
similarities between EDA and UI patterns like the <a href="http://martinfowler.com/eaaDev/EventAggregator.html">event
aggregator</a>. I mentioned <a href="http://www.udidahan.com/2009/06/14/domain-events-salvation/">Udi
Dahan’s domain events post</a> as well. During our discussion, <a href="http://www.thinqlinq.com/">Jim
Wooley</a> mentioned Linq to Events (or the Rx Framework) and pointed everyone to <a href="http://themechanicalbride.blogspot.com/2009/07/introducing-rx-linq-to-events.html">an
introductory article on the Rx Framework</a>. I’m still trying to wrap my head around
that post!
</p>
        <p>
Towards the end, the conversation drifted off into… just about everything else. We
spoke about adding scripting functionality to applications (using tools like PowerShell,
IronRuby or IronPython). As the convener, it was my role to ensure the conversation
stayed on topic, but I was having fun just jumping around to different topics at the
end. I think it went well.
</p>
        <h4>jQuery Plugins are cool
</h4>
        <p>
Next, I went to an “eyes front” session from <a href="http://elijahmanor.com/">Elijah
Manor</a> on writing jQuery plugins. He has posted <a href="http://elijahmanor.com/2009/08/14/HowToCreateYourOwnJQueryPlugin.aspx">the
slides from his presentation on his blog</a>. Having read <a href="http://www.crockford.com/javascript/javascript.html">“the
world’s most misunderstood programming language”</a> from <a href="http://www.crockford.com/">Douglas
Crockford</a>, I now consider myself somewhat of a JavaScript fanboy so I really enjoyed
the talk. My hands-on experience with jQuery has been fairly limited up to this point
and really only included using the Lightbox plugin and a few other tools, so the session
was an eye opener. Probably one of my favorite parts of the talk was when Elijah shared <a href="http://elijahmanor.com/2009/08/19/12MustHaveWebDeveloperBookmarklets.aspx">some
must have developer bookmarklets</a>. I had heard of Firebug Lite before, but the
jQuery specific bookmarklets were new to me.
</p>
        <h4>Mono is cool, too
</h4>
        <p>
After Elijah’s talk, I went to <a href="http://www.codinggeekette.com/">Sarah Dutkiewicz’s</a> talk
on cross platform C# using Mono. I’ve been following Mono from a distance for a few
years, so it was good to hear Sarah’s talk. After her presentation, we spoke about
things like <a href="http://monodevelop.com/">MonoDevelop</a>, <a href="http://banshee-project.org/">Banshee</a> and
other open source things. I wasn’t able to keep up entirely because my Mono experience
thus far includes opening MonoDevelop and building Hello World, reading <a href="http://tirania.org/blog/">Miguel
de Icaza’s blog</a>, and listening to the <a href="http://www.hanselminutes.com/default.aspx?showID=186">Hanselminutes
episode on Mono and Banshee</a>. 
</p>
        <p>
// TODO: Add Mono to the list of cool things to look at some day!
</p>
        <h4>Learning Rails in the hallway
</h4>
        <p>
On the way back to the Open Spaces room, I ran into a group of people learning Rails
from Leon in the hallway. Note that this wasn’t a planned session - it just happened.
Two or three people were sitting on a bench in the hall while everyone else was sitting
in the floor. Most had laptops, but a few were looking over shoulders. If I can find
a picture, I’ll post it – a picture would communicate this a lot better than I can.
</p>
        <p>
          <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Impromptu Rails Session" border="0" alt="Impromptu Rails Session" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart2_F5A9/image_3.png" width="608" height="408" />
        </p>
        <p>
UPDATE: thanks to <a href="http://mattbrewer.mp/">Matt Brewer</a> for providing a
link to the above picture of the impromptu Rails learning session with Leon – and
thanks to <a href="http://www.johnkellar.com/">John Kellar</a> for posting it to his
Facebook photo album!
</p>
        <h4>Final Open Spaces Session on… I’m not entirely sure
</h4>
        <p>
I was convinced that the final session of the day was on distributed source control.
Later, I think I heard it was on DSLs (domain specific languages). In either case,
it turned into another fun and random conversation.
</p>
        <p>
I’ll finish up the devLink review covering day 3 soon!
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=bb8df4e2-52dc-4f46-97d2-04c563ac64bd" />
      </body>
      <title>Another year, another devLink (part 2)</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,bb8df4e2-52dc-4f46-97d2-04c563ac64bd.aspx</guid>
      <link>http://www.mohundro.com/blog/2009/08/25/AnotherYearAnotherDevLinkPart2.aspx</link>
      <pubDate>Tue, 25 Aug 2009 18:35:57 GMT</pubDate>
      <description>&lt;p&gt;
Yesterday, &lt;a href="http://www.mohundro.com/blog/2009/08/24/AnotherYearAnotherDevLinkPart1.aspx"&gt;I
blogged about the first day of devLink&lt;/a&gt; – today, I’ll continue the recap with,
you guessed it, day 2.
&lt;/p&gt;
&lt;p&gt;
The Open Spaces side of devLink started on day two, so that’s where I went. Like last
year, &lt;a href="http://netcave.org/"&gt;Alan Stevens&lt;/a&gt; kicked everything off with the
opening circle. (if you’re unclear on the Open Spaces concept, I gave it more time
in &lt;a href="http://www.mohundro.com/blog/2008/08/27/devLink2008Recap.aspx"&gt;my post
from last year&lt;/a&gt;) 
&lt;/p&gt;
&lt;h4&gt;Convening my first open space session
&lt;/h4&gt;
&lt;p&gt;
Last year, I didn’t have the guts to jump out there and provide a topic that I wanted
to convene. This year, though, I thought I’d give it a try. So, I threw out &lt;a href="http://en.wikipedia.org/wiki/Event-driven_architecture"&gt;Event
Driven Architecture&lt;/a&gt; using tools like &lt;a href="http://code.google.com/p/masstransit/"&gt;MassTransit&lt;/a&gt; or &lt;a href="http://www.nservicebus.com/"&gt;nServiceBus&lt;/a&gt;.
Of course, when I brought it forward, I only said MassTransit and a few people came
up to ask if I was referring to “mass transit” as in buses or trains. I guess I could’ve
been more clear in my explanation. My &lt;em&gt;primary&lt;/em&gt; purpose in picking this topic
was entirely selfish – I hoped that someone would show up who knew more about it and
they could do most of the talking! 
&lt;/p&gt;
&lt;p&gt;
Let’s just say it didn’t quite work out that way :-)
&lt;/p&gt;
&lt;p&gt;
I still think it went well. I ended up going over the very basics of EDA and MassTransit
and having a discussion about how EDA can vastly decrease coupling in applications
as well as how it also completely changes the way a system is architected over all.
Interestingly enough, &lt;a href="http://maggieplusplus.com/"&gt;Maggie Longshore&lt;/a&gt; mentioned
that, in embedded software development, messaging was the norm instead of the typical
“call a webservice and wait” that is typical of .NET code. I also spoke about the
similarities between EDA and UI patterns like the &lt;a href="http://martinfowler.com/eaaDev/EventAggregator.html"&gt;event
aggregator&lt;/a&gt;. I mentioned &lt;a href="http://www.udidahan.com/2009/06/14/domain-events-salvation/"&gt;Udi
Dahan’s domain events post&lt;/a&gt; as well. During our discussion, &lt;a href="http://www.thinqlinq.com/"&gt;Jim
Wooley&lt;/a&gt; mentioned Linq to Events (or the Rx Framework) and pointed everyone to &lt;a href="http://themechanicalbride.blogspot.com/2009/07/introducing-rx-linq-to-events.html"&gt;an
introductory article on the Rx Framework&lt;/a&gt;. I’m still trying to wrap my head around
that post!
&lt;/p&gt;
&lt;p&gt;
Towards the end, the conversation drifted off into… just about everything else. We
spoke about adding scripting functionality to applications (using tools like PowerShell,
IronRuby or IronPython). As the convener, it was my role to ensure the conversation
stayed on topic, but I was having fun just jumping around to different topics at the
end. I think it went well.
&lt;/p&gt;
&lt;h4&gt;jQuery Plugins are cool
&lt;/h4&gt;
&lt;p&gt;
Next, I went to an “eyes front” session from &lt;a href="http://elijahmanor.com/"&gt;Elijah
Manor&lt;/a&gt; on writing jQuery plugins. He has posted &lt;a href="http://elijahmanor.com/2009/08/14/HowToCreateYourOwnJQueryPlugin.aspx"&gt;the
slides from his presentation on his blog&lt;/a&gt;. Having read &lt;a href="http://www.crockford.com/javascript/javascript.html"&gt;“the
world’s most misunderstood programming language”&lt;/a&gt; from &lt;a href="http://www.crockford.com/"&gt;Douglas
Crockford&lt;/a&gt;, I now consider myself somewhat of a JavaScript fanboy so I really enjoyed
the talk. My hands-on experience with jQuery has been fairly limited up to this point
and really only included using the Lightbox plugin and a few other tools, so the session
was an eye opener. Probably one of my favorite parts of the talk was when Elijah shared &lt;a href="http://elijahmanor.com/2009/08/19/12MustHaveWebDeveloperBookmarklets.aspx"&gt;some
must have developer bookmarklets&lt;/a&gt;. I had heard of Firebug Lite before, but the
jQuery specific bookmarklets were new to me.
&lt;/p&gt;
&lt;h4&gt;Mono is cool, too
&lt;/h4&gt;
&lt;p&gt;
After Elijah’s talk, I went to &lt;a href="http://www.codinggeekette.com/"&gt;Sarah Dutkiewicz’s&lt;/a&gt; talk
on cross platform C# using Mono. I’ve been following Mono from a distance for a few
years, so it was good to hear Sarah’s talk. After her presentation, we spoke about
things like &lt;a href="http://monodevelop.com/"&gt;MonoDevelop&lt;/a&gt;, &lt;a href="http://banshee-project.org/"&gt;Banshee&lt;/a&gt; and
other open source things. I wasn’t able to keep up entirely because my Mono experience
thus far includes opening MonoDevelop and building Hello World, reading &lt;a href="http://tirania.org/blog/"&gt;Miguel
de Icaza’s blog&lt;/a&gt;, and listening to the &lt;a href="http://www.hanselminutes.com/default.aspx?showID=186"&gt;Hanselminutes
episode on Mono and Banshee&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
// TODO: Add Mono to the list of cool things to look at some day!
&lt;/p&gt;
&lt;h4&gt;Learning Rails in the hallway
&lt;/h4&gt;
&lt;p&gt;
On the way back to the Open Spaces room, I ran into a group of people learning Rails
from Leon in the hallway. Note that this wasn’t a planned session - it just happened.
Two or three people were sitting on a bench in the hall while everyone else was sitting
in the floor. Most had laptops, but a few were looking over shoulders. If I can find
a picture, I’ll post it – a picture would communicate this a lot better than I can.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Impromptu Rails Session" border="0" alt="Impromptu Rails Session" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart2_F5A9/image_3.png" width="608" height="408"&gt; 
&lt;/p&gt;
&lt;p&gt;
UPDATE: thanks to &lt;a href="http://mattbrewer.mp/"&gt;Matt Brewer&lt;/a&gt; for providing a
link to the above picture of the impromptu Rails learning session with Leon – and
thanks to &lt;a href="http://www.johnkellar.com/"&gt;John Kellar&lt;/a&gt; for posting it to his
Facebook photo album!
&lt;/p&gt;
&lt;h4&gt;Final Open Spaces Session on… I’m not entirely sure
&lt;/h4&gt;
&lt;p&gt;
I was convinced that the final session of the day was on distributed source control.
Later, I think I heard it was on DSLs (domain specific languages). In either case,
it turned into another fun and random conversation.
&lt;/p&gt;
&lt;p&gt;
I’ll finish up the devLink review covering day 3 soon!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=bb8df4e2-52dc-4f46-97d2-04c563ac64bd" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,bb8df4e2-52dc-4f46-97d2-04c563ac64bd.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=1e522746-a4aa-4eed-8635-de77bb093d58</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,1e522746-a4aa-4eed-8635-de77bb093d58.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,1e522746-a4aa-4eed-8635-de77bb093d58.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=1e522746-a4aa-4eed-8635-de77bb093d58</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I’ve now attended <a href="http://devlink.net">devLink</a> three times, with each
time getting progressively better. This year marked the first time for devLink to
be split across three days (from Thursday, August 13 through Saturday, August 15).
Day one included preconference-like sessions that were longer in length with days
two and three more closely resembling prior years. Like last year, this year also
included Open Spaces, which ran over days two and three.
</p>
        <h4>Ruby Enlightenment
</h4>
        <p>
My first session of devLink was with <a href="http://fallenrogue.com/">Leon Gersing</a> covering
Ruby-Koans: Path to Ruby Enlightenment. Let me start this way – I have never been
to a session that was presented in quite the way that Leon gave this presentation.
Let me give my alternate title for this presentation: “Learning Ruby through Pair
Programming using Test Driven Development.” It was amazing. The guys at EdgeCase have
created an open source library called <a href="http://github.com/edgecase/ruby_koans/tree/master">Ruby
Koans</a>. From the project’s README:
</p>
        <blockquote>
          <p>
The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The
goal is to learn the Ruby language, syntax, structure, and some common functions and
libraries. We also teach you culture. Testing is not just something we pay lip service
to, but something we live. It is essential in your quest to learn and do great things
in the language.
</p>
        </blockquote>
        <p>
Leon helped everyone get Ruby othat was done, we broke up into pairs and went through
the koans. Leon walked around the room and helped whenever someone ran into a question
or a problem.
</p>
        <p>
Let me share the first koan with you as an example. Pull up your favorite command
prompt and go to the directory where you extracted ruby_koans. Once in that directory,
run rake (rake is to ruby as make is to C or as nant/msbuild is to C#/VB.NET).
</p>
        <p>
          <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Running Ruby Koans" border="0" alt="Running Ruby Koans" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/image_8.png" width="450" height="354" />
        </p>
        <p>
The rake file changes the directory to the koans directory and then executes the various
ruby files in it, which are unit tests. The first test fails in the ./about_basics.rb
file on line 10. Here is what that file looks like:
</p>
        <p>
          <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Ruby Koan 1" border="0" alt="Ruby Koan 1" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/image4.png" width="671" height="81" />
        </p>
        <p>
You don’t really even have to know programming to see what you should do here. Just
change the false to be true to get your test to pass. Once that is done, move to the
next test and so on.
</p>
        <p>
The koans start at the simplest level and then move up to higher levels of complexity
to expose you the Ruby language.
</p>
        <p>
Thanks to Leon for sharing this with us and helping to bring us all closer to Ruby
enlightenment!
</p>
        <p>
          <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Ruby Koans session" border="0" alt="Ruby Koans session" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/image_7.png" width="644" height="432" />
        </p>
        <p>
(thanks to the <a href="http://devlink.net">devLink</a> site for the above picture
of the Ruby Koans session)
</p>
        <h4>Closures Explained
</h4>
        <p>
The next session was with <a href="http://blogs.msdn.com/chrsmith/">Chris Smith</a> on
closures, lambda calculus, and functional programming with both C# and F#. I already
had a basic understanding of closures, but I got a lot more from this talk. Surprisingly,
lambda calculus’s name is far more complex than the actual concepts that it introduces.
Unfortunately, I still can’t read more than half of the F# examples out there. I seriously
need to try it out on some personal projects to understand it. Luckily, the ideas
behind it are more solid now. Great job Chris!
</p>
        <h4>The Lost Art of Simplicity
</h4>
        <p>
The opening keynote was presented by <a href="http://www.joshholmes.com/blog/">Josh
Holmes</a> on <a href="http://www.joshholmes.com/blog/2009/04/29/TheLostArtOfSimplicity.aspx">the
Lost Art of Simplicity</a>. He posted the slides from when he gave his presentation
earlier in the year, so I won’t spend a lot of time speaking on it. I do want to share
a few thoughts that I got from it, though. 
</p>
        <p>
Josh brought up the thinking that a lot of developers have when they see an application
or other project: “I could build that in a weekend.” I saw this thinking <em>a lot</em> from
people when stackoverflow.com was built. Josh pointed out the disconnect between this
and then explaining to our users that a new feature will take eight months. 
</p>
        <p>
That sort of hit me in the gut :-) 
</p>
        <p>
He’s right, of course – we do this all the time, particularly in “enterprise” development.
</p>
        <p>
Another comment he brought up that was both true and funny at the same time is that
we as developers don’t speak human, we speak geek. How right he is.
</p>
        <p>
 
</p>
        <p>
And now for something completely different…
</p>
        <h4>Lunch boxes do more than carry food
</h4>
        <p>
They carry code. Below is a picture that <a href="http://twitter.com/mmcquade">Micky
McQuade</a> took of me trying to explain closures of all things to <a href="http://twitter.com/anthonyford">Anthony
Ford</a>. My communication skills were lacking at the time, so I decided to try to
communicate with code and, seeing as how the lunch box was the closest writing medium
I could find, I used it.
</p>
        <p>
          <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Me writing on a lunch box" border="0" alt="Me writing on a lunch box" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/photo_3.jpg" width="363" height="484" />
        </p>
        <p>
The code snippet below is approximately something like:
</p>
        <pre>void Foo()
{
   var x = 5;
   var nums = new List<int>
{ 1, 2, 3 }; nums.ForEach(n =&gt; Console.WriteLine(x)); }
</int></pre>
        <p>
I wanted to show how, if the lambda were moved out to its own function, it wouldn’t
be able to access the x variable. 
</p>
        <p>
          <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Code on a lunch box" border="0" alt="Code on a lunch box" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/photo2.jpg" width="363" height="484" />
        </p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=1e522746-a4aa-4eed-8635-de77bb093d58" />
      </body>
      <title>Another year, another devLink (part 1)</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,1e522746-a4aa-4eed-8635-de77bb093d58.aspx</guid>
      <link>http://www.mohundro.com/blog/2009/08/24/AnotherYearAnotherDevLinkPart1.aspx</link>
      <pubDate>Mon, 24 Aug 2009 15:35:17 GMT</pubDate>
      <description>&lt;p&gt;
I’ve now attended &lt;a href="http://devlink.net"&gt;devLink&lt;/a&gt; three times, with each
time getting progressively better. This year marked the first time for devLink to
be split across three days (from Thursday, August 13 through Saturday, August 15).
Day one included preconference-like sessions that were longer in length with days
two and three more closely resembling prior years. Like last year, this year also
included Open Spaces, which ran over days two and three.
&lt;/p&gt;
&lt;h4&gt;Ruby Enlightenment
&lt;/h4&gt;
&lt;p&gt;
My first session of devLink was with &lt;a href="http://fallenrogue.com/"&gt;Leon Gersing&lt;/a&gt; covering
Ruby-Koans: Path to Ruby Enlightenment. Let me start this way – I have never been
to a session that was presented in quite the way that Leon gave this presentation.
Let me give my alternate title for this presentation: “Learning Ruby through Pair
Programming using Test Driven Development.” It was amazing. The guys at EdgeCase have
created an open source library called &lt;a href="http://github.com/edgecase/ruby_koans/tree/master"&gt;Ruby
Koans&lt;/a&gt;. From the project’s README:
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The
goal is to learn the Ruby language, syntax, structure, and some common functions and
libraries. We also teach you culture. Testing is not just something we pay lip service
to, but something we live. It is essential in your quest to learn and do great things
in the language.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
Leon helped everyone get Ruby othat was done, we broke up into pairs and went through
the koans. Leon walked around the room and helped whenever someone ran into a question
or a problem.
&lt;/p&gt;
&lt;p&gt;
Let me share the first koan with you as an example. Pull up your favorite command
prompt and go to the directory where you extracted ruby_koans. Once in that directory,
run rake (rake is to ruby as make is to C or as nant/msbuild is to C#/VB.NET).
&lt;/p&gt;
&lt;p&gt;
&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Running Ruby Koans" border="0" alt="Running Ruby Koans" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/image_8.png" width="450" height="354"&gt; 
&lt;/p&gt;
&lt;p&gt;
The rake file changes the directory to the koans directory and then executes the various
ruby files in it, which are unit tests. The first test fails in the ./about_basics.rb
file on line 10. Here is what that file looks like:
&lt;/p&gt;
&lt;p&gt;
&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Ruby Koan 1" border="0" alt="Ruby Koan 1" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/image4.png" width="671" height="81"&gt; 
&lt;/p&gt;
&lt;p&gt;
You don’t really even have to know programming to see what you should do here. Just
change the false to be true to get your test to pass. Once that is done, move to the
next test and so on.
&lt;/p&gt;
&lt;p&gt;
The koans start at the simplest level and then move up to higher levels of complexity
to expose you the Ruby language.
&lt;/p&gt;
&lt;p&gt;
Thanks to Leon for sharing this with us and helping to bring us all closer to Ruby
enlightenment!
&lt;/p&gt;
&lt;p&gt;
&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Ruby Koans session" border="0" alt="Ruby Koans session" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/image_7.png" width="644" height="432"&gt; 
&lt;/p&gt;
&lt;p&gt;
(thanks to the &lt;a href="http://devlink.net"&gt;devLink&lt;/a&gt; site for the above picture
of the Ruby Koans session)
&lt;/p&gt;
&lt;h4&gt;Closures Explained
&lt;/h4&gt;
&lt;p&gt;
The next session was with &lt;a href="http://blogs.msdn.com/chrsmith/"&gt;Chris Smith&lt;/a&gt; on
closures, lambda calculus, and functional programming with both C# and F#. I already
had a basic understanding of closures, but I got a lot more from this talk. Surprisingly,
lambda calculus’s name is far more complex than the actual concepts that it introduces.
Unfortunately, I still can’t read more than half of the F# examples out there. I seriously
need to try it out on some personal projects to understand it. Luckily, the ideas
behind it are more solid now. Great job Chris!
&lt;/p&gt;
&lt;h4&gt;The Lost Art of Simplicity
&lt;/h4&gt;
&lt;p&gt;
The opening keynote was presented by &lt;a href="http://www.joshholmes.com/blog/"&gt;Josh
Holmes&lt;/a&gt; on &lt;a href="http://www.joshholmes.com/blog/2009/04/29/TheLostArtOfSimplicity.aspx"&gt;the
Lost Art of Simplicity&lt;/a&gt;. He posted the slides from when he gave his presentation
earlier in the year, so I won’t spend a lot of time speaking on it. I do want to share
a few thoughts that I got from it, though. 
&lt;/p&gt;
&lt;p&gt;
Josh brought up the thinking that a lot of developers have when they see an application
or other project: “I could build that in a weekend.” I saw this thinking &lt;em&gt;a lot&lt;/em&gt; from
people when stackoverflow.com was built. Josh pointed out the disconnect between this
and then explaining to our users that a new feature will take eight months. 
&lt;/p&gt;
&lt;p&gt;
That sort of hit me in the gut :-) 
&lt;/p&gt;
&lt;p&gt;
He’s right, of course – we do this all the time, particularly in “enterprise” development.
&lt;/p&gt;
&lt;p&gt;
Another comment he brought up that was both true and funny at the same time is that
we as developers don’t speak human, we speak geek. How right he is.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
And now for something completely different…
&lt;/p&gt;
&lt;h4&gt;Lunch boxes do more than carry food
&lt;/h4&gt;
&lt;p&gt;
They carry code. Below is a picture that &lt;a href="http://twitter.com/mmcquade"&gt;Micky
McQuade&lt;/a&gt; took of me trying to explain closures of all things to &lt;a href="http://twitter.com/anthonyford"&gt;Anthony
Ford&lt;/a&gt;. My communication skills were lacking at the time, so I decided to try to
communicate with code and, seeing as how the lunch box was the closest writing medium
I could find, I used it.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Me writing on a lunch box" border="0" alt="Me writing on a lunch box" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/photo_3.jpg" width="363" height="484"&gt; 
&lt;/p&gt;
&lt;p&gt;
The code snippet below is approximately something like:
&lt;/p&gt;
&lt;pre&gt;void Foo()
{
   var x = 5;
   var nums = new List&lt;int&gt;
{ 1, 2, 3 }; nums.ForEach(n =&amp;gt; Console.WriteLine(x)); }
&lt;/pre&gt;
&lt;p&gt;
I wanted to show how, if the lambda were moved out to its own function, it wouldn’t
be able to access the x variable. 
&lt;p&gt;
&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Code on a lunch box" border="0" alt="Code on a lunch box" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/AnotheryearanotherdevLinkpart1_94E1/photo2.jpg" width="363" height="484"&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=1e522746-a4aa-4eed-8635-de77bb093d58" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,1e522746-a4aa-4eed-8635-de77bb093d58.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=2ff35723-b8aa-4d51-b050-6c1508a65a8b</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,2ff35723-b8aa-4d51-b050-6c1508a65a8b.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,2ff35723-b8aa-4d51-b050-6c1508a65a8b.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2ff35723-b8aa-4d51-b050-6c1508a65a8b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you’ll be in the northwest Arkansas area tomorrow (April 25), be sure to come out
for the <a href="http://codecamp.nwadnug.org/">NWA Code Camp</a>. There will be presentations
on everything ranging from LINQ and Silverlight to iPhone development. I’ll be presenting
my PowerShell talk one more time as well. If I can count at all, it looks like there
will be 15 different speakers total.
</p>
        <p>
I’m looking forward to it!
</p>
        <p>
          <a href="http://codecamp.nwadnug.org/">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/NWACodeCamp2009istomorrow_691F/image_9.png" width="244" height="75" />
          </a> 
</p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a3e83366-c886-4d06-a6c6-6eaa8f87f3a4" class="wlWriterEditableSmartContent">Technorati
Tags: <a href="http://technorati.com/tags/CodeCamp" rel="tag">CodeCamp</a></div>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=2ff35723-b8aa-4d51-b050-6c1508a65a8b" />
      </body>
      <title>NWA Code Camp 2009 is tomorrow</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,2ff35723-b8aa-4d51-b050-6c1508a65a8b.aspx</guid>
      <link>http://www.mohundro.com/blog/2009/04/24/NWACodeCamp2009IsTomorrow.aspx</link>
      <pubDate>Fri, 24 Apr 2009 12:28:37 GMT</pubDate>
      <description>&lt;p&gt;
If you’ll be in the northwest Arkansas area tomorrow (April 25), be sure to come out
for the &lt;a href="http://codecamp.nwadnug.org/"&gt;NWA Code Camp&lt;/a&gt;. There will be presentations
on everything ranging from LINQ and Silverlight to iPhone development. I’ll be presenting
my PowerShell talk one more time as well. If I can count at all, it looks like there
will be 15 different speakers total.
&lt;/p&gt;
&lt;p&gt;
I’m looking forward to it!
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://codecamp.nwadnug.org/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/NWACodeCamp2009istomorrow_691F/image_9.png" width="244" height="75"&gt;&lt;/a&gt;&amp;nbsp;
&lt;/p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a3e83366-c886-4d06-a6c6-6eaa8f87f3a4" class="wlWriterEditableSmartContent"&gt;Technorati
Tags: &lt;a href="http://technorati.com/tags/CodeCamp" rel="tag"&gt;CodeCamp&lt;/a&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=2ff35723-b8aa-4d51-b050-6c1508a65a8b" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,2ff35723-b8aa-4d51-b050-6c1508a65a8b.aspx</comments>
      <category>Conferences</category>
      <category>Speaking</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=05633bac-ce84-4d31-bed4-b790505d511c</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,05633bac-ce84-4d31-bed4-b790505d511c.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,05633bac-ce84-4d31-bed4-b790505d511c.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=05633bac-ce84-4d31-bed4-b790505d511c</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/MurfreesboroSushiwithabunchofDevLinkatte_12C4C/devlink2008-ayasushi_2.jpg">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="498" alt="Eating at Aya Sushi" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/MurfreesboroSushiwithabunchofDevLinkatte_12C4C/devlink2008-ayasushi_thumb.jpg" width="604" border="0" />
          </a>
        </p>
        <p>
I told you we had <a href="http://www.myspace.com/ayasushi">sushi</a> while at DevLink!
We're happy in this picture because we all had just had a great dinner :-) (that,
and they told us to be goofy for the picture)
</p>
        <p>
Don't expect me to link to MySpace too many times... I think is a first.
</p>
        <p>
        </p>
        <div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b6cef3c5-0d0c-41ef-b062-972cf7113e53" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati
Tags: <a href="http://technorati.com/tags/DevLink" rel="tag">DevLink</a></div>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=05633bac-ce84-4d31-bed4-b790505d511c" />
      </body>
      <title>Murfreesboro Sushi with a bunch of DevLink attendees</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,05633bac-ce84-4d31-bed4-b790505d511c.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/08/28/MurfreesboroSushiWithABunchOfDevLinkAttendees.aspx</link>
      <pubDate>Thu, 28 Aug 2008 02:21:18 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/MurfreesboroSushiwithabunchofDevLinkatte_12C4C/devlink2008-ayasushi_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="498" alt="Eating at Aya Sushi" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/MurfreesboroSushiwithabunchofDevLinkatte_12C4C/devlink2008-ayasushi_thumb.jpg" width="604" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
I told you we had &lt;a href="http://www.myspace.com/ayasushi"&gt;sushi&lt;/a&gt; while at DevLink!
We're happy in this picture because we all had just had a great dinner :-) (that,
and they told us to be goofy for the picture)
&lt;/p&gt;
&lt;p&gt;
Don't expect me to link to MySpace too many times... I think is a first.
&lt;/p&gt;
&lt;p&gt;
&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b6cef3c5-0d0c-41ef-b062-972cf7113e53" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati
Tags: &lt;a href="http://technorati.com/tags/DevLink" rel="tag"&gt;DevLink&lt;/a&gt;
&lt;/div&gt;
&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=05633bac-ce84-4d31-bed4-b790505d511c" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,05633bac-ce84-4d31-bed4-b790505d511c.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=389f8a89-a473-4830-b46c-6c428b55acff</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,389f8a89-a473-4830-b46c-6c428b55acff.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,389f8a89-a473-4830-b46c-6c428b55acff.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=389f8a89-a473-4830-b46c-6c428b55acff</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <title>devLink 2008 Recap</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,389f8a89-a473-4830-b46c-6c428b55acff.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/08/27/devLink2008Recap.aspx</link>
      <pubDate>Wed, 27 Aug 2008 12:40:55 GMT</pubDate>
      <description>&lt;p&gt;
Last weekend, I was fortunate enough to be able to participate in &lt;a href="http://devlink.net"&gt;devLink
2008&lt;/a&gt;. &lt;a href="http://www.mysoftwarestartup.com/"&gt;Randy Walker&lt;/a&gt;, &lt;a href="http://michaelcodes.net/"&gt;Michael
Johnson&lt;/a&gt; and myself drove down on Thursday morning. This was my second time to
attend and &lt;a href="http://www.anvilsystems.com/Blog/tabid/114/Default.aspx"&gt;John
Kellar&lt;/a&gt; has done an excellent job once again in putting this conference together.
An addition to the conference this year was an &lt;a href="&amp;copy;http:/en.wikipedia.org/wiki/Open_Space_Technology"&gt;Open
Spaces&lt;/a&gt; format that was held alongside the more traditional, “eyes-front” presentations.
Before I get to that, I want to share my experiences regarding the rest of the conference
first.
&lt;/p&gt;
&lt;h4&gt;“Eyes-Front”
&lt;/h4&gt;
&lt;p&gt;
The opening keynote speaker was a very good speaker. That was the good. The bad was
that he was speaking on outsourcing. Let’s just say his relevancy score on my speaker
survey was quite low. We’ll move on :-)
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.colinneller.com/blog/"&gt;Colin Neller&lt;/a&gt; did a great job talking
about styling and theming Silverlight content. I really appreciated his talk because
he primarily used Expression Blend and, being the developer that I am, I am completely
inept when it comes to Designer-oriented tools. He told us to expect to see the UI
skills of a 3 year old, but you know, his 3 year old skills were better than my skills. &lt;a href="http://blogs.msdn.com/charlie/"&gt;Charlie
Calvert&lt;/a&gt; showed up his talk, so we all spoke with him for a few minutes afterwards.
&lt;/p&gt;
&lt;p&gt;
I also attended a talk by &lt;a href="http://www.thinqlinq.com/"&gt;Jim Wooley&lt;/a&gt; on LINQ
to XML. I had already spent some time with LINQ to XML, so I didn’t see a lot of completely
new content, but I’ve got to give Jim props for his demos. It is hard to explain how
nice the XML Literals support in VB.NET is until you can actually see it in action.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.misfitgeek.com/"&gt;Joe Stagner&lt;/a&gt; presented the closing keynote.
He basically talked about the direction that technology is taking, including an increased
focus on parallelism (brought on by the advent of many-core over faster processors)
as well as the direction that the web is taking. Regarding the web and startups, Joe
brought up some points that I originally heard from &lt;a href="http://goruco2008.confreaks.com/02_bowkett.html"&gt;Giles
Bowkett’s presentation at GoRuCo&lt;/a&gt; (online, of course) about how the web is making
the need for venture capital cease. On the way out the door, a group of us spoke with
him a little and he told us that &lt;a href="http://weblogs.asp.net/scottgu"&gt;Scott Guthrie&lt;/a&gt; had
just had his first kid, &lt;em&gt;right in the middle of the release of .NET 3.5 SP1&lt;/em&gt;,
which explains why he has been silent on his blog. :-) Good for him for taking some
time off and congratulations!
&lt;/p&gt;
&lt;p&gt;
I’ll spend the rest of my post talking about the more exciting part of the conference.
&lt;/p&gt;
&lt;h4&gt;On Open Spaces
&lt;/h4&gt;
&lt;p&gt;
Being relatively sheltered under my .NET blanket, I hadn’t really been exposed to
Open Spaces all that much, except for reading about the ALT.NET conferences in Austin
and Seattle. I watched a few of the sessions that were posted online, but I didn’t
really get a good feel for what was going on. Having experienced it now, I’m still
not sure I can explain what happened, but it was a lot of fun.
&lt;/p&gt;
&lt;p&gt;
The Open Spaces opened with an Opening Circle (open, open, open) where we were introduced
to the format and the theme of “Good Enough.” We had a board with time slots and locations
and those who were interested in a topic took a post-it note, wrote their topic down,
announced their name and topic to the group, and then chose a timeslot. This process
continued until the board was full and, after reorganizing or combining sessions,
we broke off for lunch.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://picasaweb.google.com/DotNetJesus/DevLink2008/photo#5238122289532474178"&gt;&lt;img title="Open Spaces talks" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Open Spaces talks" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/devLink2008Recap_E937/image4.png" width="644" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
The first session I attended was a conglomeration of three (or was it four?) topics
into one that I’ll just entitle “Good Enough.” Yeah, like the theme. &lt;a href="http://stevenharman.net/"&gt;Steve
Harman&lt;/a&gt; wanted to come at the topic from the idea of motivating people from being
just “good enough” towards the goal of continual improvement. We talked about ways
of motivating and building passion. I really liked the idea that &lt;a href="http://www.fallenrogue.com/"&gt;Leon
Gersing&lt;/a&gt; brought up where the only wrong answer to any question is “that’s the
way we’ve always done it.”
&lt;/p&gt;
&lt;p&gt;
Next, we spoke about Distributed Source Control (DVCS, DSCM, which one do choose?)
like &lt;a href="http://git.or.cz/"&gt;git&lt;/a&gt;, &lt;a href="http://www.selenic.com/mercurial/wiki/"&gt;mercurial&lt;/a&gt; and &lt;a href="http://bazaar-vcs.org/"&gt;bazaar&lt;/a&gt;.
I was able to offer a little bit of insight because I’ve used git locally on my machine
and offered a very tiny bit of information regarding &lt;a href="http://code.google.com/p/msysgit/"&gt;msysgit&lt;/a&gt;,
but I quickly got out of my league regarding DVCS knowledge. Unfortunately, most everyone
at the talk was attending because they wanted more knowledge, so &lt;a href="http://michaeleatonconsulting.com/blog/"&gt;Michael
Eaton&lt;/a&gt; pulled &lt;a href="http://jrwren.wrenfam.com/blog/"&gt;Jay Wren&lt;/a&gt; in on a conference
call because he had been using bazaar successfully. I wouldn’t believe it if I were
you, so here is a picture as proof :-)
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://picasaweb.google.com/DotNetJesus/DevLink2008/photo#5238124200108510018"&gt;&lt;img title="Conference call with Jay" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Conference call with Jay" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/devLink2008Recap_E937/image_7.png" width="644" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
The next two talks all involved lots of D’s. The first was “What *DD is” and the second
was “How ‘Should’ Changed my Life.” If you’ve been following development practices
much, you’ll probably have an idea what the *DD is referring to. Basically, the one
who posed the question wanted to know the difference between TDD (&lt;a href="http://en.wikipedia.org/wiki/Test-driven_development"&gt;Test
Driven Development&lt;/a&gt;), BDD (&lt;a href="http://en.wikipedia.org/wiki/Behavior_Driven_Development"&gt;Behavior
Driven Development&lt;/a&gt;), DDD (&lt;a href="http://en.wikipedia.org/wiki/Domain_driven_design"&gt;Domain
Driven Design&lt;/a&gt;), and the rest of the DD’s out there. We spent a lot of time on
pushing the benefits of using these practices as design tools, where testing was an
additional benefit to simplified design. Regarding ‘Should,’ we spent time talking
specifically about the naming side of BDD and how just changing the way you name things
can make your development more in line with the business. After hearing &lt;a href="http://www.coreyhaines.com/coreysramblings/"&gt;Corey
Haines&lt;/a&gt; talk about his experiences with BDD and Ruby, I think I need to write some
Ruby code. I’m sold on the benefits that these practices provide, but it is hard trying
to practice them when you’re the one guy on the team who is sold on the practice.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://picasaweb.google.com/DotNetJesus/DevLink2008/photo#5238134640756218050"&gt;&lt;img title="What is *DD?" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="What is *DD?" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/devLink2008Recap_E937/image8.png" width="364" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
All in all, the Open Spaces part of devLink was my favorite part of the conference. &lt;a href="http://netcave.org/"&gt;Alan
Stevens&lt;/a&gt; organized the Open Spaces side of the conference and, to be completely
honest, he did an amazing job. I’m sold on Open Spaces as a conference format now.
&lt;/p&gt;
&lt;h4&gt;Steak and Sushi
&lt;/h4&gt;
&lt;p&gt;
Outside of the conference, I enjoyed getting to hang out with a bunch of new and old
friends. A group of 7 of us went out on Friday night (after the Rock Band/Guitar Hero
III contest) in an attempt to find good sushi. We found it and got our picture posted
on &lt;a href="http://www.myspace.com/ayasushi"&gt;MySpace&lt;/a&gt;! Saturday night was steak
and ice cream, though not at the same time.
&lt;/p&gt;
&lt;p&gt;
This devLink was even better than last year. I’m now following &lt;em&gt;at least&lt;/em&gt; 10
to 15 more people on Twitter now. I’m going to have to make this a yearly thing :-)
&lt;/p&gt;
&lt;p&gt;
NOTE - Thanks to Alan for sharing these photos! The rest of his photos are all at &lt;a title="http://picasaweb.google.com/DotNetJesus/DevLink2008" href="http://picasaweb.google.com/DotNetJesus/DevLink2008"&gt;http://picasaweb.google.com/DotNetJesus/DevLink2008&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0512dce8-2e58-461f-8fc1-aae9493ae06e" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati
Tags: &lt;a href="http://technorati.com/tags/DevLink" rel="tag"&gt;DevLink&lt;/a&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=389f8a89-a473-4830-b46c-6c428b55acff" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,389f8a89-a473-4830-b46c-6c428b55acff.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=9a842f4e-b384-43bf-a1b1-3229239ede88</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,9a842f4e-b384-43bf-a1b1-3229239ede88.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,9a842f4e-b384-43bf-a1b1-3229239ede88.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9a842f4e-b384-43bf-a1b1-3229239ede88</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Last year, <a href="http://www.mohundro.com/blog/2007/10/17/devLink2007Recap.aspx">I
attended DevLink</a>. It was very well done and so, this year, I’m going again!
</p>
        <p>
This time, though, I’m bringing a full contingent from the Northwest Arkansas region.
Well, okay… maybe three people total isn’t a contingent. Certainly not enough to warrant <a href="http://devlink.net/TravelInfo/RidethedevLinkBus/tabid/116/Default.aspx">getting
a bus</a>! However, I am still looking forward to heading to DevLink with <a href="http://www.mysoftwarestartup.com/">Randy
Walker</a> and <a href="http://michaelcodes.net/">Michael Johnson</a>.
</p>
        <p>
If you’re going, look me up. See you there!
</p>
        <p>
          <a href="http://devlink.net/">
            <img title="image" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="105" alt="image" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/GoingtoDevLinkMetoo_12A69/image_3.png" width="179" border="0" />
          </a>
        </p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=9a842f4e-b384-43bf-a1b1-3229239ede88" />
      </body>
      <title>Going to DevLink? Me too!</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,9a842f4e-b384-43bf-a1b1-3229239ede88.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/08/21/GoingToDevLinkMeToo.aspx</link>
      <pubDate>Thu, 21 Aug 2008 02:13:32 GMT</pubDate>
      <description>&lt;p&gt;
Last year, &lt;a href="http://www.mohundro.com/blog/2007/10/17/devLink2007Recap.aspx"&gt;I
attended DevLink&lt;/a&gt;. It was very well done and so, this year, I’m going again!
&lt;/p&gt;
&lt;p&gt;
This time, though, I’m bringing a full contingent from the Northwest Arkansas region.
Well, okay… maybe three people total isn’t a contingent. Certainly not enough to warrant &lt;a href="http://devlink.net/TravelInfo/RidethedevLinkBus/tabid/116/Default.aspx"&gt;getting
a bus&lt;/a&gt;! However, I am still looking forward to heading to DevLink with &lt;a href="http://www.mysoftwarestartup.com/"&gt;Randy
Walker&lt;/a&gt; and &lt;a href="http://michaelcodes.net/"&gt;Michael Johnson&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
If you’re going, look me up. See you there!
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://devlink.net/"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="105" alt="image" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/GoingtoDevLinkMetoo_12A69/image_3.png" width="179" border="0"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=9a842f4e-b384-43bf-a1b1-3229239ede88" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,9a842f4e-b384-43bf-a1b1-3229239ede88.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=5036e780-e23f-4674-86fb-c9deb7b65ebf</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,5036e780-e23f-4674-86fb-c9deb7b65ebf.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,5036e780-e23f-4674-86fb-c9deb7b65ebf.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5036e780-e23f-4674-86fb-c9deb7b65ebf</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
Here it is, final day wrap up.
</p>
        <p>
The first session of the day was with <a href="http://blogs.msdn.com/gblock/">Glenn
Block</a> and <a href="http://briannoyes.net/">Brian Noyes</a> on <a href="http://codeplex.com/CompositeWPF">Composite
WPF</a> (the framework formerly known as Prism). You can think of the Composite WPF<sup>1</sup> library
as the WPF version of the <a href="http://msdn.microsoft.com/en-us/library/aa480450.aspx">Composite
UI Application Block</a> (CAB), but it really is a lot more than that. Something to
note regarding Composite WPF is that they didn’t start with the CAB codebase, but
instead began writing their StockTrader reference application and pulled the framework
out of their implementation instead of the other way around. The entire framework
was written in a <acronym title="Test Driven Development">TDD</acronym> manner. Honestly,
it really shows, too. I’ve been using the framework on one of my projects at work
and it is one of the first examples from Microsoft of a well decoupled (and <em>useful</em>)
piece of software that I’ve seen. I’m a huge fan.
</p>
        <p>
The next session was by <a href="http://diditwith.net/">Dustin Campbell</a> on “Hardcore
Reflection.” Of all the sessions I attended, I think this was the one that started
at exactly where my knowledge ended and built entirely on what I already knew. In
other words, I learned <em>a lot</em> in this session! Dustin covered topics like
RuntimeMethodHandlers, reflection-only assembly loading, and DynamicMethods (via IL
generation). I had never really looked at anything under System.Reflection.Emit (frankly
because it was scary), but it really isn’t all that bad. An interesting note is that
DynamicMethods are what the <acronym title="Dynamic Language Runtime">DLR</acronym> is
using for its high performance in languages like IronPython and IronRuby.
</p>
        <p>
After lunch, I stopped and watched a little <a href="http://www.google.com/search?q=speaker%20idol">“Speaker
Idol”</a> from the <a href="http://www.dotnetrocks.com/">DotNetRocks</a> guys.
</p>
        <p>
 <a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay4Review_7565/Tech%20Ed%202008%202008-06-02%20006.jpg"><img title="Speaker Idol at Tech Ed" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="483" alt="Speaker Idol at Tech Ed" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay4Review_7565/Tech%20Ed%202008%202008-06-02%20006_thumb.jpg" width="644" border="0" /></a></p>
        <p>
Next, I attended a session with <a href="http://weblogs.asp.net/rosherove/">Roy Osherove</a> on
Design and Testability. I would sum this talk was on how good code design and architecture
allow for unit testing, which assists in maintenance because products spend far more
time in maintenance than they do in the initial coding phase. (this is where a lot
of the RAD ideas fall down - “Look, I’ve got an application written in a day! Look,
I’m spending a week debugging this thing because I can’t find anything!”) If you’re
unfamiliar with ideas like Dependency Injection, I would encourage you to check them
out. If you have code that relies on external dependencies (shared components, services,
other classes, whatever), don’t have your code be in charge of creating it. Instead,
pass that dependency (the interface, not the actual implementation) in via the constructor.
In doing so, your constructor declares everything that it needs in order to run. It
also allows you to override dependencies for testing or plug in fake services so that
you can verify UI functionality without hitting databases or whatever. I’m glossing
over details, but thinking in terms of breaking dependencies apart will change the
way you think about code and, particularly, what abstraction really means.
</p>
        <p>
The final session of the day was by <a href="http://www.iunknown.com/">John Lam</a> on <a href="http://www.ironruby.com/">IronRuby</a>.
I am <em>very</em> excited about the IronRuby project. Ruby as a language intrigues
me and being able to use it in the .NET Framework (and thus with projects I’ve already
got) is very appealing. Something that was very exciting was getting to see the “world
premiere” of <a href="http://www.iunknown.com/2008/06/ironruby-and-aspnet-mvc.html">IronRuby
running on ASP.NET MVC</a>. Note that I didn’t say Rails, but ASP.NET MVC (Rails being
the MVC framework on Ruby, while ASP.NET MVC is the… MVC framework on ASP.NET :-)).
</p>
        <p>
All in all, I really enjoyed the conference. Something I didn’t quite expect (having
never been to Tech Ed), was that there was very little that I saw that was completely
new to me. This is likely a sign that my feed list is far too long, but you can stay
relatively current if you will just spend an hour or so a day reading blogs! More
and more, I’m beginning to feel that the actual face to face communication is where
the real value in conferences comes from. Being able to talk to people who face the
same problems you do every day or getting to speak with the people who work on the
.NET Framework every day carries a lot more value. Blogs provide plenty of <em>very</em> current
and relevant information, but text can communicate only so much. If you’re a developer,
there are plenty of other resources outside of expensive conferences like Tech Ed
that are available like user groups (hi <a href="http://www.fsdnug.org/">FSDNUG</a>!)
and local conferences (hi <a href="http://devlink.net/">DevLink</a>!) that can give
you a lot of the value. If you’re not already participating, why not? Get involved<sup>2</sup>!
</p>
        <p>
          <sup>1</sup> Composite Application Guidance for WPF? Composite Application Library
(CAL)? Why couldn’t we have stuck with Prism, guys?<sup>2 </sup>I didn’t realize this
post would turn into a call to action to get involved, but that’s what stream on consciousness
writing does I suppose.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=5036e780-e23f-4674-86fb-c9deb7b65ebf" />
      </body>
      <title>Tech Ed &amp;ndash; Day 4 Review</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,5036e780-e23f-4674-86fb-c9deb7b65ebf.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/07/14/TechEdNdashDay4Review.aspx</link>
      <pubDate>Mon, 14 Jul 2008 13:20:58 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Here it is, final day wrap up.
&lt;/p&gt;
&lt;p&gt;
The first session of the day was with &lt;a href="http://blogs.msdn.com/gblock/"&gt;Glenn
Block&lt;/a&gt; and &lt;a href="http://briannoyes.net/"&gt;Brian Noyes&lt;/a&gt; on &lt;a href="http://codeplex.com/CompositeWPF"&gt;Composite
WPF&lt;/a&gt; (the framework formerly known as Prism). You can think of the Composite WPF&lt;sup&gt;1&lt;/sup&gt; library
as the WPF version of the &lt;a href="http://msdn.microsoft.com/en-us/library/aa480450.aspx"&gt;Composite
UI Application Block&lt;/a&gt; (CAB), but it really is a lot more than that. Something to
note regarding Composite WPF is that they didn’t start with the CAB codebase, but
instead began writing their StockTrader reference application and pulled the framework
out of their implementation instead of the other way around. The entire framework
was written in a &lt;acronym title="Test Driven Development"&gt;TDD&lt;/acronym&gt; manner. Honestly,
it really shows, too. I’ve been using the framework on one of my projects at work
and it is one of the first examples from Microsoft of a well decoupled (and &lt;em&gt;useful&lt;/em&gt;)
piece of software that I’ve seen. I’m a huge fan.
&lt;/p&gt;
&lt;p&gt;
The next session was by &lt;a href="http://diditwith.net/"&gt;Dustin Campbell&lt;/a&gt; on “Hardcore
Reflection.” Of all the sessions I attended, I think this was the one that started
at exactly where my knowledge ended and built entirely on what I already knew. In
other words, I learned &lt;em&gt;a lot&lt;/em&gt; in this session! Dustin covered topics like
RuntimeMethodHandlers, reflection-only assembly loading, and DynamicMethods (via IL
generation). I had never really looked at anything under System.Reflection.Emit (frankly
because it was scary), but it really isn’t all that bad. An interesting note is that
DynamicMethods are what the &lt;acronym title="Dynamic Language Runtime"&gt;DLR&lt;/acronym&gt; is
using for its high performance in languages like IronPython and IronRuby.
&lt;/p&gt;
&lt;p&gt;
After lunch, I stopped and watched a little &lt;a href="http://www.google.com/search?q=speaker%20idol"&gt;“Speaker
Idol”&lt;/a&gt; from the &lt;a href="http://www.dotnetrocks.com/"&gt;DotNetRocks&lt;/a&gt; guys.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&lt;a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay4Review_7565/Tech%20Ed%202008%202008-06-02%20006.jpg"&gt;&lt;img title="Speaker Idol at Tech Ed" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="483" alt="Speaker Idol at Tech Ed" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay4Review_7565/Tech%20Ed%202008%202008-06-02%20006_thumb.jpg" width="644" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Next, I attended a session with &lt;a href="http://weblogs.asp.net/rosherove/"&gt;Roy Osherove&lt;/a&gt; on
Design and Testability. I would sum this talk was on how good code design and architecture
allow for unit testing, which assists in maintenance because products spend far more
time in maintenance than they do in the initial coding phase. (this is where a lot
of the RAD ideas fall down - “Look, I’ve got an application written in a day! Look,
I’m spending a week debugging this thing because I can’t find anything!”) If you’re
unfamiliar with ideas like Dependency Injection, I would encourage you to check them
out. If you have code that relies on external dependencies (shared components, services,
other classes, whatever), don’t have your code be in charge of creating it. Instead,
pass that dependency (the interface, not the actual implementation) in via the constructor.
In doing so, your constructor declares everything that it needs in order to run. It
also allows you to override dependencies for testing or plug in fake services so that
you can verify UI functionality without hitting databases or whatever. I’m glossing
over details, but thinking in terms of breaking dependencies apart will change the
way you think about code and, particularly, what abstraction really means.
&lt;/p&gt;
&lt;p&gt;
The final session of the day was by &lt;a href="http://www.iunknown.com/"&gt;John Lam&lt;/a&gt; on &lt;a href="http://www.ironruby.com/"&gt;IronRuby&lt;/a&gt;.
I am &lt;em&gt;very&lt;/em&gt; excited about the IronRuby project. Ruby as a language intrigues
me and being able to use it in the .NET Framework (and thus with projects I’ve already
got) is very appealing. Something that was very exciting was getting to see the “world
premiere” of &lt;a href="http://www.iunknown.com/2008/06/ironruby-and-aspnet-mvc.html"&gt;IronRuby
running on ASP.NET MVC&lt;/a&gt;. Note that I didn’t say Rails, but ASP.NET MVC (Rails being
the MVC framework on Ruby, while ASP.NET MVC is the… MVC framework on ASP.NET :-)).
&lt;/p&gt;
&lt;p&gt;
All in all, I really enjoyed the conference. Something I didn’t quite expect (having
never been to Tech Ed), was that there was very little that I saw that was completely
new to me. This is likely a sign that my feed list is far too long, but you can stay
relatively current if you will just spend an hour or so a day reading blogs! More
and more, I’m beginning to feel that the actual face to face communication is where
the real value in conferences comes from. Being able to talk to people who face the
same problems you do every day or getting to speak with the people who work on the
.NET Framework every day carries a lot more value. Blogs provide plenty of &lt;em&gt;very&lt;/em&gt; current
and relevant information, but text can communicate only so much. If you’re a developer,
there are plenty of other resources outside of expensive conferences like Tech Ed
that are available like user groups (hi &lt;a href="http://www.fsdnug.org/"&gt;FSDNUG&lt;/a&gt;!)
and local conferences (hi &lt;a href="http://devlink.net/"&gt;DevLink&lt;/a&gt;!) that can give
you a lot of the value. If you’re not already participating, why not? Get involved&lt;sup&gt;2&lt;/sup&gt;!
&lt;/p&gt;
&lt;p&gt;
&lt;sup&gt;1&lt;/sup&gt; Composite Application Guidance for WPF? Composite Application Library
(CAL)? Why couldn’t we have stuck with Prism, guys?&lt;sup&gt;2 &lt;/sup&gt;I didn’t realize this
post would turn into a call to action to get involved, but that’s what stream on consciousness
writing does I suppose.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=5036e780-e23f-4674-86fb-c9deb7b65ebf" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,5036e780-e23f-4674-86fb-c9deb7b65ebf.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=acac2cee-8a77-495f-be76-97b6b02d37c4</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,acac2cee-8a77-495f-be76-97b6b02d37c4.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,acac2cee-8a77-495f-be76-97b6b02d37c4.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=acac2cee-8a77-495f-be76-97b6b02d37c4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
After a short hiatus, I’m back with yet another day review of Tech Ed. Just one more
after this!
</p>
        <p>
The first session I attended on Day 3 was with <a href="http://blogs.msdn.com/lukeh/">Luke
Hoban</a> and <a href="http://blogs.tedneward.com/">Ted Neward</a> and was entitled
“the Busy Developer’s Guide to F#.” If you haven’t heard about <a href="http://research.microsoft.com/fsharp/fsharp.aspx">F#</a>,
it is a product of <a href="http://research.microsoft.com/">Microsoft Research</a> that
“[combines] the efficiency, scripting, strong typing and productivity of ML with the
stability, libraries, cross-language working and tools of .NET.” If that didn’t make
sense, the gist of it is that F# is a functional language built on top of .NET. Look
at the <a href="http://research.microsoft.com/fsharp/starting.aspx">Getting started
with F# page</a> for details. The really interesting thing about F# is that the plan
is that it will actually <a href="http://blogs.msdn.com/somasegar/archive/2007/10/17/f-a-functional-programming-language.aspx">graduate
from Microsoft Research and become a full blown product from Microsoft</a>. The session
itself was great – Luke did the demos while Ted did the talking basically. I’d really
like to look into this more. I’ve got the latest version installed, but I haven’t
written anything substantial yet.
</p>
        <p>
The next session was with <a href="http://codebetter.com/blogs/jeffrey.palermo/default.aspx">Jeffrey
Palermo</a> and was entitled “Architectural Concerns for ORM.” While the session was
on ORM, what I really got out of it was effective communication of topics like separation
of concerns and true decoupling of architecture. I’ve understood the concepts, but
I am very ineffective at communicating those concerns to my coworkers. Jeffrey did
an excellent job of communicating this and I appreciated that.
</p>
        <p>
One of the most random things that occurred while at Tech Ed was at lunch on day 3.
I sat down for lunch and a few guys sat down at the table. Every one of them had Sun
badges on. Yes, <a href="http://www.sun.com/">Sun Microsystems</a>, the guys who make <a href="http://java.sun.com/">Java</a>.
I was curious, so I asked what was going on. :-) They were there basically to see
what Microsoft was up to. Makes sense I guess. I personally hadn’t coded Java since
college, but it was still really interesting to talk to them. We all geeked out on
Java, dynamic languages (like <a href="http://jruby.codehaus.org/">JRuby</a> and <a href="http://www.ironruby.net/">IronRuby</a>),
mainframes, and horror stories about hardware (like when the sewage backed up into
our computer room).
</p>
        <p>
After lunch, I attended a session from <a href="http://jamesnewkirk.typepad.com/">James
Newkirk</a> on Unit Testing. If I were to summarize the session in a sentence, I’d
call it “Reasons Why I Wrote <a href="http://www.codeplex.com/xunit/">xUnit</a>.”
James’ story is interesting because he is also one of the original authors of <a href="http://www.nunit.org/">nUnit</a>,
which was heavily influenced by <a href="http://www.junit.org/">jUnit</a>. After James
left the nUnit, he decided that current thinking on testing frameworks was a little
off and <a href="http://jamesnewkirk.typepad.com/posts/2007/09/announcing-xuni.html">he
and Brad Wilson created xUnit</a>. The session was very interesting and, as a result,
I’m now trying out xUnit on one of my current projects. Easily my favorite thing about
xUnit is the change from the [Test] attribute to [Fact] attribute. Unit Testing, or
more accurately <a href="http://en.wikipedia.org/wiki/Test-driven_development">Test
Driven Development</a>, is not really about testing, but creating specifications and
design (see <a href="http://behaviour-driven.org/">Behavior Driven Development</a> which
is also an attempt to drive this point home).
</p>
        <p>
After the session, I went up to ask James some questions, but he needed to head down
to an “Ask The Experts” session he was giving on TDD. I ended up walking down with
him and <a href="http://www.peterprovost.org/">Peter Provost</a> and talked to them
about testing, TDD, design, etc. for a good hour. It was really informative and I
got some great advice.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=acac2cee-8a77-495f-be76-97b6b02d37c4" />
      </body>
      <title>Tech Ed &amp;ndash; Day 3 Review</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,acac2cee-8a77-495f-be76-97b6b02d37c4.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/07/09/TechEdNdashDay3Review.aspx</link>
      <pubDate>Wed, 09 Jul 2008 12:47:30 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
After a short hiatus, I’m back with yet another day review of Tech Ed. Just one more
after this!
&lt;/p&gt;
&lt;p&gt;
The first session I attended on Day 3 was with &lt;a href="http://blogs.msdn.com/lukeh/"&gt;Luke
Hoban&lt;/a&gt; and &lt;a href="http://blogs.tedneward.com/"&gt;Ted Neward&lt;/a&gt; and was entitled
“the Busy Developer’s Guide to F#.” If you haven’t heard about &lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx"&gt;F#&lt;/a&gt;,
it is a product of &lt;a href="http://research.microsoft.com/"&gt;Microsoft Research&lt;/a&gt; that
“[combines] the efficiency, scripting, strong typing and productivity of ML with the
stability, libraries, cross-language working and tools of .NET.” If that didn’t make
sense, the gist of it is that F# is a functional language built on top of .NET. Look
at the &lt;a href="http://research.microsoft.com/fsharp/starting.aspx"&gt;Getting started
with F# page&lt;/a&gt; for details. The really interesting thing about F# is that the plan
is that it will actually &lt;a href="http://blogs.msdn.com/somasegar/archive/2007/10/17/f-a-functional-programming-language.aspx"&gt;graduate
from Microsoft Research and become a full blown product from Microsoft&lt;/a&gt;. The session
itself was great – Luke did the demos while Ted did the talking basically. I’d really
like to look into this more. I’ve got the latest version installed, but I haven’t
written anything substantial yet.
&lt;/p&gt;
&lt;p&gt;
The next session was with &lt;a href="http://codebetter.com/blogs/jeffrey.palermo/default.aspx"&gt;Jeffrey
Palermo&lt;/a&gt; and was entitled “Architectural Concerns for ORM.” While the session was
on ORM, what I really got out of it was effective communication of topics like separation
of concerns and true decoupling of architecture. I’ve understood the concepts, but
I am very ineffective at communicating those concerns to my coworkers. Jeffrey did
an excellent job of communicating this and I appreciated that.
&lt;/p&gt;
&lt;p&gt;
One of the most random things that occurred while at Tech Ed was at lunch on day 3.
I sat down for lunch and a few guys sat down at the table. Every one of them had Sun
badges on. Yes, &lt;a href="http://www.sun.com/"&gt;Sun Microsystems&lt;/a&gt;, the guys who make &lt;a href="http://java.sun.com/"&gt;Java&lt;/a&gt;.
I was curious, so I asked what was going on. :-) They were there basically to see
what Microsoft was up to. Makes sense I guess. I personally hadn’t coded Java since
college, but it was still really interesting to talk to them. We all geeked out on
Java, dynamic languages (like &lt;a href="http://jruby.codehaus.org/"&gt;JRuby&lt;/a&gt; and &lt;a href="http://www.ironruby.net/"&gt;IronRuby&lt;/a&gt;),
mainframes, and horror stories about hardware (like when the sewage backed up into
our computer room).
&lt;/p&gt;
&lt;p&gt;
After lunch, I attended a session from &lt;a href="http://jamesnewkirk.typepad.com/"&gt;James
Newkirk&lt;/a&gt; on Unit Testing. If I were to summarize the session in a sentence, I’d
call it “Reasons Why I Wrote &lt;a href="http://www.codeplex.com/xunit/"&gt;xUnit&lt;/a&gt;.”
James’ story is interesting because he is also one of the original authors of &lt;a href="http://www.nunit.org/"&gt;nUnit&lt;/a&gt;,
which was heavily influenced by &lt;a href="http://www.junit.org/"&gt;jUnit&lt;/a&gt;. After James
left the nUnit, he decided that current thinking on testing frameworks was a little
off and &lt;a href="http://jamesnewkirk.typepad.com/posts/2007/09/announcing-xuni.html"&gt;he
and Brad Wilson created xUnit&lt;/a&gt;. The session was very interesting and, as a result,
I’m now trying out xUnit on one of my current projects. Easily my favorite thing about
xUnit is the change from the [Test] attribute to [Fact] attribute. Unit Testing, or
more accurately &lt;a href="http://en.wikipedia.org/wiki/Test-driven_development"&gt;Test
Driven Development&lt;/a&gt;, is not really about testing, but creating specifications and
design (see &lt;a href="http://behaviour-driven.org/"&gt;Behavior Driven Development&lt;/a&gt; which
is also an attempt to drive this point home).
&lt;/p&gt;
&lt;p&gt;
After the session, I went up to ask James some questions, but he needed to head down
to an “Ask The Experts” session he was giving on TDD. I ended up walking down with
him and &lt;a href="http://www.peterprovost.org/"&gt;Peter Provost&lt;/a&gt; and talked to them
about testing, TDD, design, etc. for a good hour. It was really informative and I
got some great advice.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=acac2cee-8a77-495f-be76-97b6b02d37c4" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,acac2cee-8a77-495f-be76-97b6b02d37c4.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=e82fb73d-25c9-40af-b999-1ef331a7c084</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,e82fb73d-25c9-40af-b999-1ef331a7c084.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,e82fb73d-25c9-40af-b999-1ef331a7c084.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e82fb73d-25c9-40af-b999-1ef331a7c084</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
Continuing in my never-ending (at least until day 4) review of Tech Ed, this post
will talk about how the second day of the conference went.
</p>
        <p>
        </p>
        <p>
At breakfast, I got to sit down at the same table as <a href="http://blogs.msdn.com/saraford">Sara
Ford</a>, a PM at Microsoft on the CodePlex team and a well known for her <a href="http://blogs.msdn.com/saraford/archive/tags/Visual+Studio+2008+Tip+of+the+Day/default.aspx">Visual
Studio Tip of the Day</a> series. That experience sort of reinforced the fact that
you really do get to interact with the people who are working on the tools that we
use every day.
</p>
        <p>
The first session from that day was entitled “Nine Essential Tools for Every Developer.”
I left early because I didn’t notice the subtitle that told me the session was <em>actually</em> about
Office Power Tools. I don’t currently develop any Office interop applications, primarily
because we’re still supporting Office 2000 (if not 97). It wasn’t exactly the most
accurate session title.
</p>
        <p>
I attended a session by <a href="http://blogs.iis.net/drobbins/">Drew Robbins</a> on
hosting WCF in IIS7. I am seriously excited about IIS7 and it really makes me want
to move my development machine from XP to either Vista or Server 2008. It won’t really
make a difference because we’re still targeting Server 2003 (and thus IIS6), but it
is still awesome. I got a lot more out of this session on IIS7 than I did on WCF hosting.
The best part of the session for me was the demo of the <a href="http://blogs.msdn.com/powershell/archive/2008/07/03/iis7-powershell-provider-tech-preview-2.aspx">IIS7
PowerShell provider</a>.
</p>
        <p>
At lunch, I got to hang out with the <a href="http://hashtags.org/tag/twittertribe/">TwitterTribe</a>.
</p>
        <p>
          <a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay2Review_8D46/Tech%20Ed%202008%202008-06-02%20005.jpg">
            <img title="TwitterTribe lunch (includes Colin Neller, Scott C. Reynolds, Alan Stevens, and others)" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="483" alt="TwitterTribe lunch (includes Colin Neller, Scott C. Reynolds, Alan Stevens, and others)" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay2Review_8D46/Tech%20Ed%202008%202008-06-02%20005_thumb.jpg" width="644" border="0" />
          </a>
        </p>
        <p>
I didn’t catch everyone’s name, but the picture above has (from left) <a href="http://www.colinneller.com/blog/">Colin
Neller</a> (<a href="http://twitter.com/cneller">http://twitter.com/cneller</a>), <a href="http://www.scottcreynolds.com/">Scott
C. Reynolds</a> (<a title="http://twitter.com/scottcreynolds" href="http://twitter.com/scottcreynolds">http://twitter.com/scottcreynolds</a>),
and <a href="http://netcave.org/">Alan Stevens</a> (<a title="http://twitter.com/alanstevens" href="http://twitter.com/alanstevens">http://twitter.com/alanstevens</a>)
(after the guy in the blue shirt). The guy on the right just out of the picture is <a href="http://mobilitymatters.wordpress.com/">Dan
Hibbets</a> (<a href="http://twitter.com/MobilityMatters">http://twitter.com/MobilityMatters</a>). <a href="http://keithelder.net/blog/">Keith
Elder</a> (<a href="http://twitter.com/keithelder">http://twitter.com/keithelder</a>)
swung by later as did <a href="http://addressof.com/blog">Cory Smith</a> (<a href="http://twitter.com/DualBrain">http://twitter.com/DualBrain</a>).
I apologize to those that I missed (leave a comment and I’ll add you in, too). We
had a lot of fun geeking out and thanks to Alan for organizing it. Alan even put together
a poster with the “Twitter is having problems” image so we would know where to meet
up. :-)
</p>
        <p>
After lunch, I attended a session by <a href="http://www.hanselman.com/blog/">Scott
Hanselman</a> on Dynamic Data in ASP.NET. Scott is a great presenter, but you already
knew that if you’ve watched any of his sessions or screencasts. This session served
as a part 1 to a two part session, but I skipped out on part 2, because I had to catch
the session on the Managed AddIn Framework.
</p>
        <p>
The session on MAF with Jesse Kaplan was very exciting to me. Some of the readers
will know that the primarily application that I work on dynamically hosts other application
in it. I deal with things like Assembly Binding, Assembly Loading, versioning, etc.
every single day. I am really excited about System.AddIn. Having the ability to load
up addins in separate AppDomains to have isolation from your host to your addin is
a great feature. Honestly, I know this could be done before, but the real benefit
for us is the ability to host our addins (that have a UI) in a separate AppDomain.
Through some very nasty hacking, I was able to get WinForms UI to run in a separate
AppDomain from the host WinForms UI, but it was not ideal by any means. If you want
to do this sort of thing, <em>look at System.AddIn</em>. I’d like to present on MAF
at the user groups in the area at some point, so if you’re at all interested in this,
let me know and I’ll see about putting some information together.
</p>
        <p>
That pretty much finishes up my second day of Tech Ed. Just two more days of review
left!
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=e82fb73d-25c9-40af-b999-1ef331a7c084" />
      </body>
      <title>Tech Ed &amp;ndash; Day 2 Review</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,e82fb73d-25c9-40af-b999-1ef331a7c084.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/07/03/TechEdNdashDay2Review.aspx</link>
      <pubDate>Thu, 03 Jul 2008 15:26:06 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Continuing in my never-ending (at least until day 4) review of Tech Ed, this post
will talk about how the second day of the conference went.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
At breakfast, I got to sit down at the same table as &lt;a href="http://blogs.msdn.com/saraford"&gt;Sara
Ford&lt;/a&gt;, a PM at Microsoft on the CodePlex team and a well known for her &lt;a href="http://blogs.msdn.com/saraford/archive/tags/Visual+Studio+2008+Tip+of+the+Day/default.aspx"&gt;Visual
Studio Tip of the Day&lt;/a&gt; series. That experience sort of reinforced the fact that
you really do get to interact with the people who are working on the tools that we
use every day.
&lt;/p&gt;
&lt;p&gt;
The first session from that day was entitled “Nine Essential Tools for Every Developer.”
I left early because I didn’t notice the subtitle that told me the session was &lt;em&gt;actually&lt;/em&gt; about
Office Power Tools. I don’t currently develop any Office interop applications, primarily
because we’re still supporting Office 2000 (if not 97). It wasn’t exactly the most
accurate session title.
&lt;/p&gt;
&lt;p&gt;
I attended a session by &lt;a href="http://blogs.iis.net/drobbins/"&gt;Drew Robbins&lt;/a&gt; on
hosting WCF in IIS7. I am seriously excited about IIS7 and it really makes me want
to move my development machine from XP to either Vista or Server 2008. It won’t really
make a difference because we’re still targeting Server 2003 (and thus IIS6), but it
is still awesome. I got a lot more out of this session on IIS7 than I did on WCF hosting.
The best part of the session for me was the demo of the &lt;a href="http://blogs.msdn.com/powershell/archive/2008/07/03/iis7-powershell-provider-tech-preview-2.aspx"&gt;IIS7
PowerShell provider&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
At lunch, I got to hang out with the &lt;a href="http://hashtags.org/tag/twittertribe/"&gt;TwitterTribe&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay2Review_8D46/Tech%20Ed%202008%202008-06-02%20005.jpg"&gt;&lt;img title="TwitterTribe lunch (includes Colin Neller, Scott C. Reynolds, Alan Stevens, and others)" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="483" alt="TwitterTribe lunch (includes Colin Neller, Scott C. Reynolds, Alan Stevens, and others)" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay2Review_8D46/Tech%20Ed%202008%202008-06-02%20005_thumb.jpg" width="644" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
I didn’t catch everyone’s name, but the picture above has (from left) &lt;a href="http://www.colinneller.com/blog/"&gt;Colin
Neller&lt;/a&gt; (&lt;a href="http://twitter.com/cneller"&gt;http://twitter.com/cneller&lt;/a&gt;), &lt;a href="http://www.scottcreynolds.com/"&gt;Scott
C. Reynolds&lt;/a&gt; (&lt;a title="http://twitter.com/scottcreynolds" href="http://twitter.com/scottcreynolds"&gt;http://twitter.com/scottcreynolds&lt;/a&gt;),
and &lt;a href="http://netcave.org/"&gt;Alan Stevens&lt;/a&gt; (&lt;a title="http://twitter.com/alanstevens" href="http://twitter.com/alanstevens"&gt;http://twitter.com/alanstevens&lt;/a&gt;)
(after the guy in the blue shirt). The guy on the right just out of the picture is &lt;a href="http://mobilitymatters.wordpress.com/"&gt;Dan
Hibbets&lt;/a&gt; (&lt;a href="http://twitter.com/MobilityMatters"&gt;http://twitter.com/MobilityMatters&lt;/a&gt;). &lt;a href="http://keithelder.net/blog/"&gt;Keith
Elder&lt;/a&gt; (&lt;a href="http://twitter.com/keithelder"&gt;http://twitter.com/keithelder&lt;/a&gt;)
swung by later as did &lt;a href="http://addressof.com/blog"&gt;Cory Smith&lt;/a&gt; (&lt;a href="http://twitter.com/DualBrain"&gt;http://twitter.com/DualBrain&lt;/a&gt;).
I apologize to those that I missed (leave a comment and I’ll add you in, too). We
had a lot of fun geeking out and thanks to Alan for organizing it. Alan even put together
a poster with the “Twitter is having problems” image so we would know where to meet
up. :-)
&lt;/p&gt;
&lt;p&gt;
After lunch, I attended a session by &lt;a href="http://www.hanselman.com/blog/"&gt;Scott
Hanselman&lt;/a&gt; on Dynamic Data in ASP.NET. Scott is a great presenter, but you already
knew that if you’ve watched any of his sessions or screencasts. This session served
as a part 1 to a two part session, but I skipped out on part 2, because I had to catch
the session on the Managed AddIn Framework.
&lt;/p&gt;
&lt;p&gt;
The session on MAF with Jesse Kaplan was very exciting to me. Some of the readers
will know that the primarily application that I work on dynamically hosts other application
in it. I deal with things like Assembly Binding, Assembly Loading, versioning, etc.
every single day. I am really excited about System.AddIn. Having the ability to load
up addins in separate AppDomains to have isolation from your host to your addin is
a great feature. Honestly, I know this could be done before, but the real benefit
for us is the ability to host our addins (that have a UI) in a separate AppDomain.
Through some very nasty hacking, I was able to get WinForms UI to run in a separate
AppDomain from the host WinForms UI, but it was not ideal by any means. If you want
to do this sort of thing, &lt;em&gt;look at System.AddIn&lt;/em&gt;. I’d like to present on MAF
at the user groups in the area at some point, so if you’re at all interested in this,
let me know and I’ll see about putting some information together.
&lt;/p&gt;
&lt;p&gt;
That pretty much finishes up my second day of Tech Ed. Just two more days of review
left!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=e82fb73d-25c9-40af-b999-1ef331a7c084" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,e82fb73d-25c9-40af-b999-1ef331a7c084.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=f4970045-576d-40f2-ad5b-8fcb7aa8f4f8</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,f4970045-576d-40f2-ad5b-8fcb7aa8f4f8.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,f4970045-576d-40f2-ad5b-8fcb7aa8f4f8.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=f4970045-576d-40f2-ad5b-8fcb7aa8f4f8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
I’m continuing my <a href="http://www.mohundro.com/blog/2008/07/01/TechEdPreconferenceOverview.aspx">review
of Tech Ed from yesterday</a>. Yes I still realize that I’m a month behind. :-)
</p>
        <p>
So, after breakfast, I imagine what everyone will be interested in is the keynote
by Bill Gates. Here’s the view I had after sitting down:
</p>
        <p>
          <a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay1Review_8272/Tech%20Ed%202008%202008-06-02%20002.jpg">
            <img title="Getting ready for Bill Gates' keynote" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="483" alt="Getting ready for Bill Gates' keynote" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay1Review_8272/Tech%20Ed%202008%202008-06-02%20002_thumb.jpg" width="644" border="0" />
          </a>
        </p>
        <p>
Woohoo! Below is my great picture of Bill Gates, too. I tweaked the image slightly
so that you can spot him.
</p>
        <p>
          <a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay1Review_8272/Tech%20Ed%202008%202008-06-02%20004_2.jpg">
            <img title="Tech Ed 2008 2008-06-02 004" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="483" alt="Tech Ed 2008 2008-06-02 004" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay1Review_8272/Tech%20Ed%202008%202008-06-02%20004_thumb.jpg" width="644" border="0" />
          </a>
        </p>
        <p>
Anyway, keynote… yeah. Sort of boring. They started off with the <a href="http://www.google.com/search?source=ig&amp;hl=en&amp;rlz=&amp;=&amp;q=bill%20gates%20retirement%20video">Bill
Gates Retirement Video</a>. I think there might have been a little bit more content
than the first time it was released, but still, nothing new. There was talk about <a href="http://www.microsoft.com/soa/products/oslo.aspx">Oslo</a>,
but I wasn’t really interested. I don’t really want modeling tools to improve architecture,
when the drag/drop designer tools are leading me away from good architecture anyway.
If you’re interested in any more regarding the keynote, check out <a href="http://herdingcode.com/">Herding
Code</a>’s <a href="http://herdingcode.com/?p=15">overview of the keynote announcements</a>.
</p>
        <p>
        </p>
        <p>
The first real session I attended was by <a href="http://blogs.msdn.com/agile/default.aspx">Grigori
Melnik</a> and he covered <a href="http://www.codeplex.com/entlib">Enterprise Library
4</a>. Honestly, my feeling regarding EntLib is <em>way too much XML configuration</em>.
I’m also not a fan of the config editor for the configuration. I’d really rather configure
it in code or using some <acronym title="Domain Specific Language">DSL</acronym> support
or something. I’m interested in <a href="http://codeplex.com/unity">Unity</a> (the
one release from Microsoft that got to keep its cool name!) somewhat, though. Unity
is Microsoft’s offering in the <acronym title="Inversion of Control">IoC</acronym>/<acronym title="Dependency Injection">DI</acronym> space.
It has gotten some flak, but it really isn’t all that bad from what little I’ve used
it. I do like that it is very lightweight and the fluent interface it provides for
component registration is pretty good. The session itself was mainly demos, though,
so not much content.
</p>
        <p>
I walked into a session by <a href="http://blogs.msdn.com/saraford/">Sara Ford</a> on <a href="http://www.codeplex.com/">CodePlex</a>,
but I didn’t stay too long because it seemed to be a walkthrough on how to use the
CodePlex site itself.
</p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
Another session I attended that day was by <a href="http://blog.jimmy.schementi.com/">Jimmy
Schementi</a> entitled “Dynamic Languages and the Web.” You can probably guess that
this one was primarily on <a href="http://www.ironruby.net/">IronRuby</a>. As you
might guess, a lot of the talk revolved around how dynamic languages will work with
Silverlight. Jimmy pointed out the <a href="http://www.codeplex.com/sdlsdk/">Silverlight
Dynamic Languages SDK</a> which provides tooling for running dynamic languages under
Silverlight, including IronRuby, IronPython, and other DLR based languages. It was
pretty cool seeing a Rails app running on IronRuby. Jimmy also showed us an IronRuby
version of <a href="http://tryruby.hobix.com/">Try Ruby</a>, which runs in the browser
with Silverlight instead of having to ship the Ruby commands back to the server to
be executed. (note – if you haven’t tried out Ruby, go use the Try Ruby site. It is
an excellent introduction into an awesome language)
</p>
        <p>
I spent the rest of that day in Hands on Labs (see my <a href="http://www.mohundro.com/blog/2008/06/18/HaveYouGuysEverLookedAtMicrosoftVirtualLabs.aspx">Virtual
Labs post</a> to get an idea of the what the HOLs were like) and talking to the Microsoft
guys. I spent time talking to a couple of developers on the .NET Framework team (whose
names I unfortunately missed) and asked them a little bit about the <a href="http://blogs.msdn.com/clraddins/">MAF
(Managed AddIn Framework)</a>. Their advice on that was to check with Jesse Kaplan
(does Jesse have a blog I can link to?) so I did exactly that later in the week. I
also spent time talking to them about versioning headaches and how we attempt to deal
with breaking changes. It was interesting.
</p>
        <p>
Afterwards, they told me that the MSDN documentation guys were looking for feedback,
so I swung by there. I didn’t get much information from them, but I tried to give
them a lot of personal feedback on my feelings towards MSDN documentation. I currently
still use Google to get to most of the MSDN help. I told them I used the local MSDN
help up until Visual Studio 2005, at which point the help application because too
slow to use. They seemed very welcome to hear feedback and I really think they’re
trying to improve.
</p>
        <p>
All in all, it was a pretty good first day. That night was the vendor party where
you basically sold yourself and your contact information for t-shirts and other swag.
:-)
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=f4970045-576d-40f2-ad5b-8fcb7aa8f4f8" />
      </body>
      <title>Tech Ed &amp;ndash; Day 1 Review</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,f4970045-576d-40f2-ad5b-8fcb7aa8f4f8.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/07/02/TechEdNdashDay1Review.aspx</link>
      <pubDate>Wed, 02 Jul 2008 14:16:40 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
I’m continuing my &lt;a href="http://www.mohundro.com/blog/2008/07/01/TechEdPreconferenceOverview.aspx"&gt;review
of Tech Ed from yesterday&lt;/a&gt;. Yes I still realize that I’m a month behind. :-)
&lt;/p&gt;
&lt;p&gt;
So, after breakfast, I imagine what everyone will be interested in is the keynote
by Bill Gates. Here’s the view I had after sitting down:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay1Review_8272/Tech%20Ed%202008%202008-06-02%20002.jpg"&gt;&lt;img title="Getting ready for Bill Gates' keynote" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="483" alt="Getting ready for Bill Gates' keynote" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay1Review_8272/Tech%20Ed%202008%202008-06-02%20002_thumb.jpg" width="644" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Woohoo! Below is my great picture of Bill Gates, too. I tweaked the image slightly
so that you can spot him.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay1Review_8272/Tech%20Ed%202008%202008-06-02%20004_2.jpg"&gt;&lt;img title="Tech Ed 2008 2008-06-02 004" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="483" alt="Tech Ed 2008 2008-06-02 004" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/TechEdDay1Review_8272/Tech%20Ed%202008%202008-06-02%20004_thumb.jpg" width="644" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Anyway, keynote… yeah. Sort of boring. They started off with the &lt;a href="http://www.google.com/search?source=ig&amp;amp;hl=en&amp;amp;rlz=&amp;amp;=&amp;amp;q=bill%20gates%20retirement%20video"&gt;Bill
Gates Retirement Video&lt;/a&gt;. I think there might have been a little bit more content
than the first time it was released, but still, nothing new. There was talk about &lt;a href="http://www.microsoft.com/soa/products/oslo.aspx"&gt;Oslo&lt;/a&gt;,
but I wasn’t really interested. I don’t really want modeling tools to improve architecture,
when the drag/drop designer tools are leading me away from good architecture anyway.
If you’re interested in any more regarding the keynote, check out &lt;a href="http://herdingcode.com/"&gt;Herding
Code&lt;/a&gt;’s &lt;a href="http://herdingcode.com/?p=15"&gt;overview of the keynote announcements&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
The first real session I attended was by &lt;a href="http://blogs.msdn.com/agile/default.aspx"&gt;Grigori
Melnik&lt;/a&gt; and he covered &lt;a href="http://www.codeplex.com/entlib"&gt;Enterprise Library
4&lt;/a&gt;. Honestly, my feeling regarding EntLib is &lt;em&gt;way too much XML configuration&lt;/em&gt;.
I’m also not a fan of the config editor for the configuration. I’d really rather configure
it in code or using some &lt;acronym title="Domain Specific Language"&gt;DSL&lt;/acronym&gt; support
or something. I’m interested in &lt;a href="http://codeplex.com/unity"&gt;Unity&lt;/a&gt; (the
one release from Microsoft that got to keep its cool name!) somewhat, though. Unity
is Microsoft’s offering in the &lt;acronym title="Inversion of Control"&gt;IoC&lt;/acronym&gt;/&lt;acronym title="Dependency Injection"&gt;DI&lt;/acronym&gt; space.
It has gotten some flak, but it really isn’t all that bad from what little I’ve used
it. I do like that it is very lightweight and the fluent interface it provides for
component registration is pretty good. The session itself was mainly demos, though,
so not much content.
&lt;/p&gt;
&lt;p&gt;
I walked into a session by &lt;a href="http://blogs.msdn.com/saraford/"&gt;Sara Ford&lt;/a&gt; on &lt;a href="http://www.codeplex.com/"&gt;CodePlex&lt;/a&gt;,
but I didn’t stay too long because it seemed to be a walkthrough on how to use the
CodePlex site itself.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Another session I attended that day was by &lt;a href="http://blog.jimmy.schementi.com/"&gt;Jimmy
Schementi&lt;/a&gt; entitled “Dynamic Languages and the Web.” You can probably guess that
this one was primarily on &lt;a href="http://www.ironruby.net/"&gt;IronRuby&lt;/a&gt;. As you
might guess, a lot of the talk revolved around how dynamic languages will work with
Silverlight. Jimmy pointed out the &lt;a href="http://www.codeplex.com/sdlsdk/"&gt;Silverlight
Dynamic Languages SDK&lt;/a&gt; which provides tooling for running dynamic languages under
Silverlight, including IronRuby, IronPython, and other DLR based languages. It was
pretty cool seeing a Rails app running on IronRuby. Jimmy also showed us an IronRuby
version of &lt;a href="http://tryruby.hobix.com/"&gt;Try Ruby&lt;/a&gt;, which runs in the browser
with Silverlight instead of having to ship the Ruby commands back to the server to
be executed. (note – if you haven’t tried out Ruby, go use the Try Ruby site. It is
an excellent introduction into an awesome language)
&lt;/p&gt;
&lt;p&gt;
I spent the rest of that day in Hands on Labs (see my &lt;a href="http://www.mohundro.com/blog/2008/06/18/HaveYouGuysEverLookedAtMicrosoftVirtualLabs.aspx"&gt;Virtual
Labs post&lt;/a&gt; to get an idea of the what the HOLs were like) and talking to the Microsoft
guys. I spent time talking to a couple of developers on the .NET Framework team (whose
names I unfortunately missed) and asked them a little bit about the &lt;a href="http://blogs.msdn.com/clraddins/"&gt;MAF
(Managed AddIn Framework)&lt;/a&gt;. Their advice on that was to check with Jesse Kaplan
(does Jesse have a blog I can link to?) so I did exactly that later in the week. I
also spent time talking to them about versioning headaches and how we attempt to deal
with breaking changes. It was interesting.
&lt;/p&gt;
&lt;p&gt;
Afterwards, they told me that the MSDN documentation guys were looking for feedback,
so I swung by there. I didn’t get much information from them, but I tried to give
them a lot of personal feedback on my feelings towards MSDN documentation. I currently
still use Google to get to most of the MSDN help. I told them I used the local MSDN
help up until Visual Studio 2005, at which point the help application because too
slow to use. They seemed very welcome to hear feedback and I really think they’re
trying to improve.
&lt;/p&gt;
&lt;p&gt;
All in all, it was a pretty good first day. That night was the vendor party where
you basically sold yourself and your contact information for t-shirts and other swag.
:-)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=f4970045-576d-40f2-ad5b-8fcb7aa8f4f8" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,f4970045-576d-40f2-ad5b-8fcb7aa8f4f8.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=a5a3ef78-1320-4860-a9a6-40307b6b027b</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,a5a3ef78-1320-4860-a9a6-40307b6b027b.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,a5a3ef78-1320-4860-a9a6-40307b6b027b.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a5a3ef78-1320-4860-a9a6-40307b6b027b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I’m guessing it has been so long since Tech Ed that no one will be interested in hearing
how it went, but you know – I’m going to post about it anyway.
</p>
        <p>
I’m planning on doing a blog post per each day of Tech Ed so that I can (hopefully)
give each session its due. The first day was the preconference session. The session
I attended was entitled “Building Great Web Applications with Silverlight” with <a href="http://www.wintellect.com/CS/blogs/jprosise/default.aspx">Jeff
Prosise</a>. The session covered both versions 1 and 2 (only beta 1 though). It was
unfortunate that beta 2 wasn’t announced until later that week, so Jeff just got to
hint at differences that would be coming out with the next release… which came out
a week later. The hints were actually sort of funny, because Jeff was officially under
NDA, so he would say things like, “this might change soon… hint, hint.”
</p>
        <p>
The first half of the session was almost entirely getting most people up-to-date with
WPF, so it turned into a review session for me. The bulk of what was new for me was
better coverage of the network and I/O stack that Silverlight provides, which filled
the rest of the session. Silverlight 2 brings a portion of the CLR to the browser
(called the CoreCLR) so you have access to WCF and System.Net functionality as well
as file I/O access via isolated storage. Threading is also provided so that’s nice.
Something interesting to note is that Silverlight won’t provide any synchronous versions
of methods that also have asynchronous methods. For example, the System.Net.HttpWebRequest
will only provide the BeginGet* methods, not the synchronous Get* methods. The reason
for this is because they’re trying to trim everything out that isn’t needed to cut
the size of the CoreCLR down. Makes sense to me.
</p>
        <p>
Well, that’s about it for the preconference. Like I said, more of a review than a
lot of new information. I did get to have lunch that day with <a href="http://www.colinneller.com/blog/">Colin
Neller</a> and <a href="http://www.robertjantuit.nl/">Robertjan Tuit</a>. Rob was
telling us about the hair styling convention that was going on at the same time as
Tech Ed. What a combination of conferences – geeks and hair stylists.
</p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
That night I attended <a href="http://teched2008.partywithpalermo.com/">Party With
Palermo</a>. While there, <a href="http://jaysmith.us/">Jay Smith</a> and I talked
about a <a href="http://jaysmith.us/index.php/2008/05/19/okc-altnet-open-spaces-being-planned-in-okc/">potential
ALT.NET Open Spaces event</a> that <a href="http://codebetter.com/blogs/raymond.lewallen">Raymond
Lewallen</a> is planning. I’m not so sure it will be happening in mid-July seeing
as it is already July, but who knows? If it does, I’m in! I also got to see <a href="http://www.hanselman.com/blog/">Scott
Hanselman</a> from across the room. I was telling Colin that I wanted to go up and
say hi, but I didn’t really know how to approach Scott without, as Colin put it, “feeling
like a groupie.” I mean, seriously, “hey Scott, I read your blog and listen to <a href="http://www.hanselminutes.com/">Hanselminutes</a> and
watch your videos and… man, you are awesome!” Missed opportunity I guess. 
</p>
        <p>
That does remind me of a funny occurrence that happened that night that I heard about
secondhand. The three other guys I went to Tech Ed with were all sitting around at
the party and Scott came over to sit by them. As you might imagine, everyone had name
tags on. One of the guys sees “Hanselman” on Scott’s name tag and asks Scott if he
is any relation to Scott Hanselman. “Uhh, yeah, I’m Scott.” “<em><strong>The</strong> Scott
Hanselman</em>?!?” Sure am glad I didn’t look like a groupie. At least I recognized
him. :-) I told this unnamed individual that he later should have asked Scott to sign
one of his books as “the Scott Hanselman.” Yet another missed opportunity! :-)
</p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
I’ll see about getting my overview of the rest of Tech Ed up later.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=a5a3ef78-1320-4860-a9a6-40307b6b027b" />
      </body>
      <title>Tech Ed Preconference Overview</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,a5a3ef78-1320-4860-a9a6-40307b6b027b.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/07/01/TechEdPreconferenceOverview.aspx</link>
      <pubDate>Tue, 01 Jul 2008 13:35:32 GMT</pubDate>
      <description>&lt;p&gt;
I’m guessing it has been so long since Tech Ed that no one will be interested in hearing
how it went, but you know – I’m going to post about it anyway.
&lt;/p&gt;
&lt;p&gt;
I’m planning on doing a blog post per each day of Tech Ed so that I can (hopefully)
give each session its due. The first day was the preconference session. The session
I attended was entitled “Building Great Web Applications with Silverlight” with &lt;a href="http://www.wintellect.com/CS/blogs/jprosise/default.aspx"&gt;Jeff
Prosise&lt;/a&gt;. The session covered both versions 1 and 2 (only beta 1 though). It was
unfortunate that beta 2 wasn’t announced until later that week, so Jeff just got to
hint at differences that would be coming out with the next release… which came out
a week later. The hints were actually sort of funny, because Jeff was officially under
NDA, so he would say things like, “this might change soon… hint, hint.”
&lt;/p&gt;
&lt;p&gt;
The first half of the session was almost entirely getting most people up-to-date with
WPF, so it turned into a review session for me. The bulk of what was new for me was
better coverage of the network and I/O stack that Silverlight provides, which filled
the rest of the session. Silverlight 2 brings a portion of the CLR to the browser
(called the CoreCLR) so you have access to WCF and System.Net functionality as well
as file I/O access via isolated storage. Threading is also provided so that’s nice.
Something interesting to note is that Silverlight won’t provide any synchronous versions
of methods that also have asynchronous methods. For example, the System.Net.HttpWebRequest
will only provide the BeginGet* methods, not the synchronous Get* methods. The reason
for this is because they’re trying to trim everything out that isn’t needed to cut
the size of the CoreCLR down. Makes sense to me.
&lt;/p&gt;
&lt;p&gt;
Well, that’s about it for the preconference. Like I said, more of a review than a
lot of new information. I did get to have lunch that day with &lt;a href="http://www.colinneller.com/blog/"&gt;Colin
Neller&lt;/a&gt; and &lt;a href="http://www.robertjantuit.nl/"&gt;Robertjan Tuit&lt;/a&gt;. Rob was
telling us about the hair styling convention that was going on at the same time as
Tech Ed. What a combination of conferences – geeks and hair stylists.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
That night I attended &lt;a href="http://teched2008.partywithpalermo.com/"&gt;Party With
Palermo&lt;/a&gt;. While there, &lt;a href="http://jaysmith.us/"&gt;Jay Smith&lt;/a&gt; and I talked
about a &lt;a href="http://jaysmith.us/index.php/2008/05/19/okc-altnet-open-spaces-being-planned-in-okc/"&gt;potential
ALT.NET Open Spaces event&lt;/a&gt; that &lt;a href="http://codebetter.com/blogs/raymond.lewallen"&gt;Raymond
Lewallen&lt;/a&gt; is planning. I’m not so sure it will be happening in mid-July seeing
as it is already July, but who knows? If it does, I’m in! I also got to see &lt;a href="http://www.hanselman.com/blog/"&gt;Scott
Hanselman&lt;/a&gt; from across the room. I was telling Colin that I wanted to go up and
say hi, but I didn’t really know how to approach Scott without, as Colin put it, “feeling
like a groupie.” I mean, seriously, “hey Scott, I read your blog and listen to &lt;a href="http://www.hanselminutes.com/"&gt;Hanselminutes&lt;/a&gt; and
watch your videos and… man, you are awesome!” Missed opportunity I guess. 
&lt;/p&gt;
&lt;p&gt;
That does remind me of a funny occurrence that happened that night that I heard about
secondhand. The three other guys I went to Tech Ed with were all sitting around at
the party and Scott came over to sit by them. As you might imagine, everyone had name
tags on. One of the guys sees “Hanselman” on Scott’s name tag and asks Scott if he
is any relation to Scott Hanselman. “Uhh, yeah, I’m Scott.” “&lt;em&gt;&lt;strong&gt;The&lt;/strong&gt; Scott
Hanselman&lt;/em&gt;?!?” Sure am glad I didn’t look like a groupie. At least I recognized
him. :-) I told this unnamed individual that he later should have asked Scott to sign
one of his books as “the Scott Hanselman.” Yet another missed opportunity! :-)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
I’ll see about getting my overview of the rest of Tech Ed up later.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=a5a3ef78-1320-4860-a9a6-40307b6b027b" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,a5a3ef78-1320-4860-a9a6-40307b6b027b.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=48874a2b-2647-4855-943e-210fd5fb1b3f</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,48874a2b-2647-4855-943e-210fd5fb1b3f.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,48874a2b-2647-4855-943e-210fd5fb1b3f.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=48874a2b-2647-4855-943e-210fd5fb1b3f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've been meaning to get a local version of my blog running so that I could test changes
and tweaks to my theme and I finally found some time yesterday to do that. Can you
tell the difference? Basically, I added the social networking links on the right as
well as the Tech Ed 2008 badge.
</p>
        <p>
          <a href="http://www.microsoft.com/events/teched2008/default.mspx">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="90" alt="Tech Ed 2008 - Meet Me There" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/GoingtoTechEd2008Meetmethere_74DE/TechEd_MeetMeThere_dev_120x90_3.jpg" width="120" border="0" />
          </a>
        </p>
        <p>
This will be my first time to go to Tech Ed, so I'm excited. I've only been to one
other conference and that was <a href="http://www.mohundro.com/blog/2007/10/17/devLink2007Recap.aspx">devLink
last year</a> (which was awesome - I still need to <a href="http://devlink.net/">register
for this year</a>!). There will be 3 other guys from my company going and I know that <a href="http://mysoftwarestartup.com/">Randy
Walker</a> and I think <a href="http://jaysmith.us/">Jay Smith</a> will be as well.
Anyone else out there going? Let me know in the comments! Also, anyone planning to
attend <a href="http://teched2008.partywithpalermo.com/">Party with Palermo</a>? I
haven't registered yet, but I'm thinking about it.
</p>
        <p>
Speaking of conferences, the Northwest Arkansas area is planning a technology summit.
I've missed out on the discussions about it so far but I'm hoping to make the next
meeting to talk about it. We'll make sure information gets out regarding the specifics
so that everyone can participate.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=48874a2b-2647-4855-943e-210fd5fb1b3f" />
      </body>
      <title>Going to Tech Ed 2008? Meet me there!</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,48874a2b-2647-4855-943e-210fd5fb1b3f.aspx</guid>
      <link>http://www.mohundro.com/blog/2008/05/21/GoingToTechEd2008MeetMeThere.aspx</link>
      <pubDate>Wed, 21 May 2008 13:18:48 GMT</pubDate>
      <description>&lt;p&gt;
I've been meaning to get a local version of my blog running so that I could test changes
and tweaks to my theme and I finally found some time yesterday to do that. Can you
tell the difference? Basically, I added the social networking links on the right as
well as the Tech Ed 2008 badge.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/events/teched2008/default.mspx"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="90" alt="Tech Ed 2008 - Meet Me There" src="http://www.mohundro.com/blog/content/binary/WindowsLiveWriter/GoingtoTechEd2008Meetmethere_74DE/TechEd_MeetMeThere_dev_120x90_3.jpg" width="120" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
This will be my first time to go to Tech Ed, so I'm excited. I've only been to one
other conference and that was &lt;a href="http://www.mohundro.com/blog/2007/10/17/devLink2007Recap.aspx"&gt;devLink
last year&lt;/a&gt; (which was awesome - I still need to &lt;a href="http://devlink.net/"&gt;register
for this year&lt;/a&gt;!). There will be 3 other guys from my company going and I know that &lt;a href="http://mysoftwarestartup.com/"&gt;Randy
Walker&lt;/a&gt; and I think &lt;a href="http://jaysmith.us/"&gt;Jay Smith&lt;/a&gt; will be as well.
Anyone else out there going? Let me know in the comments! Also, anyone planning to
attend &lt;a href="http://teched2008.partywithpalermo.com/"&gt;Party with Palermo&lt;/a&gt;? I
haven't registered yet, but I'm thinking about it.
&lt;/p&gt;
&lt;p&gt;
Speaking of conferences, the Northwest Arkansas area is planning a technology summit.
I've missed out on the discussions about it so far but I'm hoping to make the next
meeting to talk about it. We'll make sure information gets out regarding the specifics
so that everyone can participate.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=48874a2b-2647-4855-943e-210fd5fb1b3f" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,48874a2b-2647-4855-943e-210fd5fb1b3f.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=e66fd302-73a0-47a6-acac-f40e36122d94</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,e66fd302-73a0-47a6-acac-f40e36122d94.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,e66fd302-73a0-47a6-acac-f40e36122d94.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e66fd302-73a0-47a6-acac-f40e36122d94</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you live anywhere around Memphis, be sure to be there on November 10. That is when
the <a href="http://dayofdotnet.mnug.net/">Memphis Day of .NET is scheduled</a>. It
was just <a href="http://dayofdotnet.mnug.net/post/Keynote-Speaker-Announced-Charles-Petzold.aspx">announced
today that Charles Petzold will be delivering the keynote</a> as well! <a href="http://www.charlespetzold.com/blog/2007/10/311018.html">Charles
has already posted about it on his blog</a>. I'm incredibly jealous of all of you
who are planning on being there - I had been planning to go but then when I found
out when it was scheduled, I realized I had conflicts and wouldn't be able to make
it. Of the other speakers scheduled, I got the chance to meet both <a href="http://keithelder.net/blog/">Keith
Elder</a> and <a href="http://www.jeffblankenburg.com/index.html">Jeff Blankenburg</a> at <a href="http://devlink.net/">DevLink</a> and
I know their presentations will be great. I know that <a href="http://www.colinneller.com/blog/">Colin</a> and
others have put a lot of hard work into making the Day of .NET great, so if you get
the chance, go out there and show them your support!
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=e66fd302-73a0-47a6-acac-f40e36122d94" />
      </body>
      <title>Charles Petzold to speak at the Memphis Day of .NET!</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,e66fd302-73a0-47a6-acac-f40e36122d94.aspx</guid>
      <link>http://www.mohundro.com/blog/2007/11/01/CharlesPetzoldToSpeakAtTheMemphisDayOfNET.aspx</link>
      <pubDate>Thu, 01 Nov 2007 02:23:45 GMT</pubDate>
      <description>&lt;p&gt;
If you live anywhere around Memphis, be sure to be there on November 10. That is when
the &lt;a href="http://dayofdotnet.mnug.net/"&gt;Memphis Day of .NET is scheduled&lt;/a&gt;. It
was just &lt;a href="http://dayofdotnet.mnug.net/post/Keynote-Speaker-Announced-Charles-Petzold.aspx"&gt;announced
today that Charles Petzold will be delivering the keynote&lt;/a&gt; as well! &lt;a href="http://www.charlespetzold.com/blog/2007/10/311018.html"&gt;Charles
has already posted about it on his blog&lt;/a&gt;. I'm incredibly jealous of all of you
who are planning on being there - I had been planning to go but then when I found
out when it was scheduled, I realized I had conflicts and wouldn't be able to make
it. Of the other speakers scheduled, I got the chance to meet both &lt;a href="http://keithelder.net/blog/"&gt;Keith
Elder&lt;/a&gt; and &lt;a href="http://www.jeffblankenburg.com/index.html"&gt;Jeff Blankenburg&lt;/a&gt; at &lt;a href="http://devlink.net/"&gt;DevLink&lt;/a&gt; and
I know their presentations will be great. I know that &lt;a href="http://www.colinneller.com/blog/"&gt;Colin&lt;/a&gt; and
others have put a lot of hard work into making the Day of .NET great, so if you get
the chance, go out there and show them your support!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=e66fd302-73a0-47a6-acac-f40e36122d94" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,e66fd302-73a0-47a6-acac-f40e36122d94.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=6e82cc74-b006-413b-8f21-678460421ece</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,6e82cc74-b006-413b-8f21-678460421ece.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,6e82cc74-b006-413b-8f21-678460421ece.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6e82cc74-b006-413b-8f21-678460421ece</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
My wife and I got back from Nashville last night and we had a great time. While
she went around shopping at garage sales and hanging out with family, I got to spend
some time with some great developers at <a href="http://devlink.net/">devLink</a>.
The conference was incredible. I'm still amazed that they were able to do so much
with only $50, but no complaints here :-)
</p>
        <p>
Here are a few of the high points from the conference:
</p>
        <p>
          <a href="http://keithelder.net/blog/default.aspx">Keith Elder</a> had a great presentation
on the Enterprise Library. It was especially good to hear from someone who is using
EntLib successfully from a WinForms perspective. I also got to talk to him a little
after his presentation on some of their techniques for storing configuration across
smart client applications.
</p>
        <p>
          <a href="http://www.joshholmes.com/Default.aspx">Josh Holmes</a> is a great speaker.
I'm not at all surprised that he is one of the hosts for the new <a href="http://www.codetolive.net/">Code
To Live!</a> show. He is clearly passionate about the coding craft. He shared some
great information about the DLR with us.
</p>
        <p>
I got to hear <a href="http://codebetter.com/blogs/david_laribee/">Dave Laribee</a> talk
about Domain Driven Design, which was great. I also spoke with him about ALT.NET and
Microsoft's upcoming MVC framework for ASP.NET. He told me that there are already
plans for the next ALT.NET conference which is great news.
</p>
        <p>
          <a href="http://www.ronjacobs.com/">Ron Jacobs</a> had the closing keynote on Saturday
evening that covered Test Driven Development and the Model View Presenter architecture.
It was a great presentation and it was encouraging to have Microsoft's presence there
encouraging and pushing TDD.
</p>
        <p>
One of the best things about the conference was how approachable everyone was. I got
to meet a lot of great people and I even got the change to give <a href="http://www.colinneller.com/blog/">Colin</a> grief
about winning the blogging contest (not that you can give someone much grief about
winning an Xbox 360). My only complaint was that I wasn't able to attend some of the
other presentations where there were schedule conflicts.
</p>
        <p>
All in all, the conference was great. The staff and the presenters all did a great
job.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=6e82cc74-b006-413b-8f21-678460421ece" />
      </body>
      <title>devLink 2007 Recap</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,6e82cc74-b006-413b-8f21-678460421ece.aspx</guid>
      <link>http://www.mohundro.com/blog/2007/10/17/devLink2007Recap.aspx</link>
      <pubDate>Wed, 17 Oct 2007 17:57:29 GMT</pubDate>
      <description>&lt;p&gt;
My wife and I got back from Nashville last night and we had a great time.&amp;nbsp;While
she went around shopping at garage sales and hanging out with family, I got to spend
some time with some great developers at &lt;a href="http://devlink.net/"&gt;devLink&lt;/a&gt;.
The conference was incredible. I'm still amazed that they were able to do so much
with only $50, but no complaints here :-)
&lt;/p&gt;
&lt;p&gt;
Here are a few of the high points from the conference:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://keithelder.net/blog/default.aspx"&gt;Keith Elder&lt;/a&gt; had a great presentation
on the Enterprise Library. It was especially good to hear from someone who is using
EntLib successfully from a WinForms perspective. I also got to talk to him a little
after his presentation on some of their techniques for storing configuration across
smart client applications.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.joshholmes.com/Default.aspx"&gt;Josh Holmes&lt;/a&gt; is a great speaker.
I'm not at all surprised that he is one of the hosts for the new &lt;a href="http://www.codetolive.net/"&gt;Code
To Live!&lt;/a&gt; show. He is clearly passionate about the coding craft. He shared some
great information about the DLR with us.
&lt;/p&gt;
&lt;p&gt;
I got to hear &lt;a href="http://codebetter.com/blogs/david_laribee/"&gt;Dave Laribee&lt;/a&gt; talk
about Domain Driven Design, which was great. I also spoke with him about ALT.NET and
Microsoft's upcoming MVC framework for ASP.NET. He told me that there are already
plans for the next ALT.NET conference which is great news.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.ronjacobs.com/"&gt;Ron Jacobs&lt;/a&gt; had the closing keynote on Saturday
evening that covered Test Driven Development and the Model View Presenter architecture.
It was a great presentation and it was encouraging to have Microsoft's presence there
encouraging and pushing TDD.
&lt;/p&gt;
&lt;p&gt;
One of the best things about the conference was how approachable everyone was. I got
to meet a lot of great people and I even got the change to give &lt;a href="http://www.colinneller.com/blog/"&gt;Colin&lt;/a&gt; grief
about winning the blogging contest (not that you can give someone much grief about
winning an Xbox 360). My only complaint was that I wasn't able to attend some of the
other presentations where there were schedule conflicts.
&lt;/p&gt;
&lt;p&gt;
All in all, the conference was great. The staff and the presenters all did a great
job.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=6e82cc74-b006-413b-8f21-678460421ece" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,6e82cc74-b006-413b-8f21-678460421ece.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=c150e065-871a-4788-926a-67df6fd41e26</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,c150e065-871a-4788-926a-67df6fd41e26.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,c150e065-871a-4788-926a-67df6fd41e26.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=c150e065-871a-4788-926a-67df6fd41e26</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm getting ready to start the drive to Nashville tonight for <a href="http://www.devlink.net/">DevLink
2007</a>. It will be my first real conference to attend and I'm really excited about
it. It will also be fun to get to hang out in Nashville. If you'll be at the conference,
look me up!
</p>
        <p>
I know a few of you who are planning on going so you have no excuses to not say hi
when you're there! :-)
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=c150e065-871a-4788-926a-67df6fd41e26" />
      </body>
      <title>DevLink here I come!</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,c150e065-871a-4788-926a-67df6fd41e26.aspx</guid>
      <link>http://www.mohundro.com/blog/2007/10/10/DevLinkHereICome.aspx</link>
      <pubDate>Wed, 10 Oct 2007 21:45:25 GMT</pubDate>
      <description>&lt;p&gt;
I'm getting ready to start the drive to Nashville tonight for &lt;a href="http://www.devlink.net/"&gt;DevLink
2007&lt;/a&gt;. It will be my first real conference to attend and I'm really excited about
it. It will also be fun to get to hang out in Nashville. If you'll be at the conference,
look me up!
&lt;/p&gt;
&lt;p&gt;
I know a few of you who are planning on going so you have no excuses to not say hi
when you're there! :-)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=c150e065-871a-4788-926a-67df6fd41e26" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,c150e065-871a-4788-926a-67df6fd41e26.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=8bb44e08-bdd8-4673-a5c5-fc46ee4fe1c9</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,8bb44e08-bdd8-4673-a5c5-fc46ee4fe1c9.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,8bb44e08-bdd8-4673-a5c5-fc46ee4fe1c9.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=8bb44e08-bdd8-4673-a5c5-fc46ee4fe1c9</wfw:commentRss>
      <slash:comments>5</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Reading <a href="http://codebetter.com/blogs/jeremy.miller/archive/2007/09/24/alt-net-in-austin-and-beyond.aspx">posts
like this one from Jeremy Miller</a> really make me wish I could make it to the ALT.NET
conference in Austin. There are almost too many good points in his post for me to
comment on, but I'll go ahead and try.
</p>
        <p>
I completely and wholeheartedly agree with his comments on the general lack of knowledge
that developers have regarding real OOP and software design concepts. Many of
the developers I work with are terrified of the upcoming releases of the .NET framework.
The thing is, they're just new releases in tools and libraries. Sure, they provide
value - I don't know how many times I realize that some UI I'm trying to work with
in WinForms would be ridiculously easy to build in WPF. And WCF does a great job at
abstracting the goo that connects all of my objects. However, if I don't have a good
background in solid OOP design and separation of concerns, WCF won't help me at all
anyway. These new tools aren't going to do anything to make me a better developer.
I'll still be able to write awful code.
</p>
        <p>
I commend these guys for trying to get to the heart of the issues in the .NET community
and I hope that the solution isn't to just move to Ruby and Ruby on Rails. My opinion
is that we have to fix the problems in our community - if we just migrate to another
community, the problems and lack of knowledge will eventually follow us. I can still
write bad code in Ruby, too.
</p>
        <p>
Being one of the guys who won't be able to make it, I have a few requests. I would
really like to see the content from the conference posted online or made accessible
to those of us who won't be able to make it, particularly considering the fact that
the conference sold out. Microsoft did a good job in posting content from both MiX
and TechEd this year and I think that would be a welcome addition from this conference
as well.
</p>
        <p>
Keep pushing this knowledge out - I'm optimistic that things will improve.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=8bb44e08-bdd8-4673-a5c5-fc46ee4fe1c9" />
      </body>
      <title>I wish I could be at the ALT.NET conference...</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,8bb44e08-bdd8-4673-a5c5-fc46ee4fe1c9.aspx</guid>
      <link>http://www.mohundro.com/blog/2007/09/24/IWishICouldBeAtTheALTNETConference.aspx</link>
      <pubDate>Mon, 24 Sep 2007 13:02:45 GMT</pubDate>
      <description>&lt;p&gt;
Reading &lt;a href="http://codebetter.com/blogs/jeremy.miller/archive/2007/09/24/alt-net-in-austin-and-beyond.aspx"&gt;posts
like this one from Jeremy Miller&lt;/a&gt; really make me wish I could make it to the ALT.NET
conference in Austin. There are almost too many good points in his post for me to
comment on, but I'll go ahead and try.
&lt;/p&gt;
&lt;p&gt;
I completely and wholeheartedly agree with his comments on the&amp;nbsp;general lack of&amp;nbsp;knowledge
that developers have regarding real OOP and&amp;nbsp;software design concepts. Many of
the developers I work with are terrified of the upcoming releases of the .NET framework.
The thing is, they're just new releases in tools and libraries. Sure, they provide
value - I don't know how many times I realize that some UI I'm trying to work with
in WinForms would be ridiculously easy to build in WPF. And WCF does a great job at
abstracting the goo that connects all of my objects. However, if I don't have a good
background in solid OOP design and separation of concerns, WCF won't help me at all
anyway. These new tools aren't going to do anything to make me a better developer.
I'll still be able to write awful code.
&lt;/p&gt;
&lt;p&gt;
I commend these guys for trying to get to the heart of the issues in the .NET community
and I hope that the solution isn't to just move to Ruby and Ruby on Rails. My opinion
is that we have to fix the problems in our community - if we just migrate to another
community, the problems and lack of knowledge will eventually follow us. I can still
write bad code in Ruby, too.
&lt;/p&gt;
&lt;p&gt;
Being one of the guys who won't be able to make it, I have a few requests. I would
really like to see the content from the conference posted online or made accessible
to those of us who won't be able to make it, particularly considering the fact that
the conference sold out. Microsoft did a good job in posting content from both MiX
and TechEd this year and I think that would be a welcome addition from this conference
as well.
&lt;/p&gt;
&lt;p&gt;
Keep pushing this knowledge out - I'm optimistic that things will improve.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=8bb44e08-bdd8-4673-a5c5-fc46ee4fe1c9" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,8bb44e08-bdd8-4673-a5c5-fc46ee4fe1c9.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=68707928-b5f9-4031-ac8b-5ebe01af4dcd</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,68707928-b5f9-4031-ac8b-5ebe01af4dcd.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,68707928-b5f9-4031-ac8b-5ebe01af4dcd.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=68707928-b5f9-4031-ac8b-5ebe01af4dcd</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well, I got back from the .NET Roadshow last night. It went really well, too. The
conference lasted two days with three tracks. 
</p>
        <p>
The first day was all WCF with Juval Löwy. Juval is a great speaker and really knows
his stuff. I mean, seriously, the guy is a genius. There is a reason that Scott Hanselman
put him on his list of "Smart People and their pages for Utils they Wrote" (a subitem
of his <a href="http://www.hanselman.com/tools/">Ultimate Tools</a>). He really pointed
out how WCF will change the way we write code. Your implementation of a service
might look like a class, smell like a class, quack like a class and walk like a class...
but it isn't a class anymore. It is a service. What does this really mean? Well, it
means this thing that looks like a class now inherently supports transactions, threading,
queuing, throttling, security, and more. Now, I'm going to insert my little bit of
reality here - this service functionality isn't all magic. You have to configure your
service and you have to host it. You don't just say myVar = new myService() or something
like that. But there is still a ridiculous amount of power that WCF gives you out
of the box. I like it.
</p>
        <p>
The second day, we got to choose between a security-focused track by Michèle Leroux
Bustamante and a Workflow/WPF track by Brian Noyes. I chose Brian's track simply because
I know we'll be using WPF soon and because I have zero background in Workflow. Workflow
really is pretty cool, though it is a little hard to explain. The benefits, as far
as I'm concerned, come in visualizing business processes so that you can verify functionality
with your users via a flow chart instead of trying to explain through code. The
more activities that you create, the closer that your workflow can get to true business/domain
terms. Also, I didn't realize it until Brian mentioned it, but Workflow supports persistence,
so you could conceivably have a 6 month long workflow that persists between machine
reboots and all of your logic still flows without any problems. Very cool.
</p>
        <p>
I had the most background in WPF ahead of time, so I didn't really learn anything
new. Having purchased <a href="http://adamnathan.net/wpf/">Adam Nathan's book on WPF</a> as
well as having watched a multitude of dnrTV episodes on WPF, I had a pretty good background
on what WPF is capable of. Needless to say, WPF is awesome. I still couldn't use Expression
Blend to safe my life, but the entire platform is sweet. I think my favorite example
of what you can do with WPF is the example from Adam's book on customizing the ToolTip
so that it looks like the tooltips from Office 2007. It doesn't sound like something
to get all that excited about, but the ease with which it is done really shows just
how powerful the WPF composition engine is.
</p>
        <p>
All in all, I really enjoyed the Roadshow. If you've already got some background in
.NET 3.0 or are using it, I don't know if you would gain much; however, if you're
like me and haven't had a chance to really dig in, you can really learn a lot and
see some of the capabilities that .NET 3.0 will give you.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=68707928-b5f9-4031-ac8b-5ebe01af4dcd" />
      </body>
      <title>Back from .NET Roadshow 2007</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,68707928-b5f9-4031-ac8b-5ebe01af4dcd.aspx</guid>
      <link>http://www.mohundro.com/blog/2007/09/14/BackFromNETRoadshow2007.aspx</link>
      <pubDate>Fri, 14 Sep 2007 22:06:42 GMT</pubDate>
      <description>&lt;p&gt;
Well, I got back from the .NET Roadshow last night. It went really well, too. The
conference lasted two days with three tracks. 
&lt;/p&gt;
&lt;p&gt;
The first day was all WCF with Juval Löwy. Juval is a great speaker and really knows
his stuff. I mean, seriously, the guy is a genius. There is a reason that Scott Hanselman
put him on his list of "Smart People and their pages for Utils they Wrote" (a subitem
of his &lt;a href="http://www.hanselman.com/tools/"&gt;Ultimate Tools&lt;/a&gt;). He really pointed
out how WCF will change the way we write code. Your implementation of&amp;nbsp;a service
might look like a class, smell like a class, quack like a class and walk like a class...
but it isn't a class anymore. It is a service. What does this really mean? Well, it
means this thing that looks like a class now inherently supports transactions, threading,
queuing, throttling, security, and more. Now, I'm going to insert my little bit of
reality here - this service functionality isn't all magic. You have to configure your
service and you have to host it. You don't just say myVar = new myService() or something
like that. But there is still a ridiculous amount of power that WCF gives you out
of the box. I like it.
&lt;/p&gt;
&lt;p&gt;
The second day, we got to choose between a security-focused track by Michèle Leroux
Bustamante and a Workflow/WPF track by Brian Noyes. I chose Brian's track simply because
I know we'll be using WPF soon and because I have zero background in Workflow. Workflow
really is pretty cool, though it is a little hard to explain. The benefits, as far
as I'm concerned, come in visualizing business processes so that you can verify functionality
with your users via&amp;nbsp;a flow chart instead of trying to explain through code. The
more activities that you create, the closer that your workflow can get to true business/domain
terms. Also, I didn't realize it until Brian mentioned it, but Workflow supports persistence,
so you could conceivably have a 6 month long workflow that persists between machine
reboots and all of your logic still flows without any problems. Very cool.
&lt;/p&gt;
&lt;p&gt;
I had the most background in WPF ahead of time, so I didn't really learn anything
new. Having purchased &lt;a href="http://adamnathan.net/wpf/"&gt;Adam Nathan's book on WPF&lt;/a&gt; as
well as having watched a multitude of dnrTV episodes on WPF, I had a pretty good background
on what WPF is capable of. Needless to say, WPF is awesome. I still couldn't use Expression
Blend to safe my life, but the entire platform is sweet. I think my favorite example
of what you can do with WPF is the example from Adam's book on customizing the ToolTip
so that it looks like the tooltips from Office 2007. It doesn't sound like something
to get all that excited about, but the ease with which it is done really shows just
how powerful the WPF composition engine is.
&lt;/p&gt;
&lt;p&gt;
All in all, I really enjoyed the Roadshow. If you've already got some background in
.NET 3.0 or are using it, I don't know if you would gain much; however, if you're
like me and haven't had a chance to really dig in, you can really learn a lot and
see some of the capabilities that .NET 3.0 will give you.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=68707928-b5f9-4031-ac8b-5ebe01af4dcd" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,68707928-b5f9-4031-ac8b-5ebe01af4dcd.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=b084b00f-7ba2-4603-a81d-2b46cf0e8938</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,b084b00f-7ba2-4603-a81d-2b46cf0e8938.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,b084b00f-7ba2-4603-a81d-2b46cf0e8938.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=b084b00f-7ba2-4603-a81d-2b46cf0e8938</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm off to <a href="http://www.dotnetroadshow.com/">.NET Roadshow 2007</a> in Dallas!
The speakers are Juval Löwy, Michèle Leroux Bustamante, and Brian Noyes. My hope is
we'll be doing some pretty heavy .NET 3.0 development at work soon (primarily WPF
and WCF I would guess), so watch for some .NET 3.0 related content. I'll post when
I get back about how it was and, if I get a chance, I'll try to post some updates
from the conference as well.
</p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=b084b00f-7ba2-4603-a81d-2b46cf0e8938" />
      </body>
      <title>.NET Roadshow 2007</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,b084b00f-7ba2-4603-a81d-2b46cf0e8938.aspx</guid>
      <link>http://www.mohundro.com/blog/2007/09/11/NETRoadshow2007.aspx</link>
      <pubDate>Tue, 11 Sep 2007 20:02:45 GMT</pubDate>
      <description>&lt;p&gt;
I'm off to &lt;a href="http://www.dotnetroadshow.com/"&gt;.NET Roadshow 2007&lt;/a&gt; in Dallas!
The speakers are Juval Löwy, Michèle Leroux Bustamante, and Brian Noyes. My hope is
we'll be doing some pretty heavy .NET 3.0 development at work soon (primarily WPF
and WCF I would guess), so watch for some .NET 3.0 related content. I'll post when
I get back about how it was and, if I get a chance, I'll try to post some updates
from the conference as well.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=b084b00f-7ba2-4603-a81d-2b46cf0e8938" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,b084b00f-7ba2-4603-a81d-2b46cf0e8938.aspx</comments>
      <category>Conferences</category>
    </item>
    <item>
      <trackback:ping>http://www.mohundro.com/blog/Trackback.aspx?guid=8e88ffae-d614-4683-b05e-f4c30a44bc2e</trackback:ping>
      <pingback:server>http://www.mohundro.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.mohundro.com/blog/PermaLink,guid,8e88ffae-d614-4683-b05e-f4c30a44bc2e.aspx</pingback:target>
      <dc:creator>David Mohundro</dc:creator>
      <wfw:comment>http://www.mohundro.com/blog/CommentView,guid,8e88ffae-d614-4683-b05e-f4c30a44bc2e.aspx</wfw:comment>
      <wfw:commentRss>http://www.mohundro.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=8e88ffae-d614-4683-b05e-f4c30a44bc2e</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm pretty excited this year, because I'll be going to my first developer conference. <a href="http://www.devlink.net/">devLink
2007</a> will be held in Nashville, TN on October 12 and 13. You can't beat the return
that you'll get from this conference because, for the low, low price of $50, you'll
get to hear from such speakers at <a href="http://blogs.msdn.com/brada/default.aspx">Brad
Abrams</a>, <a href="http://codebetter.com/blogs/scott.bellware/default.aspx">Scott
Bellware</a>, <a href="http://codebetter.com/blogs/jean-paul_boodhoo/default.aspx">Jean-Paul
S. Boodhoo</a>, and <a href="http://www.lhotka.net/weblog/">Rockford Lhotka</a> just
to name a few. All this for $50!!!
</p>
        <p>
Even if you can't get your employer to pay for this conference (I don't know if mine
is or not yet), it would still be worth it to check this out. Besides, you can go
see the <a href="http://www.nashville.gov/parthenon/">Parthenon</a> while in Nashville.
Having seen the original, I'd say Nashville's copy is pretty cool, too.
</p>
        <p>
Evan Hoff <a href="http://evanhoff.com/archive/2007/07/07/29.aspx">posted about the
conference</a> and his post <a href="http://www.dotnetkicks.com/community/DevLink_2007_A_world_class_conference_you_can_afford">already
has 13 kicks on DotNetKicks</a>, so excitement about the conference is building. Sign
up now!
</p>
        <p>
Leave a comment or email me if you're planning on going. It'd be great to meet some
of the other developers out there. 
</p>
        <p>
          <a href="http://www.devlink.net/" atomicselection="true">
            <img src="http://www.devlink.net/Portals/0/devLinkBeThere.gif" border="0" />
          </a>
        </p>
        <img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=8e88ffae-d614-4683-b05e-f4c30a44bc2e" />
      </body>
      <title>I'll be at devLink 2007</title>
      <guid isPermaLink="false">http://www.mohundro.com/blog/PermaLink,guid,8e88ffae-d614-4683-b05e-f4c30a44bc2e.aspx</guid>
      <link>http://www.mohundro.com/blog/2007/07/16/IllBeAtDevLink2007.aspx</link>
      <pubDate>Mon, 16 Jul 2007 18:18:35 GMT</pubDate>
      <description>&lt;p&gt;
I'm pretty excited this year, because I'll be going to my first developer conference. &lt;a href="http://www.devlink.net/"&gt;devLink
2007&lt;/a&gt; will be held in Nashville, TN on October 12 and 13. You can't beat the return
that you'll get from this conference because, for the low, low price of $50, you'll
get to hear from such speakers at &lt;a href="http://blogs.msdn.com/brada/default.aspx"&gt;Brad
Abrams&lt;/a&gt;, &lt;a href="http://codebetter.com/blogs/scott.bellware/default.aspx"&gt;Scott
Bellware&lt;/a&gt;, &lt;a href="http://codebetter.com/blogs/jean-paul_boodhoo/default.aspx"&gt;Jean-Paul
S. Boodhoo&lt;/a&gt;, and &lt;a href="http://www.lhotka.net/weblog/"&gt;Rockford Lhotka&lt;/a&gt;&amp;nbsp;just
to name a few. All this for $50!!!
&lt;/p&gt;
&lt;p&gt;
Even if you can't get your employer to pay for this conference (I don't know if mine
is or not yet), it would still be worth it to check this out. Besides, you can go
see the &lt;a href="http://www.nashville.gov/parthenon/"&gt;Parthenon&lt;/a&gt; while in Nashville.
Having seen the original, I'd say Nashville's copy is pretty cool, too.
&lt;/p&gt;
&lt;p&gt;
Evan Hoff &lt;a href="http://evanhoff.com/archive/2007/07/07/29.aspx"&gt;posted about the
conference&lt;/a&gt;&amp;nbsp;and his post &lt;a href="http://www.dotnetkicks.com/community/DevLink_2007_A_world_class_conference_you_can_afford"&gt;already
has 13 kicks on DotNetKicks&lt;/a&gt;, so excitement about the conference is building. Sign
up now!
&lt;/p&gt;
&lt;p&gt;
Leave a comment or email me if you're planning on going. It'd be great to meet some
of the other developers out there.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.devlink.net/" atomicselection="true"&gt;&lt;img src="http://www.devlink.net/Portals/0/devLinkBeThere.gif" border="0"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.mohundro.com/blog/aggbug.ashx?id=8e88ffae-d614-4683-b05e-f4c30a44bc2e" /&gt;</description>
      <comments>http://www.mohundro.com/blog/CommentView,guid,8e88ffae-d614-4683-b05e-f4c30a44bc2e.aspx</comments>
      <category>Conferences</category>
    </item>
  </channel>
</rss>