News

New Age C++ Resource Management in C++ RAII, or "Resource Acquisition Is Initialization", has become a standard C++ coding practice. Here's why. By Diego Dagum 09/18/2012 In my initial column on C++ ...
Structured concurrency offers a more organized and more intuitive way of managing the lifetimes of asynchronous tasks. Here’s how to take advantage of it in C#.
While Visual Basic is a bit more forgiving with data conversions, you'll need to jump through some hoops to do similar conversions in C#.