Paulo Morgado

Browse by Tags

All Tags » Architecture (RSS)
Build Your Own LINQ Provider
Mehfuz has been building a toolkit for creating LINQ providers and it's available at CodePlex : LINQExtender He has even built a LINQ provider for flickr with it: LINQ.Flickr
The Architecture Tool Space Keeps Growing
The tool space for software architecture has been growing. There are new tools and continuous improvement in the existing ones. Framework Design Studio Last month Krzysztof Cwalina from Microsoft released the Framework Design Studio at MSDN Code Gallery...
Framework Design Studio On MSDN Code Gallery
I just came across this today: Framework Design Studio is a set of tools for reusable library designers. The package contains a GUI tool for viewing, reviewing, and comparing versions of managed APIs. It also contains a command line tool for generating...
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...
WCSF geekSpeak: Download Available On Channel 9
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