Monthly Archives: October 2012

TypeScript explained by Anders Hejlsberg

Do you Denmark ? Do you know Turbo Pascal ? Do you know Delphi ? Are you a software developer ? Do you know C# ? If you answered Yes to one of the previous questions, then you might know Anders. He is a Technical Fellow in the developer division at Microsoft, author of Turbo […]

Garbage Collector demystified

The Garbage Collector. It’s a wonderful “invention” which bring happiness to developers working with managed code. Have you ever used malloc, new, delete… ? Early C++ programmers can tell about how tedious it can be to allocate and de-allocate memory every time you use them in un-managed programs. The kind of problems that can occur […]