I’ve started a new online group: MNGroups. This group is a culmination of many different groups throughout the Minnesota area. The reason for the group is simple: Collaboration. Here in the Twin …
Blog
Introducing Twin Cities Pragmatic Beer
I’ve decided to start a pragmatic beer group/gathering. What is Pragmatic Beer? Pragmatic Beer is social event in which various technologists gather to "talk shop" and drink beer (or your …
Continue Reading about Introducing Twin Cities Pragmatic Beer →
My ReSharper Templates
Recently when working with some co-workers I was flying through some menus and whipping out some code at a breakneck speed and a couple asked how I was doing it so quickly. Simple – Resharper’s live …
PowerShell TFS WorkSpace Initialization Script
I needed a way to set up developer machines quick for access to a new Team Foundation Server rollout awhile back. Normally to set up a workspace on each dev’s machine I’d have to do the following: …
Continue Reading about PowerShell TFS WorkSpace Initialization Script →
New Dime Cast up
I’ve got another Dime Cast up here. The theme of this Dime Cast is Learning how to consume a WCF Service. View the Dime Cast here. …
ASP.NET MVC Managed Requests
Ran into an interesting problem today and the links I found on the net did not help me resolve the issue. The Error The SessionStateTempDataProvider requires SessionState to be enabled. …