I've been creating a few extension methods here and there recently and figured I'd share one of the ones I'm using in a lot of places. This one is an extension method named Append that you can use with a generic IDictionary implementor to do quick-and-dirty creations of the object. I...
[More]
My search is over. The best part was that I not only secured a position, but that I secured a position with a company for whom I've had a great amount of respect for the past few years. My new employer, NouvEON, offers consulting services in the Charlotte, NC area and in cities nearby throughout...
[More]
It took awhile, but I've been able to recompile the site with fixed put into the Syntax Highlighter extension. Pretty sure this'll be the last time I do this. Headaches galore.
I'm pretty annoyed about the syntax highlighter exploding again. If you try to get to any of my posts that contain code you'll get a pretty nasty error message. I'm going to try to fix that problem tonight but for the time being, sorry for any problems accessing any of my code examples. ...
[More]
Things are going well. I'm finding a good deal of leads and getting back into the technology I've for so long enjoyed only to have been forced to abandon for the last year in my daily work life.
I've gotten back into the web browser and I have to say I'm enjoying it, as much ...
[More]
As of this afternoon I am officially on the market. I'd gone in a different direction with my career than I think I maybe should have and - in retrospect - feel this might steer things back on the course I should've been on the whole time. My schtick is browser-based application developmen...
[More]
Scott does an excellent job in his introduction blog post to the new features in the ASP.NET MVC beta release. The Model Binder support is an excellent feature for which I wanted to put forth a simple example.
In essence, Model Binding allows you to pass an object into your controller m...
[More]
I've upgraded the blog software I'm using. Things seem to be working ok thus far. Please let me know if things aren't appearing in a fashion indiciative of elevated fail potential. Thanks!
I've finally found the time to sit down and write up a Twitter provider for the Social Timeline project. I've updated the timeline so that you can view your - or anyone else's - tweets on the timeline.
I also added an additional band to provide easier navigation on a day-by-day c...
[More]
A few days ago a collegaue of mine blogged about performing DI on the cheap. His post got me to thinking about the various IoC containers and DI frameworks that have sprung up (no pun intended, sorry for that heinous attempt at geek humor). As I've been working through the Social Timeline arch...
[More]