Form validation with ASP.NET MVC release candidate
A tutorial on implementing form validation using the IDataErrorInfo interface in the ASP.NET MVC release candidate framework.
A tutorial on implementing form validation using the IDataErrorInfo interface in the ASP.NET MVC release candidate framework.
Microsoft releases SPDisposeCheck tool to help SharePoint developers find memory leaks in API objects like SPWeb and SPSite.
Announcing PHPLinq 0.4.0, a PHP library bringing .NET's LINQ query capabilities to arrays, XML, and databases.
Developer ports startup-notification library to XCB, submitting patches for XDG integration and potential use in the Awesome window manager.
The agenda for the Belgian TechDays 2009 conference has been published online, with details available on the event website and a related blog.
A developer updates the CarTrackr reference application to ASP.NET MVC 1.0 RC, detailing key changes like view type syntax and compile-time view validation.
Guide on starting a SharePoint workflow programmatically from an Event Receiver with validation logic.
A review of the 'Systems' chapter from Robert C. Martin's 'Clean Code', covering principles like DI, AOP, and incremental design.
A developer modifies the jQuery Pageslide plugin to support multiple, independently configured slideshows on a single webpage.
A developer details optimizing a Django view to analyze chat log data, reducing execution time and database queries.
A SharePoint developer shares their new development environment setup running Windows 7, including hardware specs and Virtual PC configuration.
Microsoft releases ECMA-376/OpenXML implementation notes for Office 2007, aiding developers in understanding document handling and improving libraries like PHPExcel.
A review of 'Perl Testing: A Developer's Notebook,' highlighting its practical approach to unit testing in Perl.
A guide to automating website deployment using Fabric and Mercurial with BitBucket as an intermediate repository.
Discusses the continued relevance of the Data Access Object (DAO) pattern in modern software development, even when using OR Mappers like JPA.
A review of the book 'ASP.NET 3.5 Social Networking,' focusing on its practical lessons in building scalable, maintainable software using modern design patterns.
Django 1.1 introduces a new admin URL system using standard resolvers, allowing URL reversal and custom URL-providing objects.
A developer explains the reasons for open-sourcing his personal website built with Django, including community contribution and potential benefits.
A request for open-source backup solutions that use a database for tracking incremental backups, avoiding inefficient hard-link directory trees.
Explores a subtle bug in Java's Enum class when using getClass() on enums with methods, and provides a solution using getDeclaringClass().