A long time since my previous blog as nowadays I often tweet my ramblings but this one does not fit a tweet :-) Sometimes you are working with strong named assemblies and when you are having unit tests and want to access internals then you have to use the InternalsVisibleTo assembly attribute. So to...
Today our team leader asked me to get someone in our team started on a new solution. This entails 2 things: A dev tree Tests and code (and yes, I choose this order on purpose) The Dev Tree Suppose you have to make a new solution. Create root: $/TeamProject/<SolutionName> Create main...