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.
James McCaffrey presents one of the basic building blocks of a neural network.
- By James McCaffrey
- 03/15/2013
SQL Bulk Insert has been tuned over the years to work well with the Microsoft .NET Framework. This tutorial shows you how to take advantage of its power.
- By Erik Bartlow
- 03/01/2013
No database for your Windows Store app? No problem -- SQLite to the rescue!
One of the most significant updates is the introduction of a convention-based extension model, in which you can configure a set of naming conventions to allow MEF parts to be easily picked up by your application.
Entropy Minimization is a new clustering algorithm that works with both categorical and numeric data, and scales well to extremely large data sets.
- By James McCaffrey
- 02/09/2013
The Model-View-ViewModel (MVVM) pattern is for more than just Microsoft .NET Framework projects. Find out how to apply it to Android development through its open source counterpart, MvvmCross.
- By Greg Shackles
- 02/02/2013
Eric Vogel covers how to create a real-time Web data entry form with ASP.NET MVC, KnockOutJS and SignalR.
A meta-program is "executed" as the result of template instantiation (therefore, before compiled code is produced). Meta-program results are then compiled and merged into object code, including any back-end optimization.
In the first installment of app-building with SignalR, learn how to build a real-time chat application.
Eric Vogel shows you how to use the CultureInfo API in .NET Framework 4.5 to simplify localization in a multi-threaded application.
Google has a set of libraries that allow older versions of Android to get support for newer APIs. Mono for Android provides full support.
- By Wallace McClure
- 01/08/2013
The latest version of SQL Server expands its capabilities. Here are four new things developers can do with it.
Eric Vogel covers how to use the Managed Extensibility Framework (MEF) to extend a Windows Store application.
Learn how to use the Fragments API in Mono for Android to create an application UI for multiple screens, such as a handset and tablet.
- By Wallace McClure
- 12/13/2012
A free tool to reduce coding for developers who like to surface T-SQL database recordsets in a simple collection of customized POCO objects.