Browse by Tags

All Tags » LINQ » MVP (RSS)

TypeMock: How to Make Reflective Mocks More Natural

Like I said before , this as been on the back of my mind for a while. A while back I introduced a way to get the MethodInfo of a method in a strongly typed way using LINQ , and that's how I'm going to make Reflective Mocks more Natural . Well...

Free e-books on the Visual Studio 2008 Learning Portal

Microsoft is offering free e-books (or, at least some chapters) in the Visual Studio 2008 Learning Portal .

Getting MethodInfo using LINQ

At the last MVP Global Summit , Mads showed me and Rich a way to get the MethodInfo of a method in a strongly typed way using LINQ . Here is how you can do it: public static class TypeHelper { public delegate void Method (); public delegate void Method...
Posted by Paulo Morgado | with no comments