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. …
NAnt: SdkInstallRoot has not been set
I’ve had this error pop up nearly 20 times when setting up CCNET through the years. Unfortunately I never notated what I had to do to fix it. I usually just spent 20 minutes banging my head against …
Continue Reading about NAnt: SdkInstallRoot has not been set →
Using Prisms (CompositeWPF) EventAggregator
Event Aggregator - What is it? The event aggregator in Prism is an implementation of the Event Aggregator pattern. Fowler explains the Event Aggregator pattern as follows: Channel events from …
Continue Reading about Using Prisms (CompositeWPF) EventAggregator →