Paulo Morgado

Browse by Tags

All Tags » MVP (RSS)
I’m A Microsoft MVP For The 6th Time And I FEEL GREAT
Video: I Feel Great! - MVP
Pedro Félix Is Blogging
Pedro Félix is blogging about WCF .
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...
TypeMock: How to Make Reflective Mocks More Natural
Like I said before , this as been on the back of my mind for a while. A while back I introduced a way to get the MethodInfo of a method in a strongly typed way using LINQ , and that's how I'm going to make Reflective Mocks more Natural . Well, it's as...
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 .
Are Page Modules Still Useful In IIS7?
With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back...
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. You can use the System.Web.UI.PageParser.GetCompiledPageInstance method to...
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. Read all about it.
More Posts