TypeMock has released version 4.2 of its mocking framework: TypeMock Insulator. Check out the release notes . My four favorite new features in this release are: Improved mock chaining Debugger evaluation doesn't change the test behavior The debugger can be run inside a recording block without confusing...
Web Client Software Factory 2.0 February 2008 Release Resources MSDN site: http://msdn.microsoft.com/webclientfactory Community site: http://www.codeplex.com/websf About the Deliverable The Web Client Software Factory (WCSF) provides a set of guidance for architects and developers building enterprise...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
02-29-2008
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Microsoft, MSDN, Web, WCSF, Tools, VisualStudio, PnP, SoftwareFactories, PageFlow, AJAX
TypeMock (now called) Insulator 4.2 Beta is publicly available. Check out the release notes . One of my favorite new features is the improved mock chaining. Take this class to be tested: public class TestedClass1 { public IDictionary < string , object > Dictionary { get { throw new NotImplementedException...
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
(This is not new, but ...) Refactor! for ASP.NET version 2.2 is shipping. Built by Developer Express , this FREE code refactoring tool includes 29 time-saving refactorings and is available to all developers working in Visual Studio 2005 and Orcas Beta 1 . Read all about it in Mark's blog .
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...
Blaine Wastell and Michael Puleio did an MSDN webcast about Web Client Software Factory . If you are interested and missed it, you can view an online replay or download it from here: MSDN Webcast: How to Use the Web Client Software Factory (Level 300)
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
03-29-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, Tools, VisualStudio
I’ve learned from a fellow GASP er of the release of Microsoft Source Analysis for C# (aka StyleCop) . It’s still a work in progress but it’s already very useful.
Typemock released version 4.2.4 of its Isolator mock framework . You can check out the release notes in The Typemock Insider blog and download it from the Typemock Isolator Download page .