STLDODN 2015

Ah finally!  After a year of anticipation … Saint Louis Days of .NET is finally here! Sessions! Recruiters! Conference swag! Food and friends! Let the fun begin! I’m really jazzed up about STLDODN. Regardless of the name, it’s not only about .NET technology. There is Business Process Improvement, Agile talks, tons of javascript sessions and … Read more

How to Completely Remove TFS Source Control Bindings

There are those times, however rare when you want to remove the source control bindings for TFS from a project/solution.  I ran into this myself not long ago and found the answer ( likely on StackOverFlow .. where we all live-and-breath some days, right?) so I wanted to share it here. In Visual Studio you … Read more

Simple AngularJS Directive Copyright Year

Last week, one of my favorite bloggers wrote this little diddy in jQuery.  And though I list “Angular Ninja” on my LinkedIn profile that is more jest than reality. Therefore I thought it a good exercise to take what was written here at Maff Rigby’s website and do me some learnin’ about AngularJS Directives. I like … Read more

Azure SQL Connection Error: No entity framework provider found for ‘system.data.sqlclient’

I’ve been doing some work for a website which would be deployed to Azure for both the website and the database.  Here is a quick run-down on how the deploy situation went, an error that gave me fits and the final-fix. First off, let me say I had this website entirely working on my local … Read more

Go Microsoft!

Microsoft .. love em or hate em (and I love em) has been making some big, big strides this past year.  For a long time, I wondered (and I wasn’t alone) if they were “anti” web.  But now they are coming into their own, joining the open source movement, going cross-platform and in general, getting … Read more

Coder: A Venn Diagram

During a conversation with another developer friend of mine, an idea to create this hit me. I think we all have days where we can identify with this to some extent. When you think about it, a lot of what we do/feel as developers falls into these buckets.  Or heck maybe it’s just me.  (Please … Read more

Just Keep Building

Do you ever get overwhelmed with software complexity?  There is always it seems, a new framework this and a doomaflagit-that coming out.  More to learn, more to learn. Learning is not a bad thing.  As we all know in IT, that’s kinda our thing … we keep doing that learning thing. The upside of this … Read more

Visual Studio Tip: Scope To This

Do you guys use this feature, Scope To This, in Solution Explorer? I recently started using it and found it quite handy. Basically it does what it sounds like in that you get to ‘scope’ to a section within Solution Explorer. Why should you consider using it? Let’s say, if in a large solution you … Read more