I cannot find a specific feature-by-feature comparison of Moq and Rhino. All the questions are \"which do you like better and why\", or \"here\'s how you do a simple mock i
Just for completeness I will note that there is now NMock3 on CodePlex. It has easy migration from NMock2, just replace the reference to NMock2.dll with a reference to NMock3.dll. It adds type safety and support for refactoring.