Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness . At that point I wasn't aware of the existence of the XHTML conformance configuration (thanks Nuno ). With the XHTML conformance configuration set to Legacy , the rendering of controls works like it worked...
When building ASP.NET pages, if you use too many validators and validation summaries your pages can become very slow. Have you ever wondered why? Lets build a simple page web page with a few validators. Something like this: The page is composed of: 2 TextBox es 1 RequiredFieldValidator for each TextBox...
While preparing the demos for my session at TechDays Portugal 2008 , I've noticed some changes in the Web Client Software Factory 2.0 that prevented the EventBroker Extension from compiling and running. The problem ended out just being a little change in the WebClientApplication class. The virtual...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
03-12-2008
Filed under: .NET, ASP.NET, Community, SoftDev, Microsoft, MSDN, Web, WCSF, Tools, PnP, SoftwareFactories, Techdays, TechdaysPT08
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 for architects and developers building enterprise...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
02-29-2008
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Microsoft, MSDN, Web, WCSF, Tools, VisualStudio, PnP, SoftwareFactories, PageFlow, AJAX
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 Validation Bundle download. The demo includes an entry form with three implementations: Using the traditional server-side validation. Using server-side validation with the Enterprise Library 's Validation Application Block . Using server-side validation...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-23-2008
Filed under: .NET, Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, Web, WCSF, Tools, EntLib, Webcasts, PnP, SoftwareFactories, 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
(This is not new, but ...) Refactor! for ASP.NET version 2.2 is shipping. Built by Developer Express , this FREE code refactoring tool includes 29 time-saving refactorings and is available to all developers working in Visual Studio 2005 and Orcas Beta 1 . Read all about it in Mark's blog .
For the past months I've been developing ASP.NET infrastructure (authentication, authorization, profile, membership and resource providers). My job is not building web pages. My job is make the lives of web page developers a lot easier (well, they might not agree with me on that). Nevertheless, when...
The public build of Refactor! for ASP.NET is here: http://www.devexpress.com/refactorasp This version works in VS 2005 and is suitable for public consumption. Refactor! for ASP.NET is a free and supported product from Developer Express . It includes 25 refactorings, nine of which are dedicated to ASP...