A generic convertor for IEnumerable
Apart from ForEach<T>, as I described in my previous post, I noticed the absence of ConvertAll<T> on everything but List<T> as well. Pretty...
Apart from ForEach<T>, as I described in my previous post, I noticed the absence of ConvertAll<T> on everything but List<T> as well. Pretty...
I ran into this when I was investigating functional programming in C#. That’s been around for a while, but apart from using it for traversing or modifying co...
Thus speaks Wikipedia: Augmented reality (AR) is a term for a live direct or indirect view of a physical real-world environment whose elements are merged...
Unity, a part of the Enterprise Library, is a great way of decoupling interfaces and implementation, and for opening a road into unit testing with mock objec...
This is not strictly .NET but more of a Javascript trick, but nevertheless, one that you might need. It is a simple trick, and actually requires much more te...