Paulo Morgado
.NET Development & Architecture
-
A TraceListener For Tests
In my code, I make extensive use of debug assertions (see System.Diagnostics.Debug.Assert). These assertions are very helpful while debugging because you don’t need to step into every line of code to see if all pre-conditions are met. As soon as a pre-condition fails, an assertion failed window will pop up and will allow us to either abort, ignore or go to the assertion instruction (retry).
-
How To Set Elements Of An Array Of A Private Type Using Visual Studio Shadows
Visual Studio uses Publicize to create accessors public for private members and types of a type.
-
Extended WebBrowser Control - Version 0.0.0.0 Uploaded
After a long time, I finally managed to upload a version of the Extended WebBrowser Control to CodePlex.
-
Compiling .NET 1.1 Projects In Visual Studio 2008
After having put my .NET 1.1 application running on the .NET 2.0 runtime (^), I’m planning on migrating it to .NET 2.0, but not all at once.
-
Running .NET 1.1 Applications On .NET 2.0
One of the applications I develop is a .NET 1.1 Windows Forms application used by more than 5000 users and critical for the business.
-
LINQ To SQL Tips & Tricks: String Operations
LINQ brought developers a very user friendly and domain independent style of writing queries.
-
PowerShell For The .NET Developer
Some time ago I needed to have the validationKey of the machineKey element of an ASP.NET application changed and found out that ASP.NET doesn’t provide a command-line tool (or any other) to do this.
-
From Vista To 7 With WET And WHS
My son inherits my old machines.
-
ReMIX 09 Is Coming To Lisbon, Portugal
-
Windows Live Messenger Unable To Connect With Error Code 80040200
Today I came across this issue when trying to sign in to Windows Live Messenger.