Daily Archives: Monday, 23 March, 2009

Tip of the Day #9 (The Project Location Is Not Trusted)

This tip is to get a tool called ZoneStripper by James Kovaks to stop the annoying “project location not trusted” dialog box, below, appearing when you open downloaded solutions in Visual Studio. If you download zipped source code from the … Continue reading

Posted in Tip of the Day | Tagged , , | 7 Comments

I guess I’ve never needed to do this before…

I guess I’ve never created a struct in a while (at least in Visual Studio 2008 using C# 3.0) because I’ve just discovered that the Automatic Properties don’t work in structs. I’ve just created this struct: public struct CapacityUnit { … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment