Predicate methods allow you to separate the criteria you're using to test items in a collection from the code that processes the collection. You may never write a For...Each loop again.
Use AJAX and some JavaScript libraries to decouple your data and presentation logic.
- By Patrick Steele
- 05/23/2013
Understanding the feed-forward mechanism is required in order to create a neural network that solves difficult practical problems such as predicting the result of a football game or the movement of a stock price.
- By James McCaffrey
- 05/10/2013
The IComparable interface lets you create objects that know how to sort themselves correctly. This interface also provides an example of a high-level strategy for building and extending your classes.
An overview of the Microsoft .NET Framework application security utilities SN.exe, Dotfuscator and SignTool.exe.
Your UI could work exactly the way you intended it to work and still fail during usability testing.
Visual Studio 2012 Update 1 (Ultimate Edition) includes a new tool to help visualize code relationships, and it's worth your time to learn.
- By Mickey Gousset
- 04/26/2013
Even if you're not working in the Microsoft .NET Framework 4.5, .NET provides you with a way to create a read-only collection or to convert an existing List into a read-only collection.
Eric Vogel covers how to capture video in a Windows Store app by using the MediaCapture API.
In the first installment of Practical JavaScript, Peter Vogel describes how a client-side skeptic evolved into a JavaScript fan thanks to several tools and a book. He also shares why he's concerned about TypeScript and where he's going to take this .NET-oriented JavaScript column over the next few months.
Xamarin, which specializes in building tools that let developers build mobile apps in C#, has taken that idea one step further with Xamarin.iOS.
- By Wallace McClure
- 04/19/2013
Agile development is about more than churning out code quickly; it also forces you to think about writing software that's more extendable, robust and maintainable.
- By Peter Provost
- 04/17/2013
Learn how to create a perceptron that can categorize inputs consisting of two numeric values.
- By James McCaffrey
- 04/16/2013
Eric Vogel covers how to capture a photo in a Windows Store App by using the MediaCapture API.
Peter Vogel compares both of the Microsoft dependency injection managers/inversion of control containers and comes up with a decision tree for picking the correct one.
The Rx library utilizes the power of LINQ to make difficult asynchronous problems simple.
- By Mark Michaelis, Allen Greaves
- 04/10/2013
Can Microsoft successfully straddle the fence between Windows desktop and the mobile app age? And what should you do about it?
- By Andrew J. Brust
- 04/09/2013
Documenting your code is a critical part of development, but too many developers pay too little attention to proper commenting. C++ devs have a tool that can help.
Work item tagging allows you to add searchable "keywords" to individual work items in TFS.
- By Mickey Gousset
- 04/01/2013
Eric Vogel demonstrates how to use the Windows Runtime MediaCapture API to record audio.