Using xVal, CSLA.NET and DataAnnotations.
Explains how CSLA.NET 3.8 Beta integrates DataAnnotations for validation, eliminating the need for duplicate rule enforcement in business layers.
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.
Oracle's October Critical Patch Update addresses security vulnerabilities in OBIEE and Oracle Application Server, requiring immediate attention.
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.
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.
A technical overview of new features in the ASP.NET MVC 2 Preview 2 release, focusing on the Futures assembly, client-side validation, and REST SDK.
A technical guide on extending the QUERY_TEXT column length in OBIEE usage tracking to prevent SQL truncation errors.
A developer shares their experience migrating from Courier-IMAP to Dovecot, noting significant performance improvements and bug encounters.
Explores strategies for motivating users on social sites, moving beyond automated rules to social nudging and community-driven encouragement.
A technical guide on creating LoadRunner (HP Performance Center) scripts for performance testing Oracle Business Intelligence Enterprise Edition (OBIEE) dashboards.
Technical notes on validating and scripting LoadRunner VUsers for performance testing Oracle Business Intelligence Enterprise Edition (OBIEE).
A 2009 presentation on building a Twitter clone in 60 minutes using ASP.NET MVC 2 Preview 1, covering security and routing.