Hi community, Please find below the presentation material from Today’s session. Regards, Angel [office src=”https://onedrive.live.com/embed?cid=2FE1291768841ACE&resid=2FE1291768841ACE%215177&authkey=AItKk-jONueKqNM” width=”98″ height=”120″”]
Upcoming Speaking Engagements as an mvp mentor
Hi Community, I would like to invite you to a couple of sessions I’ll present in the next couple of weeks, please find the details below: Developing Windows 8 Apps Developing Windows Azure Apps I look forward to seeing you there Regards, Angel
Changes to storage Emulator in azure sdk 2.3
I have always created my Azure Storage Emulator on my local SQL server instance via executing DSInit command line tool, but that has changed with the latest release of the SDK that came out last week (3rd April 2014). Why? Well… Microsoft has decided to deprecate it, that simple. So if you find yourself in […]
.NET Native
I can still remember last year when I attended the MVP Summit 2013 an awesome talk by the Visual C++ team around “CLR team working closely with Visual C++ team to improve performance of .NET apps as well as making .NET available for every device”. Unfortunately, I could not disclose that information because it was […]
Checking whether the clr requires to be loaded with visual C++
As part of this personal project I am currently working on, I need to reuse a C# component I wrote a few years back. I think I have blogged about this topic in the past on my old blog, but here I will show you how to check whether the CLR requires to be loaded […]
CyberNanny is on CodePlex
Hi Community, I would like to share with you all the CyberNanny project that I just published on CodePlex. I’ve submitted an article to MSDN magazine about it but I really don’t know when it’s going to be published, so please feel free to download and/or contribute to the project in the meantime. I will […]
TechEd 2011– Session Recording
Hi Community, Please find below the session recording for my presentation at Teched. You can check it out on Channel 9 too Best Regards, Angel
Differences between C++ Templates and C# Generics
Hi Community, Yesterday during my presentation at TechEd I was asked by someone in the audience, if C# Generics were similar to C++ templates and I said… “The syntax might be similar but they’re different, and C++ templates have been with us for a long time now, actually… C# has borrowed from some other languages […]
TechEd 2011 presentation material
Hi community, Please feel free to download the presentation material & demos here. Enjoy your TechEd experience! Best Regards, Angel
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 […]