Web Client Validation Bundle shipped!
Hey guys, we just shipped the Validation Bundle.
The guidance in this bundle is designed to help you streamline the end-user experience of your web applications by utilizing ASP.NET AJAX to invoke server-side validation. Additionally you will find guidance on how to improve maintainability of your applications by reusing domain object validations across multiple screens, applications and tiers. You'll also find a set of guidelines on how to perform security validation in order to protect your sites from SQL Injection, Cross-Site scripting, etc. Like the Contextual Autocomplete Bundle, this guidance is applicable for both WCSF and standard ASP.NET non-WCSF based solutions.
What is in the bundle?
- Validation QuickStart: source code to demonstrate how to improve UI responsiveness for validation and reuse of validation rules across pages.
- Validation Application Block from Enterprise Library 3.1: Validation Application Block binary.
- AJAXControlToolkit.WCSFExtensions.dll: Contains the ServerSideValidationExtender which invokes ASP.NET validators including the Enterprise Library PropertyProxyValidator via AJAX
- Acceptance Tests: Manual tests that can be executed to walk you through the Quickstart functionality.
- Documentation: Documentation explaining Validation Guidelines (Security, Schema, and so on) the Quickstart, and how to use the extender.
Go check it out here and let us know what you think! Also check out what others are saying.
Comments
Anonymous
September 30, 2007
PingBack from http://www.artofbam.com/wordpress/?p=4108Anonymous
September 30, 2007
The P&P team has released another Web Client Software Factory Guidance Bundle . This time is theAnonymous
October 01, 2007
New Validation Bundle is already in the Codeplex site. Check the bundle catalog for more information on bundles.Anonymous
October 02, 2007
PingBack from http://blogs.msdn.com/agile/archive/2007/10/01/using-validation-application-block-from-web-apps-in-an-ajax-way.aspxAnonymous
October 02, 2007
The good folks at P&P have just released a cool little project. It is essentially an expansion ofAnonymous
October 02, 2007
The good folks at P&P have just released a cool little project. It is essentially an expansion ofAnonymous
October 03, 2007
Web Client Validation Bundle ShipsAnonymous
October 03, 2007
You know that I love the work that the Patterns & Practices Guys do. Glen Block let me know aboutAnonymous
October 03, 2007
You know that I love the work that the Patterns & Practices Guys do. Glen Block let me know aboutAnonymous
October 03, 2007
You know that I love the work that the Patterns & Practices Guys do. Glen Block let me know aboutAnonymous
October 03, 2007
I'd love to use this, it really makes the validation logic reusable. However, I can't get the AJAX validation to work at all in Firefox! Is this a known bug? Great work!Anonymous
October 11, 2007
We've been busy getting more guidance packaged up and out the door. If you haven't been keeping up toAnonymous
October 24, 2007
Any feedback on the issue with AJAX validation not working in Firefox? I agree with Travis, I would love to use this, but would like Firefox support as well. Thanks.Anonymous
October 24, 2007
Hi @Travis, @Paige and all you Firefox users out there. We're working on this now. We should have some sort of fix out within the next few weeks. I will post here and in codeplex when it is available. ThanksAnonymous
December 16, 2007
Validating user input is a very common task that we perform during web page development, and in the ASPAnonymous
December 16, 2007
Validating user input is a very common task that we perform during web page development, and in the ASP.NET...Anonymous
June 08, 2008
Hey guys, we just shipped the Validation Bundle. The guidance in this bundle is designed to help you streamline the end-user experience of your web applications by utilizing ASP.NET AJAX to invoke server-side validation. Additionally you will find guidancAnonymous
February 09, 2009
Validating user input is a very common task that we perform during web page development, and in the ASP