October 10, 2010

C++ CLI/CLR

Developing C++ applications, which are in the void between the .net platform and the good old trusty Win32 API is a scary place to go, if you havent been there…
September 23, 2019

Creating GitHub release using Azure DevOps pipeline

GitHub is pretty much the defacto-standard for hosting source code for Open Source projects. While it excels at hosting Source Code, it lacks automated builds and as such requires integration with…
July 26, 2009

Facebook developer toolkit!

Earlier today I was looking for a good set of facebook tools, for either C# or Delphi to develope some small facebook desktop applications and fell over on CodePlex!
December 30, 2015

Fighting Facebook schemes

A sad trend has been going on on Facebook, at least for danes, in the past couple of months. A big number of fake pages have been appearing mimicking big brands…
August 9, 2016

Introducing Kenc.Facebook (facebook api for .net)

Since December, I had been using the "Facebook SDK for .net" available from nuget and GitHub - however the package is now deprecated as it targets an older version of…
November 14, 2018

Introducing Kenc.ACMELib (Lets Encrypt client in .net)

About a year ago I started using Lets Encrypt for my certificate needs for a variety of websites and online services I run, but being mostly Windows based, I lacked…
July 9, 2021

Migrating Kenc.ACMELib to Semantic Versioning

Back when I made the first publically available build of Kenc.ACMELib I wanted to go for semantic versioning, but with the default format in Azure DevOps being $(date:yyyy).$(date:MM).$(date:dd)$(rev:.r), the first…
February 25, 2018

Optimizing Social Media sharing

Social media is here to stay - but how does it impact websites? An old saying claims a picture is worth more than a thousand words; We have all heard…
November 21, 2017

Running Graphical Applications under Linux on Windows

Windows 10 brings quite a few developer/geek/... friendly features to the table; a feature which haven't gotten as much attention as it deserves, is the It allows users to…
March 29, 2015

Supporting MetaWeblog

When i started out writing my new blogging system, two features I really wanted to support. One was writing the posts in , the other was to support submitting the posts…
March 1, 2015

Useful Visual Studio plugins

Like most developers, I customize my IDE with several other plugin. I have decided to do a blogpost about some of the plugins I use in Visual Studio. Some I…
September 23, 2019

Using .net core 3.0 in Azure DevOps

During todays livestreamed ".net conf 2019", Microsoft that .net core 3.0 has been released. The release includes a plethora of changes and improvements, however one thing that is yet…