Wednesday, August 27, 2008

Eating at Aya Sushi

I told you we had sushi 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)

Don't expect me to link to MySpace too many times... I think is a first.

Technorati Tags:

posted on Wednesday, August 27, 2008 8:21:18 PM (Central Standard Time, UTC-06:00)  #    Comments [2]

Last weekend, I was fortunate enough to be able to participate in devLink 2008. Randy Walker, Michael Johnson and myself drove down on Thursday morning. This was my second time to attend and John Kellar has done an excellent job once again in putting this conference together. An addition to the conference this year was an Open Spaces 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.

“Eyes-Front”

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 :-)

Colin Neller 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. Charlie Calvert showed up his talk, so we all spoke with him for a few minutes afterwards.

I also attended a talk by Jim Wooley 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.

Joe Stagner 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 Giles Bowkett’s presentation at GoRuCo (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 Scott Guthrie had just had his first kid, right in the middle of the release of .NET 3.5 SP1, which explains why he has been silent on his blog. :-) Good for him for taking some time off and congratulations!

I’ll spend the rest of my post talking about the more exciting part of the conference.

On Open Spaces

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.

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.

Open Spaces talks

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. Steve Harman 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 Leon Gersing brought up where the only wrong answer to any question is “that’s the way we’ve always done it.”

Next, we spoke about Distributed Source Control (DVCS, DSCM, which one do choose?) like git, mercurial and bazaar. 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 msysgit, 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 Michael Eaton pulled Jay Wren 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 :-)

Conference call with Jay

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 (Test Driven Development), BDD (Behavior Driven Development), DDD (Domain Driven Design), 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 Corey Haines 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.

What is *DD?

All in all, the Open Spaces part of devLink was my favorite part of the conference. Alan Stevens 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.

Steak and Sushi

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 MySpace! Saturday night was steak and ice cream, though not at the same time.

This devLink was even better than last year. I’m now following at least 10 to 15 more people on Twitter now. I’m going to have to make this a yearly thing :-)

NOTE - Thanks to Alan for sharing these photos! The rest of his photos are all at http://picasaweb.google.com/DotNetJesus/DevLink2008.

Technorati Tags:
posted on Wednesday, August 27, 2008 6:40:55 AM (Central Standard Time, UTC-06:00)  #    Comments [2]
 Wednesday, August 20, 2008

Last year, I attended DevLink. It was very well done and so, this year, I’m going again!

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 getting a bus! However, I am still looking forward to heading to DevLink with Randy Walker and Michael Johnson.

If you’re going, look me up. See you there!

image

posted on Wednesday, August 20, 2008 8:13:32 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Monday, July 14, 2008

Here it is, final day wrap up.

The first session of the day was with Glenn Block and Brian Noyes on Composite WPF (the framework formerly known as Prism). You can think of the Composite WPF1 library as the WPF version of the Composite UI Application Block (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 TDD 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 useful) piece of software that I’ve seen. I’m a huge fan.

The next session was by Dustin Campbell 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 a lot 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 DLR is using for its high performance in languages like IronPython and IronRuby.

After lunch, I stopped and watched a little “Speaker Idol” from the DotNetRocks guys.

 Speaker Idol at Tech Ed

Next, I attended a session with Roy Osherove 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.

The final session of the day was by John Lam on IronRuby. I am very 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 IronRuby running on ASP.NET MVC. 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 :-)).

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 very 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 FSDNUG!) and local conferences (hi DevLink!) that can give you a lot of the value. If you’re not already participating, why not? Get involved2!

1 Composite Application Guidance for WPF? Composite Application Library (CAL)? Why couldn’t we have stuck with Prism, guys?2 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.

posted on Monday, July 14, 2008 7:20:58 AM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Wednesday, July 09, 2008

After a short hiatus, I’m back with yet another day review of Tech Ed. Just one more after this!

