Embedding DLL and binary files in the Win32 Executable
Embedding DLL and binary files in the Executable applications Though for most of the cases, it’s recommended keep the resources and other libraries separate from the main executable. This makes the...
View ArticlePassing pointer of class member functions to Windows API
I was developing a small utility in C++, and was using the classes to make my program easy to read and maintain (we all know OOP is better than structured approach most of the time). In one of my class...
View ArticleSQL Server 2012 and TLS 1.0 Compatibility Fixes
I have to disable TLS 1.0 on one of our Windows 2012 Server for PCI Compliance. This machine was also acting as Database server, and runs MS SQL Server 2012. After disabling the TLS 1.0 (using...
View ArticleC# SAML 2.0 SSO – Tips and Pitfalls
Recently, one of my clients decided to support the SAML 2.0 for SSO to their website. Since, the plan was to just support it as Service Provider, it was decided to use a custom implementation in C# as...
View Article