Paulo Morgado

.NET Development & Architecture

This Blog

Syndication

Search

Tags

News

Unit Test Today! Get Typemock Isolator!

Projects

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 » VisualStudio » Community (RSS)
MSDN Ramp Up Program
I just came across this: www.MyRampUp Ramp Up is a free, online, community-based program that can help users save time in learning Microsoft technology. The easy-to-access content (provided by subject-matter gurus) is specifically tailored to the Ramp...

Posted Fri, Nov 7 2008 0:53 by Paulo Morgado | with no comments

Web Client Software Factory 2.0 shipped
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...

Posted Fri, Feb 29 2008 1:54 by Paulo Morgado | with no comments

Techdays Portugal 2008 - For A World 2.0
Microsoft Portugal will be hosting Techdays 2008 from Mars 12 nd to 14 th , right after the Portuguese launch of Microsoft Visual Studio 2008 , Microsoft SQL Server 2008 and Microsoft Windows Server 2008 on Mars 11 th . This is the biggest and greatest...

Posted Wed, Feb 6 2008 21:45 by Paulo Morgado | with no comments

Visual Studio 2008 and .NET FX 3.5 to RTM before the end of November 2007
Today, S.Somasegar announced at TechEd Developers EMEA , amongst other things, that they the product team at Microsoft is putting the finishing touches on Visual Studio 2008 and .NET FX 3.5. They are on track to shipping these products before the end...

Posted Mon, Nov 5 2007 22:46 by Paulo Morgado | with no comments

Visual Studio 2008 Beta 2 Virtual PC (VPC) images to expire on November 1st
Most of us have been testing the Visual Studio 2008 Beta 2 VPC images. Microsoft has announced that the current Visual Studio 2008 Beta 2 VPC images will expire on November 1, 2007, rather than March 15, 2008 as originally announced. It is strongly encouraged...

Posted Mon, Oct 29 2007 23:14 by Paulo Morgado | 3 comment(s)

Paste From Visual Studio Plugin for Windows Live Writer
Reading Mike Gunderloy 's Daily Grind 1146 I found out about this Paste From Visual Studio for Windows Live Writer . I've been using Colin Colle 's CopySourceAsHtml but I'll give this one a try.

Posted Sat, May 26 2007 23:26 by Paulo Morgado | with no comments

The Practices & Practices Team Is Requesting Feedback On What We Would Like Them To Build For The Web Client Software Factory
Glenn Blocks is requesting for feedback on what the p&p team should build for the next iteration of the Web Client Software Factory . If you have something in mind, let him know.

Posted Wed, May 23 2007 23:38 by Paulo Morgado | with no comments

TypeMocks™ 4.0.0 is now available
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...

Posted Sun, May 20 2007 20:34 by Paulo Morgado | with no comments

VSIPFactory - A Software Factory for Visual Studio Extensibility
The VSIPFactory is a software factory for Visual Studio extensibility.

Posted Sun, May 20 2007 17:00 by Paulo Morgado | with no comments

Smart Client Software Factory - May 2007 Release is Live
(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...

Posted Sun, May 20 2007 12:35 by Paulo Morgado | with no comments

Developer Express won't be shipping 100 refactorings this year
Mark Miller has broken his promisse of shipping 100 Refactorings in 2007 . And I'm glad he did. Read all about it .

Posted Sat, May 19 2007 1:03 by Paulo Morgado | with no comments

Refactor for ASP.NET version 2.2 is out
(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...

Posted Sat, May 19 2007 0:57 by Paulo Morgado | with no comments

Architecture Tools
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...

Posted Mon, Apr 16 2007 0:14 by Paulo Morgado | with no comments

MSDN Webcast: How to Use the Web Client Software Factory (Level 300)
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 Thu, Mar 29 2007 0:24 by Paulo Morgado | 2 comment(s)

Yet Another Way for Using the "using" Keyword
There are two uses for the C# using keyword: The using statement : Defines a scope, outside of which an object or objects will be disposed. using ( TransactionScope transactionScope = new TransactionScope ()) { // ... } The using directive : The using...

Posted Sun, Mar 25 2007 21:58 by Paulo Morgado | 3 comment(s)

TypeMock.NET Version 3.7.0 is now available
TypeMock announced that Version 3.7.0 of Type.NET is now available. A few of the new features included in this release are: You can now mock mscorlib interfaces. Enterprise Edition only Vista support is now complete. You can fire Multiple instances of...

Posted Wed, Feb 21 2007 8:50 by Paulo Morgado | with no comments

ASP.NET Controls - The Bridge between Client and Server-Side
Nuno has just published his second article on a series about ID generation for ASP.NET controls.

Posted Thu, Feb 8 2007 15:45 by Paulo Morgado | with no comments