The first session I attended on Day 3 was with Luke Hoban and Ted Neward and was entitled “the Busy Developer’s Guide to F#.” If you haven’t heard about F#, it is a product of Microsoft Research 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 Getting started with F# page for details. The really interesting thing about F# is that the plan is that it will actually graduate from Microsoft Research and become a full blown product from Microsoft. 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.

The next session was with Jeffrey Palermo 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.

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, Sun Microsystems, the guys who make Java. 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 JRuby and IronRuby), mainframes, and horror stories about hardware (like when the sewage backed up into our computer room).

After lunch, I attended a session from James Newkirk on Unit Testing. If I were to summarize the session in a sentence, I’d call it “Reasons Why I Wrote xUnit.” James’ story is interesting because he is also one of the original authors of nUnit, which was heavily influenced by jUnit. After James left the nUnit, he decided that current thinking on testing frameworks was a little off and he and Brad Wilson created xUnit. 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 Test Driven Development, is not really about testing, but creating specifications and design (see Behavior Driven Development which is also an attempt to drive this point home).

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 Peter Provost and talked to them about testing, TDD, design, etc. for a good hour. It was really informative and I got some great advice.

posted on Wednesday, July 09, 2008 6:47:30 AM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Thursday, July 03, 2008

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.

At breakfast, I got to sit down at the same table as Sara Ford, a PM at Microsoft on the CodePlex team and a well known for her Visual Studio Tip of the Day 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.

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 actually 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.

I attended a session by Drew Robbins 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 IIS7 PowerShell provider.

At lunch, I got to hang out with the TwitterTribe.

TwitterTribe lunch (includes Colin Neller, Scott C. Reynolds, Alan Stevens, and others)

I didn’t catch everyone’s name, but the picture above has (from left) Colin Neller (http://twitter.com/cneller), Scott C. Reynolds (http://twitter.com/scottcreynolds), and Alan Stevens (http://twitter.com/alanstevens) (after the guy in the blue shirt). The guy on the right just out of the picture is Dan Hibbets (http://twitter.com/MobilityMatters). Keith Elder (http://twitter.com/keithelder) swung by later as did Cory Smith (http://twitter.com/DualBrain). 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. :-)

After lunch, I attended a session by Scott Hanselman 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.

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, look at System.AddIn. 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.

That pretty much finishes up my second day of Tech Ed. Just two more days of review left!

posted on Thursday, July 03, 2008 9:26:06 AM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Wednesday, July 02, 2008

I’m continuing my review of Tech Ed from yesterday. Yes I still realize that I’m a month behind. :-)

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:

Getting ready for Bill Gates' keynote

Woohoo! Below is my great picture of Bill Gates, too. I tweaked the image slightly so that you can spot him.

Tech Ed 2008 2008-06-02 004

Anyway, keynote… yeah. Sort of boring. They started off with the Bill Gates Retirement Video. 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 Oslo, 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 Herding Code’s overview of the keynote announcements.

The first real session I attended was by Grigori Melnik and he covered Enterprise Library 4. Honestly, my feeling regarding EntLib is way too much XML configuration. I’m also not a fan of the config editor for the configuration. I’d really rather configure it in code or using some DSL support or something. I’m interested in Unity (the one release from Microsoft that got to keep its cool name!) somewhat, though. Unity is Microsoft’s offering in the IoC/DI 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.

I walked into a session by Sara Ford on CodePlex, but I didn’t stay too long because it seemed to be a walkthrough on how to use the CodePlex site itself.

Another session I attended that day was by Jimmy Schementi entitled “Dynamic Languages and the Web.” You can probably guess that this one was primarily on IronRuby. As you might guess, a lot of the talk revolved around how dynamic languages will work with Silverlight. Jimmy pointed out the Silverlight Dynamic Languages SDK 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 Try Ruby, 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)

I spent the rest of that day in Hands on Labs (see my Virtual Labs post 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 MAF (Managed AddIn Framework). 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.

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.

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. :-)

