Paulo Morgado
.NET Development & Architecture
-
WCSF geekSpeak: Download Available At MSEVENTS
For those who missed my webcast (and wanted to watch it) it's available to download at the MSEVENTS site.
-
Custom Generators For SQL Data Generator 1.0 Beta
SQL Data Generator will be a great tool when redgate releases it.
-
TypeMock Basic Introduction Screencast at Facebook
Roy Osherove has done a nice introductory 10 minute screencast that shows some basic features in TypeMock.
-
Naming Conventions For Unit Testing
Reading Roy Osherove's post about naming conventions for unit testing I have to say that it all makes sense to me.
-
New Weblog at ASP.NET
Responding to Joe Stagner's invitation to blog at the ASP.NET blogging community, I've set up a new blog.
-
Are Page Modules Still Useful In IIS7?
With IIS7 a new transfer method is available in the HttpServerUtility class. It's the TransferRequest method.
-
Page Flow Application Block With Page Modules
If you want to see how you can use Page Modules and its benefits, read this.
-
You Don't Always Need Page Modules
From my article on Page Modules some people might have gotten the wrong impression that this would be the only way to get a reference to the page given its path, but it isn't.
-
Introducing ASP.NET Page Modules
From the need to handle events in every rendered page and not wanting to pay the penalties (network usage and server load) of frequent client redirects, I came up with the concept of Page Modules.