Here is the list of topics covered in the WCSF geekSpeak webcast: Contextual Auto Complete Bundle Demo code: WCSF geekSpeak: Contextual Auto Complete Bundle Demo Code Validation Bundle Demo code: WCSF geekSpeak: Validation Bundle Demo Code Real-Time Search Bundle Demo code: WCSF geekSpeak: Real-Time...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-24-2008
Filed under: .NET, Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, MVP, Web, WCSF, Tools, EntLib, Webcasts, PnP, SoftwareFactories, PageFlow, geekSpeak, AJAX
This demo e based on the demo included in the Contextual Auto Complete Bundle download. The demo includes an entry form with three implementations: Using the traditional auto post back model Using an update panel Using the Contextual Auto Complete Extender .
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-23-2008
Filed under: .NET, Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, MVP, Web, WCSF, Tools, Webcasts, PnP, SoftwareFactories, geekSpeak, AJAX
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? Who’s using it today and how? Jan 9 - Kevin Goff...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
12-09-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Events, Microsoft, MSDN, MVP, Web, WCSF, Webcasts, PnP, SoftwareFactories, PageFlow, geekSpeak
In this series of articles I'll show how (in my opinion, obviously) to the Page Flow Application Block of the Web Client Software Factory could be improved. Removing Database Dependencies Especially in development and demonstration scenarios, the dependency on a database can be a big hassle. In this...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
10-29-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories, PageFlow
Introduction There are a number of classes in the in the .NET Framework that expose a static (shared in Visual Basic) property with a reference to an instance valid in a particular scope (usually the current thread). In this article I'll change the Page Flow Application Block to add properties to...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
10-29-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories, PageFlow
Introduction I don't like the fact that I need to know the type of a page flow definition. Or even the fact that a page flow definition has a type. In this article I'll change the Page Flow Application Block to be possible to get page flows by its definition name instead of its definition type...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
10-17-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories
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 . I said "is intended to behave" because...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
10-15-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, PageModules, IIS
Introduction Especially in development and demonstration scenarios, the dependency on a database can be a big hassle. In this article I'll show how to remove this dependency. Instance Correlation Provider A Page Flow Application Block 's instance correlation provider is responsible for maintaining...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
10-15-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories, PageFlow
I usually just share these news through my shared readings feed, but this one is too big the let it pass without saying anything. Glenn Block just pointed me to his post on this . Jeffrey Palermo also has a great post about the new MVP Framework For ASP.NET . I'll wait to see what's coming out...
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 business validation logic across screens when performing...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
10-01-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories