Recently I was looking through some stuff, and found a quote I posted from Kelly Anderson on the Maverick Software Development list: Quality in real money terms (and that is the way we keep score in business) is the inverse of the expense of technical support. If technical support is a profit center, then quality…
Author: Cory Foy
Unit Testing to move into Visual Studio Professional
Now this is cool news. It was announced a few days ago that Unit Testing and some other features are being moved out of the Developer and Tester Team System versions into the Professional version, meaning pretty much everyone will have access to it. However, I disagree with Brad Wilson that unit testing should be…
Autogenerating Tests for Web Services using Visual Studio
I had a customer ask me recently for a way to auto-generate Unit Tests for Web Services based only on the WSDL using Visual Studio. Now, those of you who know me know I would call those “Integration Tests” (or perhaps “Deathly Slow Tests”), but a need is a need, and it’s actually pretty straightforward….
“No exact match found” when using People Picker in MOSS with Forms Authentication
This week I’ve been working with a customer to implement Forms Authentication for their MOSS site. Actually, it’s mixed authentication since they’ll have part via AD and part via a database. There are some great tutorials out there, but some people run into the problem I did – after modifying the web.config files, you have to add…
Microsoft Visual Studio Team System Web Access
Brian Harry just announced that Microsoft has aquired the company that makes the Teamprise web access solution for Team Foundation Server and is immediately making it available for free for all licensed TFS users. This is great news since one of the big challenges with TFS deployments is people not wanting to install Visual Studio…
Team Foundation Branching Guidance now available on CodePlex
I’m catching up from my emails after being gone to an offsite event all week (what other company pays its employees to go to an offsite event and stay at the Bellagio in Vegas for a week?), and noticed that the Team Foundation Branching Guidance is now up and available on CodePlex. I saw a prerelease…
Teamprise makes its TFS Eclipse plugin available for free!
When I was helping the NUnit team with Linux integration, Charlie tested moving the project to CodePlex. Which was all fine and dandy, except I couldn’t access the source code repository from my Linux box to pull down or push up code. Well, Linux developers needing to access CodePlex rejoice! Teamprise, who makes a handy-dandy…
.NET Opening with Microsoft in Charlotte
Know .NET? Want to work for a company with incredible benefits and have an instant boost to your resume? We’re looking for a .NET developer for a position based out of Charlotte, NC. If you are interested, please shoot me an email (foyc at cornet design dot com) and let’s chat!
Sweet Revenge against US Airways
Several months ago, US Airways had made a bid for Delta, whom I fly a lot. Now, everyone has their favorite airlines, but something about US Airways from flying them out of Charlotte and St Louis had never sat right with me. Their attitude might have been captured by their company spokesman a few days…
C# Design Patterns
Do you know C#? Do you know Design Patterns? Do you know Design Patterns in C#? Well, heck, you just know everything, don’t ya! For quite a while, there has been a C# Design Patterns Group headed up by Damon Carr. It took a hiatus for a while, but is back in fashion. If you…