Code
The following articles come with code downloads. To get the code downloads, click on the article titles, then click on the Code Download button.
How to implement an undo/redo system using the Command pattern in the .NET Framework.
Code First Migrations allow for database changes to be implemented all through code. Through the use of Package Manager Console (PMC), commands can be used to scaffold database changes.
In Part 1 of this series, Eric Vogel walks you through a software design pattern that is commonly used to handle UI interactions.
See how a simple interceptor can help reduce the amount of coding needed to initialize your Windows Presentation Foundation ICommand properties.
- By Patrick Steele
- 04/03/2012
External templates allow you to reduce the code in your main HTML page, and reuse it in multiple places.
Here's how to build a simple continuous client application that spans multiple devices using the cloud (Azure) to handle communication between the devices.
Learn how to extend Visual Studio 2010 by creating code issue providers with the Roslyn CTP.
Both are equally good cloud storage mechanisms -- here's the pros and cons of each so you can make the best decision for your projects.
- By Joseph Fultz
- 03/09/2012
Code First frees you up from the chore of creating databases for your project. Here's a primer on how to do it.
Eric Vogel shows you how to use a common software design pattern that allows an app to dynamically pick an appropriate method at runtime.
Learn how to publish data in the Windows Azure Marketplace for a monthly income with just a few hours effort.
Eric Vogel covers how to use the Windows 8 local data storage APIs to cache application data.
The absence of foreign key properties in classes adds some challenges to working in disconnected apps.
- By Julie Lerman
- 02/02/2012
Tired of mapping your classes from one format to another? A convention-based, open source library can help alleviate some of those coding headaches.
- By Patrick Steele
- 02/02/2012
JavaScript libraries help you build powerful, data-driven HTML5 apps.