On previous posts [ ^ ][ ^ ] I mentioned the size of ASP.NET validators and validation summary rendering and the fact that expando attributes are being used to add properties. Mohamed also mentions this issue. Besides the fact that custom attributes aren't XHTML conformant, Firefox differs from Internet...
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
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