Browse by Tags

All Tags » Community » Architecture (RSS)

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: Registration Open

There was a problem with the registration for this webcast, but it's now solved. Jan 23 - Paulo Morgado - The Web client software factory in action

WCSF geekSpeak: What do you want to see?

Just let me know to see if I can accommodate it on my geekSpeak .

I'm on geekSpeak

Or I'll be, on January 23rd. Here is the complete list of web casts for December 2007 and January 2008: Dec 12 - Brian Loesgen - BizTalk Adapters Dec 19 - Shaun Walker - DotNetNuke Jan 2 - Michele Leroux Bustamante - CardSpace – Why should you care...

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

Bug Found On The Page Flow Without Database Improvement

Joern found a nasty bug in my code. I've uploaded the updated source code in all articles .

Improving The Page Flow Application Block: Decoupling Page Flow Usage From Its Implementation

In this second article of the series I'll show how you can change the Page Flow Application Block of the Web Client Software Factory to get page flows by its definition name instead of its definition type.

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

Improving The Page Flow Application Block: Removing Database Dependencies

In this first article of the series I'll show how you can use the Page Flow Application Block of the Web Client Software Factory without a database.

Improving The Page Flow Application Block

I'm starting a series of articles where I'll show how (in my opinion, obviously) to the Page Flow Application Block of the Web Client Software Factory could be improved.

Lattix Update – Announcing Lattix 3.5

Lattix has upgraded its LDM product: Lattix LDM for C/C++ now includes an integration with Understand for C++ As part of our Lattix LDM C/C++ solution, we now offer an integration with Understand for C++ from Scitools, leveraging its fast and accurate...
Posted 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...

Microsoft TechEd Developers 2007 - I'll be there

Microsoft TechEd Developers 2007 is getting closer. This year I was again selected to be at an ATE (Ask The Expert) booth. Hopefully, the Architecture booth, like last year. Meet me there and at the MVP Community Lounge booth.

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

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

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

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

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.

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.

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...
More Posts Next page »