GeekArticles
Microsoft
Microsoft.NET
Microsoft
Microsoft.NETValidation Scope from Common Library in RapidWebDev solution
ValidationScope is used to collect all errors of input and coordinate validation logic across independent APIs. thread safe. It implements the interface IDisposable that you can initialize a scope by _using_ block. And in a block, you can add errors into a validation context if there are. The b
Sponsored Links
Read Next: C# does Shell, Part 2
Related Topics
Subscribe via RSS
Microsoft.NET
- Chapter 2: Protecting Your Database with Startup Options
- { End Bracket }: Hacking the Immune System
- C++ At Work: Copy Constructors, Assignment Operators, and More
- .NET Matters: Stream Decorator, Single-Instance Apps
- Security Briefs: Credentials and Delegation
- Design Patterns: Dependency Injection
- Test Run: Low-Level UI Test Automation
- Advanced Basics: Revisiting Operator Overloading
- Cutting Edge: ASP.NET Forms
- Web Q&A: Smart Navigation, ASP.NET Project Structure, and More
