[WPF] A markup extension that can update its target
Explains how to create a WPF markup extension that can update its target property after initial evaluation, overcoming a common limitation.
Explains how to create a WPF markup extension that can update its target property after initial evaluation, overcoming a common limitation.
Part 5 of a series detailing the front-end development of TwitterMatic.net using ASP.NET MVC, jQuery UI, and time pickers.
A C# tutorial on solving XML serialization issues for parent-child object relationships using a custom generic collection and interface.
Advanced best practices for ASP.NET MVC development, covering model binding security, avoiding reinventing the wheel, and performance tips.
A guide to implementing WPF-like DragMove functionality for controls in Windows Forms, including extension methods and a designer component.
A programmer warns about the risks of copying unverified code snippets from the web and shares a personal example with a C# WinForms solution.
Guide to uploading files to SharePoint document libraries using the SharePoint Object Model with code examples.
A guide to manually editing a Visual Studio .csproj file to make a file appear as a child item of another in the Solution Explorer.
A tutorial on implementing form validation using the IDataErrorInfo interface in the ASP.NET MVC release candidate framework.
Guide on starting a SharePoint workflow programmatically from an Event Receiver with validation logic.
A developer provides an update on their custom programming language's compiler, detailing progress, challenges with integer overflow, and generated C++ code.
A developer shares his essential open-source software stack for daily work on Ubuntu, including Python, Django, and various productivity tools.
A tutorial on creating a custom ASP.NET MVC ModelBinder to automatically bind Linq to SQL entities from URL parameters, reducing controller code.
A technical guide on implementing a custom ModelBinder in ASP.NET MVC to bind complex objects like Person directly to action method parameters.
A screencast demonstrating how to handle form interactions using the ASP.NET MVC framework, including sample code.
Explains how to use the ModelBinder attribute in ASP.NET MVC to handle complex type parameters in controller action methods.
A tutorial on implementing form validation in ASP.NET MVC Preview 5, showing controller and view code for validating user input.
A tutorial on creating a custom GridView extension method for ASP.NET MVC using C# lambdas for templating, paging, and editing.
A tutorial on creating a custom ImageResult class in ASP.NET MVC to dynamically render images directly from controller actions.
A tutorial on implementing data-driven web testing in Visual Studio 2008, focusing on linking databases and validation rules.