Recently I mentioned this.Log . Given the amount of folks that were interested in this.Log, I decided to pull this source out and make a NuGet package (well, several packages). Source The source is now located at https://github.com/ferventcoder/this.log . Please feel free to send pull requests (with...
I have a need to update our build version number in our various *AssemblyInfo.cs files each and every time we do a release build of our products. I wanted to do this as a build step on our build server and I thought that Powershell would be the best way to do this given the fact we are use pSake as our...
Core Requirements Requirements should be given as the Core Requirement , and avoid the common pitfall of providing Prescriptive Requirements As an example, a core requirement in an insurance system may be: As a user of the Broker system, I want to create a Settlement Batch of Eligible Documents across...
As software creators we don't get to decide what version of our tools / libraries that people use. If we try to force them, our users will go somewhere else. Update: What Type of Software This Applies To This post talks of tools, applications and libraries. Things that end up in the users hands....
Recently when I was working with Entity Framework inside one of our RIA Services end points I ran into the errors below while trying to save my changes. Of course at first this error caused me to stop and scratch my head To give a bit of background on what I was doing. Inside one of our RIA...