Archive for 'Software'

An MP3 decoder written in VB

I cannot keep track of the number of times I needed an easy way to decode an MP3 file from a .NET program. Sure there are many libraries available and sure there are many ways you can do it but I just wish I could do it natively (with managed code) and have complete control […]

Countdown: Problem #4

New language enhancements that Microsoft is preparing for both C# and VB.NET that will simplify the process of implementing asynchronous calls through the Async and Await modifiers.