Better form handling in ASP.NET MVC
A guide to improving form handling patterns in ASP.NET MVC applications, covering query actions, form models, and best practices.
A guide to improving form handling patterns in ASP.NET MVC applications, covering query actions, form models, and best practices.
Explores a new WPF 4.5 feature allowing event subscription via markup extensions, with a focus on MVVM pattern integration.
Explains a common Ruby on Rails syntax error (missing comma) and discusses Ruby's optional parentheses for method arguments.
Explains why the author chose the Dapper micro ORM for the public-facing part of the fabrik project, focusing on performance and efficient data modeling.
A beginner's guide to understanding and fixing the NoMethodError in Ruby on Rails 3, explaining its common causes.
A developer's curated list of resources, links, and videos for learning the CQRS (Command Query Responsibility Segregation) architectural pattern and Event Sourcing.
A developer shares their experience building a Netflix search page using ASP.NET Web Pages and WebMatrix, covering setup, OData, and inline server-side code.
Chainvas library update adds modularity, IE8+ compatibility, client-side build script, and extensive documentation for API chaining.
A guide demonstrating how to use jQuery events and OOP principles to write clean, modular JavaScript code for UI components.
A developer's first look at the newly launched Google+ API, covering initial impressions and the potential for new applications.
Update to a .NET tool for importing UK postcode geographic data from Ordnance Survey, fixing changes in the source file structure.
A step-by-step guide for installing the Windows 8 Developer Preview in a VirtualBox virtual machine, including BIOS and VM configuration.
Introducing cubic-bezier.com, an improved tool for creating and visualizing CSS cubic-bezier() easing functions with advanced features.
A tutorial on implementing cascading dropdowns using the Knockout.js JavaScript library and the MVVM pattern.
A technical analysis comparing the performance of Python sets versus list comprehensions for finding list intersections, demonstrating a significant speed advantage.
A programmer's personal challenge to create 10 different games using 10 different programming languages, starting with a Java school project.
The article discusses the growing inclusion of Python tracks at scientific conferences, focusing on computational science and high-performance computing.
Explains how to use CacheEntryChangeMonitor in .NET to manage complex cache dependencies and automate cache invalidation.
A developer compares clang++ and g++ compilers, highlighting clang++'s superior and more helpful error messages for debugging C++ code.
A technical guide on implementing dynamic view sections in ASP.NET MVC using a dynamic view model and DisplayTemplates.