Creating a generic Linq to SQL ModelBinder for the ASP.NET MVC framework
A tutorial on creating a custom ASP.NET MVC ModelBinder to automatically bind Linq to SQL entities from URL parameters, reducing controller code.
A tutorial on creating a custom ASP.NET MVC ModelBinder to automatically bind Linq to SQL entities from URL parameters, reducing controller code.
A developer recounts attending a Python Onsen event, working on a Django lifestream app, and discussing web development with peers.
Announcement of the first release of a WordPress plugin for integrating Disqus comments into blog posts.
A programmer reflects on how coding shapes problem-solving skills and offers a unique perspective on understanding complex systems, using analogies from programming.
Microsoft's Mix Online community releases Oomph, a cross-browser JavaScript toolkit for extracting and using Microformats data from web pages.
Introducing Locations support in daloRADIUS, allowing management of multiple RADIUS databases from a single web interface.
A sample ASP.NET MVC application demonstrating repository pattern, dependency injection, and various web technologies for tracking fuel usage.
An exploration of the Properties Pattern, a flexible but often overlooked design pattern for software modeling and persistence.
Explores the @font-face CSS rule for using custom fonts on the web, discussing browser compatibility and implementation.
A review of the book 'Mobile Web Development' by Nirav Mehta, covering its content, target audience, and approach to teaching mobile web technologies.
A presentation recap and resource sharing for an ASP.NET MVC framework talk given at a Visual Studio User Group event.
A technical blog post introducing a minimal Java plugin system using Spring, focusing on PluginRegistry and dynamic plugin discovery.
A developer reflects on 5 years at Hippo, detailing growth through open source work with Apache projects like Cocoon and contributing to Hippo CMS.
Explains how to implement Dependency Injection in Scala using the Cake Pattern, with step-by-step code examples.
A technical guide on implementing a custom ModelBinder in ASP.NET MVC to bind complex objects like Person directly to action method parameters.
A developer shares their experience adopting Scala and Functional Programming for a real-world financial software project, discussing risks and benefits.
A Microsoft intern shares highlights from their summer, including team work, access to software builds, and meeting tech legends.
Announcing the release of Hades 0.2, a JPA and Spring-based library for domain class and DAO development.
Fixing a duplicate key error in Trac 0.10.3 when importing SVN history due to path length limits in the database index.
A tutorial on implementing custom OK/Cancel button functionality in modal dialogs using the jQuery jqModal plugin.