Entity Framework Patterns extension and Unit Test in Visual Studio 2012

Yesterday I was trying to make work simple test class in VS2012. I did not know what was wrong exactly. It was first project when I tried to glue together Entity Framework with repository pattern and Ninject as IoC container. Because of the fact that this was first time for solution like that I was sure that it is me, or rather source of my problem was indeed my code. But let’s not skip ahead. Continue reading “Entity Framework Patterns extension and Unit Test in Visual Studio 2012”

Curious Case of Visual Studio project compatibility.

Recently I was asked at work for quick review of small project. It was created (or updated) in newest version of Visual Studio – 2012. I don’t have installed VS 2012.

I could install it, yes, but it would be just waste of time since browsing through code in that project took me only few hours.

So I decided to try to open that in VS 2010. Continue reading “Curious Case of Visual Studio project compatibility.”