posted on Wednesday, July 02, 2008 8:16:40 AM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Tuesday, July 01, 2008

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.

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 Jeff Prosise. 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.”

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.

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 Colin Neller and Robertjan Tuit. 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.

That night I attended Party With Palermo. While there, Jay Smith and I talked about a potential ALT.NET Open Spaces event that Raymond Lewallen 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 Scott Hanselman 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 Hanselminutes and watch your videos and… man, you are awesome!” Missed opportunity I guess.

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.” “The Scott Hanselman?!?” 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! :-)

I’ll see about getting my overview of the rest of Tech Ed up later.

posted on Tuesday, July 01, 2008 7:35:32 AM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Wednesday, May 21, 2008

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.

Tech Ed 2008 - Meet Me There

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 devLink last year (which was awesome - I still need to register for this year!). There will be 3 other guys from my company going and I know that Randy Walker and I think Jay Smith will be as well. Anyone else out there going? Let me know in the comments! Also, anyone planning to attend Party with Palermo? I haven't registered yet, but I'm thinking about it.

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.

posted on Wednesday, May 21, 2008 7:18:48 AM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Wednesday, October 31, 2007

If you live anywhere around Memphis, be sure to be there on November 10. That is when the Memphis Day of .NET is scheduled. It was just announced today that Charles Petzold will be delivering the keynote as well! Charles has already posted about it on his blog. 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 Keith Elder and Jeff Blankenburg at DevLink and I know their presentations will be great. I know that Colin 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!

posted on Wednesday, October 31, 2007 8:23:45 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Wednesday, October 17, 2007

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 devLink. The conference was incredible. I'm still amazed that they were able to do so much with only $50, but no complaints here :-)

Here are a few of the high points from the conference:

Keith Elder 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.

Josh Holmes is a great speaker. I'm not at all surprised that he is one of the hosts for the new Code To Live! show. He is clearly passionate about the coding craft. He shared some great information about the DLR with us.

I got to hear Dave Laribee 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.

Ron Jacobs 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.

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 Colin 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.

All in all, the conference was great. The staff and the presenters all did a great job.

posted on Wednesday, October 17, 2007 11:57:29 AM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Wednesday, October 10, 2007

I'm getting ready to start the drive to Nashville tonight for DevLink 2007. 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!

I know a few of you who are planning on going so you have no excuses to not say hi when you're there! :-)

posted on Wednesday, October 10, 2007 3:45:25 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Monday, September 24, 2007

Reading posts like this one from Jeremy Miller 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.

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.

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.

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.

Keep pushing this knowledge out - I'm optimistic that things will improve.

posted on Monday, September 24, 2007 7:02:45 AM (Central Standard Time, UTC-06:00)  #    Comments [5]
 Friday, September 14, 2007

Well, I got back from the .NET Roadshow last night. It went really well, too. The conference lasted two days with three tracks.

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 Ultimate Tools). 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.

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.

I had the most background in WPF ahead of time, so I didn't really learn anything new. Having purchased Adam Nathan's book on WPF 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.

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.

posted on Friday, September 14, 2007 4:06:42 PM (Central Standard Time, UTC-06:00)  #    Comments [1]
 Tuesday, September 11, 2007

I'm off to .NET Roadshow 2007 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.

posted on Tuesday, September 11, 2007 2:02:45 PM (Central Standard Time, UTC-06:00)  #    Comments [2]
 Monday, July 16, 2007

I'm pretty excited this year, because I'll be going to my first developer conference. devLink 2007 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 Brad Abrams, Scott Bellware, Jean-Paul S. Boodhoo, and Rockford Lhotka just to name a few. All this for $50!!!

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 Parthenon while in Nashville. Having seen the original, I'd say Nashville's copy is pretty cool, too.

Evan Hoff posted about the conference and his post already has 13 kicks on DotNetKicks, so excitement about the conference is building. Sign up now!

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. 

posted on Monday, July 16, 2007 12:18:35 PM (Central Standard Time, UTC-06:00)  #    Comments [2]