Paulo Morgado

.NET Development & Architecture

This Blog

Syndication

Search

Sponsored By

Tags

News

Unit Test Today! Get Typemock Isolator!

Books

 

Visitors

Visitor Locations

Community

Email Notifications

Archives

Profile

Disclaimer

The opinions and viewpoints expressed in this site are mine and do not necessarily reflect those of Microsoft, my employer or any community that I belong to. Any code or opinions are offered as is. Products or services mentioned are purchased by me, made available to me by my employer or the manufacturer/vendor which doesn't influence my opinion in any way.

Browse by Tags

All Tags » Tools (RSS)
Typemock Is Launching The ASP.NET Bundle – Get Free Licenses
Typemock is launching a new product for ASP.NET developers – the ASP.NET Bundle - and for the launch they are giving out FREE licenses to bloggers and their readers. The ASP.NET Bundle is the ultimate ASP.NET unit testing solution, and offers both Typemock...

Posted Mon, May 18 2009 23:57 by Paulo Morgado | with no comments

Help Typemock Launch Its New Visual Basic .NET Friendly API And You Might Get A Free License
Typemock is announcing today a new version of Typemock Isolator (5.2). One of the coolest features in the new version is the inclusion of a new VB .NET unit testing API . This 'VB friendly' API was designed and written in VB.NET, for VB.NET developers...

Posted Tue, Jan 13 2009 21:32 by Paulo Morgado | with no comments

Saved By The .NET Framework Cleanup Tool – Again!
I don’t know what’s wrong with my XP system (besides the fact that I’m still using it) but I couldn’t install .NET 3.5 without removing .NET 2.0 and now I couldn’t install apply SP1 without removing .NET 3.0 and 3.5. Fortunately, I was rescued by Aaron...

Posted Mon, Dec 22 2008 0:23 by Paulo Morgado | with no comments

Filed under: , , ,

Typemock Isolator 5.1 Released
This major version adds static method support and non-public method faking to the AAA API. Check out the release notes . I don’t like the reflective approach to testing private methods. With the new additions to the AAA API, testing this class: public...

Posted Mon, Oct 6 2008 23:41 by Paulo Morgado | with no comments

Faking Output Parameters With Typemock Isolator
Some time ago I was asked if it was possible to fake output parameters with Typemock Isolator . It’s actually very easy using any of the APIs. Given this class: public class MyClass { public bool MyMethod( string input, out int output1, out double output2...

Posted Mon, Oct 6 2008 21:51 by Paulo Morgado | 2 comment(s)

Clone Detective For Visual Studio
Clone Detective is a tool that integrates with Visual Studio and uses the ConQAT ( Con tinuous Q uality A ssessment T oolkit) to analyze C# projects and search for duplicated source code. Watch the videos and see if this is the tool you were looking for...

Posted Thu, Aug 28 2008 23:41 by Paulo Morgado | with no comments

StyleCop 4.3 Is Out
The StyleCop team announced the release of a version 4.3 of the StyleCop tool . You can get it from here . On this version there are some bug fixes, new rules and documentation. Also in this version, the list of errors and warnings goes to the Errors...

Posted Thu, Aug 21 2008 0:36 by Paulo Morgado | with no comments

Lutz Roeder’s .NET Reflector Is Now Red Gate’s .NET Reflector
Let’s face it, if you don’t know .NET Reflector, you can never claim to be a .NET developer. Today Red Gate announced the acquisition of Lutz Roeder’s .NET Reflector. On .NET Reflector ’s page, Red Gate states that “will continue to maintain a free version...

Posted Wed, Aug 20 2008 23:34 by Paulo Morgado | with no comments

Typemock Racer Alpha Is Out
Typemock has released an alpha version of its newest product: Typemock Racer . Typemock Racer is the tool that uses dynamic and static analysis to find deadlocks in .NET code that had been previously announced by Roy Osherove .

Posted Wed, Aug 20 2008 22:50 by Paulo Morgado | with no comments

Filed under: , , , ,

Typemock Isolator 5.0 Is Out With Its New AAA API
Typemock has released version 5.0 of its unit testing tool: Isolator . Check out the release notes . This new version comes with a new API: A rrange A ct A ssert: Isolator AAA API - The Basics Isolator AAA: Creating Fakes I’ll have to say that I liked...

Posted Wed, Aug 20 2008 22:33 by Paulo Morgado | with no comments

VHD Resizer: Tool For Resizing VHD Files
While installing SQL Server 2008 in a Virtual PC virtual machine I run out of disk space. Looking around, I found this great tool: VHD Resizer . Registration is required to download the tool.

Posted Sun, Aug 17 2008 23:13 by Paulo Morgado | 4 comment(s)

Filed under: , ,

Testing With Multiple Versions Of Internet Explorer
On a previous post I mentioned IETester . Jorge Moura mentioned TredoSoft ’s MultipleIEs and a list of web browsers .

Posted Mon, Jun 23 2008 1:00 by Paulo Morgado | with no comments

DebugBar, Companion.JS And IETester
Some days ago a colleague of mine pointed out to me this tool ( IETester ) that allows testing the different rendering and JavaScript engines of Internet Explorer (5.5, 6, 7 and 8beta1) side by side with the installed version. I haven’t tested IETester...

Posted Wed, Jun 11 2008 0:30 by Paulo Morgado | 2 comment(s)

Microsoft Source Analysis for C# (aka StyleCop)
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.

Posted Thu, Jun 5 2008 0:12 by Paulo Morgado | with no comments

Typemock Developers Community Site Updated
Typemock has updated its Developers Community Site with new sections. Besides the forums , there's a new add-ons page where anyone can share her/his tools or snippets (I guess I'll have to brush up my Typemock Snippets For Visual Studio to add...

Posted Thu, May 29 2008 0:54 by Paulo Morgado | with no comments

Internet Explorer vs. FireFox
Until recent I had never used FireFox (FF) because Internet Explorer (IE) was good enough for me. I don't do much web page development and because I own licenses for Visual Studio (VS), HTTPWatch and IEWatch (tried the Internet Explorer Developer...

Posted Sun, May 25 2008 23:32 by Paulo Morgado | 2 comment(s)

.NET Reflector 5.1.2.0 Released
Get it from here .

Posted Mon, May 19 2008 0:38 by Paulo Morgado | 2 comment(s)

Filed under: , , ,

Typemock Isolator v4.2.4 Released
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 .

Posted Mon, May 19 2008 0:37 by Paulo Morgado | with no comments

Rendering ASP.NET Validators And Validation Summary Property As HTML Attributes
Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness . At that point I wasn't aware of the existence of the XHTML conformance configuration (thanks Nuno ). With the XHTML conformance configuration set to Legacy...

Posted Tue, May 13 2008 1:34 by Paulo Morgado | with no comments

The Cause Of ASP.NET Validators And Validation Summary Slowness
When building ASP.NET pages, if you use too many validators and validation summaries your pages can become very slow. Have you ever wondered why? Lets build a simple page web page with a few validators. Something like this: The page is composed of: 2...

Posted Mon, May 12 2008 0:17 by Paulo Morgado | 3 comment(s)

More Posts Next page »