Installing FxCop On Windows 8 I was trying to install FxCop on my Windows 8 machine today, but the online documentation asks you to install Windows SDK 7.1, and that errors out. I was finally able to figure out a way to install it. 1.Download the SDK ISO for your CPU architecture. 2.Open the ISO file in Windows Explorer and… Read more →
Month: August 2013
NOT using repository pattern, use the ORM as is (EF)
This was originally posted as an answer to a question on stackoverflow here IMO both the Repository abstraction and the UnitOfWork abstraction have a very valuable place in any meaningful development. People will argue about implementation details, but just as there are many ways to skin a cat, there are many ways to implement an abstraction. Your question is specifically… Read more →