
Development


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…
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!
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…
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…
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…
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…
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…
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…
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…
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…