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, it's as easy as this: public static class MockExtender...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-31-2008
Filed under: .NET, SoftDev, C#, Microsoft, MSDN, MVP, Tools, Testing, LINQ, UnitTests, TypeMock
There is a good set of articles about Unit Test Patterns in the TypeMock™ site: Unit-Test Patterns for .NET - Part I This article looks at patterns in unit testing and describes the main patterns found in tested .NET code. It also describes the problems with each pattern. Unit Test Patterns for .NET...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
12-26-2007
Filed under: .NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Tools, Testing, UnitTests, TypeMock
The main features of this version are: Support of .NET 3.5 syntax changes Mocking automatic properties. Mocking Anonymous Types. Mocking Lambda Expressions. Verifying New Initialziers. Mocking Extension Methods. Mocking LINQ statements. Integration API for tools developers Tracer Enhancement (Professional...
You can download here . Before you get too excited, according to Tom Hollander , this is really just a maintenance release addressing a small number of issues discovered since the release of 3.0. Here is a summary of the main changes: Policy Injection Application Block The default Remoting Policy Injector...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
05-23-2007
Filed under: .NET, Architecture, Community, SoftDev, C#, Microsoft, MSDN, MVP, Tools, EntLib, PnP
TypeMocks™ 4.0.0 is now available . In my previous analysis mentioned two drwanbacks of this mocking framework: The lack of a mocking scope. The lack of the use of Generics in its APIs. Let's start with the second one. Generic Reflective API TypeMocks™ was the same tool for both the .NET 1.1 and...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
05-20-2007
Filed under: .NET, Architecture, Community, SoftDev, C#, Microsoft, MSDN, MVP, Tools, VisualStudio, Testing
(From Blaine Wastell 's post and Mariano Szklanny 's post ) You can now download the SCSF - May 2007 release . The new release provides support for .NET 3.0. The release is propagating to the download servers and should be available when you read this. If not, be patient and try a little later...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
05-20-2007
Filed under: .NET, Architecture, SCSF, WinForms, Community, SoftDev, C#, Microsoft, MSDN, MVP, Tools, VisualStudio, WPF, PnP
While watching this DotNetRocks show, I came across the SearchDotNet engine. SearchDotNet comes in three flavors: Searches a selection of sites and forums. Searches a selection of sites of component vendors. Searches a selection of books SearchDotNet has OpenSearch support which means that it can be...
In his show about Scenario Based Architecture Validation , Ron Jacobs talks with Dragos Manolescu ( Architecture Evaluation in Practice ) about how difficult it is to evaluate and validate an architecture. There are a few tools that can help you validate the architecture of your application or framework...
Tom Hollander and Edward Jezierski did an MSDN webcast about the New Capabilities in Enterprise Library 3.0 . If you are interested and missed it, you can view an online replay or download it from here: MSDN Webcast: New Capabilities in Enterprise Library 3.0 (Level 300)
The public build of Refactor! for ASP.NET is here: http://www.devexpress.com/refactorasp This version works in VS 2005 and is suitable for public consumption. Refactor! for ASP.NET is a free and supported product from Developer Express . It includes 25 refactorings, nine of which are dedicated to ASP...