xVal.WebForms, Validation Groups and CausesValidation
A developer details patching xVal.WebForms to support ASP.Net-style Validation Groups and CausesValidation behavior with jQuery Validate.
A developer details patching xVal.WebForms to support ASP.Net-style Validation Groups and CausesValidation behavior with jQuery Validate.
Visual Studio 2010 beta 2 adds binding support to WPF InputBindings, simplifying MVVM development by allowing direct command binding.
Announcing an updated version of rgba.php, a server-side script for cross-browser RGBA color support, with new features and bug fixes.
A technical guide on converting a Subversion (SVN) repository to a Mercurial repository using the `hg convert` extension and local mirroring for speed.
Announcing upcoming tech sessions on Azure, PHP, and ASP.NET, including cloud migration and PHP-Microsoft integration.
A guide to diagnosing and fixing the ORA-12154 TNS error when OBIEE fails to connect to an Oracle database.
Analysis of Oracle's October Critical Patch Update, focusing on the OBIEE vulnerability CVE-2009-1990 and its patch details.
Explains how CSLA.NET 3.8 Beta integrates DataAnnotations for validation, eliminating the need for duplicate rule enforcement in business layers.
A technical analysis of a bug in DbLinq's non-generic Execute method causing invalid cast exceptions, with details on the submitted patch.
A fun web tool that generates Bing search links for easily answerable questions, inspired by LetMeGoogleThatForYou.
A guide to installing Microsoft Security Essentials on Windows Server 2008 by modifying system checks during installation.
A guide to installing Windows Server on a headless HP MediaSmart Server using unattended installation scripts and workarounds.
A technical analysis of an OBIEE BI Server hang caused by an init block returning a NULL value, detailing the error codes, symptoms, and fix.
Oracle's October Critical Patch Update addresses security vulnerabilities in OBIEE and Oracle Application Server, requiring immediate attention.
A developer explains how to test a Django RSS feed importer by creating a threaded mock HTTP server using Python's threading.Condition.
Explains how optimizing compilers allow programmers to write clean, maintainable code without sacrificing performance, using examples like inlining and constant propagation.
Explores using ASP.NET MVC 2's 'Serialized Model State' feature for handling optimistic concurrency in web forms.
A developer's response to a CSS3 learning tool challenge, discussing its features and potential for education.
A guide to creating custom dynamic objects in C# 4.0 by inheriting from the DynamicObject class and overriding key methods.
A guide to using daemontools for monitoring and restarting daemon processes like web servers, with examples and commands.