2 min read 0 Microsoft Binary Palindrome check in C# angelh March 22, 2016 Hi Community, This post is about how to check whether the binary representation of a byte is a palindrome. I’ve…
4 min read 5 Microsoft How to properly sign-out users when session times out on an MVC app using ADFS as authentication mechanism angelh March 11, 2016 Hi Community, Today’s post is about a common issue faced by many Web developers when they build an MVC Web…
5 min read 0 Microsoft Internals of C# 6 new features angelh February 29, 2016 Hi community, it has been a very busy start of the year for me, but here I am as usual…
7 min read 0 Microsoft Whatis Utility for Windows angelh November 4, 2015 Hi Community, I’ve just come back to the office after rolling off from an engagement, so this week while being…
1 min read 0 Microsoft Windows 10 and Visual Studio 2015 Resources angelh September 2, 2015 Hi Community, Windows 10 and Visual Studio 2015 were successfully launched a few days ago, and with them a bunch…
9 min read 0 Microsoft Instrumenting SharePoint code via Performance Counters angelh May 2, 2015 Instrumentation is an important and integral part of every system because it allows (among some other things) to monitor the…
5 min read 0 Microsoft Communication between user and kernel-mode angelh April 30, 2015 As a follow-up post on Windows Services and Minifilters, Today I’ll explain one way we can send notifications from kernel-mode…
2 min read 0 Microsoft Dynamically add event handlers to controls in a custom .NET control with C# angelh March 17, 2015 A few years back I came up with something called “FRF” (Forms Rendering Framework) which allowed me to render any…
3 min read 0 Microsoft Pass information to .NET control from Native Code with Visual C++ angelh March 17, 2015 As a follow up to this post on interoperability between .NET and native code, this post describes how we can…
1 min read 0 Microsoft Unit testing our Visual C++ code with Microsoft Unit Testing Framework angelh February 18, 2015 One of the things I love about unit testing (besides all of the well-known benefits) is the ability to test…