Microsoft Visual C++ MVP Award for 2012

G’day community, Firstly, I’d like to wish you all a happy new year 2012, full of health, blessings & success Secondly, I’m happy to announce that Microsoft has awarded me with an MVP (8th consecutive year) in the Visual C++ category, therefore I’d like to thank God, community & fellow developers, Microsoft and the MVP […]

Continue Reading

Carmichael’s numbers generator – C#

Hi community, Please find below a code snippet I wrote last night for generating the Carmichael’s numbers. This demo was written in C# and it implements TPL to take advantage of multiple processors. It is intended to be demoed at Tech-Ed Australia along with its counterpart written in C++ implementing PPL. See you in two […]

Continue Reading

Memory Inspector

  Hi Community, please find here an Add-In I just published for Visual Studio on Visual Studio Gallery. It’s called “Memory Inspector” and in a few words…  “it’s a tool for analyzing memory usage and allocations made by an application and its dependent modules. It also allows to collect  information about the memory use at […]

Continue Reading

Bonafide Ideas is live!!!

  After being through hectic times, my new site “Bonafide Ideas” is live!!!. I’m going to keep my old blog but most or everything new will be posted on this one. Please welcome and I hope that the material posted here is helpful to you… Let’s write some code!!!

Continue Reading