The foreach is a powerful construct found in C# and Visual Basic.NET that allows you to iterate through a collection of objects. Managed C++ is missing this useful construct, so I wrote this article ...
Arrays are wonderful and a very particular type in JavaScript. There are many useful built-in properties and methods that will help you resolve any task which involves this kind of type. Today, we’re ...
Take advantage of lock-free, thread-safe implementations in C# to maximize the throughput of your .NET or .NET Core applications. Parallelism is the ability to have parallel execution of tasks on ...
Sometimes it's just cool to take a walk through some technology to find all the different ways you can solve a problem -- sort of "Fun with the .NET Framework." Here's a look at all the ways that ...
I was reading about some other programming languages, and felt that it would be nice if I could 'borrow' features found across them in languages where they don't quite belong. <P>For instance, Delphi ...