Always remain updated about current software development trends

Articles in LANGUAGE

UserControl populating ItemsControl – Manipulation of ItemsControl collection from inner UserControl

UserControl populating ItemsControl \u2013 manipulation of ItemsControl collection from inner UserControl

An introduction to Unity3D - A 30 minute getting started guide

A number of times I've mentionedUnity3D, usually with the assumption that you all knew what it was, how to get it and how to use it. Well you know what they say about when you  "assume" something...That's why today's post caught my eye. It's...

The unsung hero, Volatile keyword: - C# threading

The unsung hero, Volatile keyword: - c# threading My mad and blind love with c# threadingWhen I first saw c# threading code, I just falled in love forever. As days passed by the power and simplicity of "System.Threading" namespace...

A Framework in C# for Fingerprint Verification

In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.

TimeSpan Picker

A series of text boxes for use as a timespan picker.

Why C# interface inheritance makes sense: see LINQ...

How Linq extension methods benefit from interfaces inheriting from interfaces

The unsung hero, Volatile keyword: - c# threading

The unsung hero, Volatile keyword: - c# threading My mad and blind love with c# threadingWhen I first saw c# threading code, I just falled in love forever. As days passed by the power and simplicity of "System.Threading" namespace...

Browser selection in Visual Studio 11

This blog post will be a part ofVisual Studio 2011 Beta Feature series.In the earlier version of the Visual Studio if you want to run your page in browser then you have to do it with view in browser. But now you have directly that on the Visual studio 2012...