Paulo Morgado

.NET Development & Architecture

Browse by Tags

All Tags » ASP.NET » C# (RSS)
.NET Framework 2.0 Service Pack 1 and .NET Framework Service Pack 1 available as a standalone download
For those who can't (or don't want to) deploy .NET Framework 3.5, the service packs included for the 2.0 and 3.0 versions of the framework are available as standalone downloads. Microsoft .NET Framework 2.0 Service Pack 1 (x86) Microsoft .NET...

Posted Thursday, November 22, 2007 5:43 AM by Paulo Morgado | 2 comment(s)

Visual Studio 2008 and .NET Framework 3.5 shipped!
Visual Studio 2008 and .NET Framework 3.5 has finally shipped. MSDN subscribers can download the final version of Visual Studio 2008 from MSDN Subscription Downloads , but anyone can get a trial version or an Express Edition . The .NET Framework 3.5 contains...

Posted Wednesday, November 21, 2007 12:21 AM 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 Monday, November 05, 2007 10:46 PM by Paulo Morgado | with no comments

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

Posted Monday, October 15, 2007 1:19 AM by Paulo Morgado | with no comments

Validation Guidance Bundle
The P&P team has released another Web Client Software Factory Guidance Bundle . This time is the Validation Guidance Bundle . What are some scenarios to consider using the guidance in this bundle for? Improving UI responsiveness while reusing entity...

Posted Monday, October 01, 2007 12:01 AM by Paulo Morgado | with no comments

Page Flow Application Block With Page Modules
Introduction In this article I will demonstrate how a web application can benefit from the use of Page Modules using, for the demonstration, the Page Flow Store Quick Start and the Page Flow Application Block shipped with the Web Client Software Factory...

Posted Thursday, September 27, 2007 9:15 AM by Paulo Morgado | 9 comment(s)

Guidance Bundles From The Web Client Software Factory
The P&P team came up with a new concept for the Web Client Software Factory : Guidance Bundles . What is a Guidance Bundle? A Guidance Bundle is a small package of guidance whose purpose is to allow users to quickly, conveniently, and easily learn...

Posted Wednesday, September 19, 2007 12:32 AM by Paulo Morgado | 1 comment(s)

Web Client Software Factory Knowledge Base
Check out the knowledge base page at the Web Client Guidance Community site .

Posted Sunday, September 16, 2007 10:10 PM by Paulo Morgado | with no comments

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

Posted Sunday, September 16, 2007 7:02 PM by Paulo Morgado | with no comments

ASP.NET Resource Providers and HTTP Context
Sometime ago I built a custom resource provider for ASP.NET that relied on an attribute applied to the HTTP handler (usually a page ) class instead of its virtual path to determine the location of the resources. Something like this: [ ResourceLocationAttribute...

Posted Friday, September 14, 2007 12:58 AM by Paulo Morgado | 2 comment(s)

The Cost Of Client-Side Redirects In ASP.NET And Using Page Modules
I've been asked if the Page Modules are really useful and if is there such an high cost on client-side redirects. I hope this helps to shed some light to the issue.

Posted Wednesday, September 12, 2007 12:14 AM by Paulo Morgado | with no comments

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.

Posted Sunday, September 09, 2007 11:58 PM by Paulo Morgado | with no comments

Introducing ASP.NET Page Modules
(Republished at http://www.codeproject.com/useritems/PageHandlerFactoryWithMod.asp ) Introduction This article introduces the concept of Page Modules , which are similar to HTTP Modules but related to Page Life Cycle , and the need for them. How HTTP...

Posted Sunday, September 09, 2007 11:43 PM by Paulo Morgado | 7 comment(s)

Reference Implementation With Page Flow Navigation
In a previous post , I talked about Page Flow Navigation vs. Page Navigation . This is an adaptation of the Reference Implementation to work with Page Flow Navigation . (You’ll need the changed version of the Page Flow Application Block .) Downloads Reference...

Posted Sunday, July 01, 2007 12:02 PM by Paulo Morgado | with no comments

PageFlowWithShoppingCartQuickStart Sample With Page Flow Navigation
In a previous post , I talked about Page Flow Navigation vs. Page Navigation . This is an adaptation of the PageFlowWithShoppingCartQuickStart sample to work with Page Flow Navigation . (You’ll need the changed version of the Page Flow Application Block...

Posted Sunday, July 01, 2007 11:27 AM by Paulo Morgado | with no comments

Page Flow Navigation vs. Page Navigation
Introduction I've been working with page flows for the past days and the idea of navigating to a page flow instead of navigating between pages belonging to a pageflow is making more sense each time I think about it. The Web Client Software Factory...

Posted Sunday, July 01, 2007 1:18 AM by Paulo Morgado | 2 comment(s)

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 Wednesday, May 23, 2007 11:38 PM by Paulo Morgado | with no comments

Optimizing reading for the CustomTextMessageEncoder
Continuing the improvement of the CustomTextMessageEncoder (see this and this ), this time I'll use the XmlDictionaryWriter instead of the XmlTextWriter whenever the character encoding is utf-8 , utf-16 or Unicode . To achieve this, all that's...

Posted Monday, May 07, 2007 9:45 PM by Paulo Morgado | 1 comment(s)

System.Web.HttpUtility.UrlEncode and character encodings
A kind reader of one of my blogs posed me a question about a problem with HttpUtility.UrlEncode . His problem was that he needed to URL encode São Marcos and instead of getting S%E3o%20Marcos he was getting S%C3%A3o%20Marcos . The problem here is the...

Posted Sunday, May 06, 2007 10:09 PM by Paulo Morgado | 5 comment(s)

BUG: Using Custom Identities in ASP.NET fails when using the ASP.NET Developement Server
This bug has been around for a while and affects web site development when using custom identities (classes that implement System.Security.Principal.IIdentity ) and the ASP.NET Development Server. To reproduce this bug, you have to implement the IIdentity...

Posted Sunday, April 29, 2007 10:12 PM by Paulo Morgado | 2 comment(s)

More Posts Next page »