Category Archives: Technical Journal
Routing engine: Library to identify, validate, transform and deliver messages.
A group of people that I know had a need to receive files, identify what they getting, validate it and then to transform it and deliver it to another system. I was convinced this could be done with a generic library and so I set out and coded this. I call it a Routing engine.… Read More »
Could not load type Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager2
.net core GetHashCode inconsistant
Integrate SAML2 into Asp.Net using Component Space
Is WCF faster than ASP.NET Core?
Writing my own Xonix game.
A few months ago I took on a little side project to try and write my own version of a classic game from the 80’s – Xonix. I have worked on and off on it since then, more off than on and spent a total of 7 days on it. This little game has given… Read More »
What is Docker?
Docker is the latest technology to hit the I.T. industry but what is it? Before the realization of the cloud every software company had to develop their own method to deploy their software. This was costly to do and took up many resources and time. Docker is a standardized method to deploy software using containers.… Read More »
WS-Federation Single Logout (SLO)
WS-Federation Single Logout (SLO) is not supported by the Microsoft WIF libraries. This is mentioned in the Programming Windows Identity Foundation book of Vitorrio Bertocci on page 121. This should however only affect you if you have written your own IDP / IP-STS. As a result one can only sign-out from a single site at… Read More »
Integrate Ws-Federation into Asp.Net Core
WS-Federation metadata generation tool
To generate ws-federation metadata for your own STS use the following tool. Federation metadata generation tool on GitHub or you just download a copy of the source here from my site. The tool will not create a federation metdata file for a relying party (RP). To create a federation metadata file for a RP use the XML… Read More »
Read Google chrome SAML cookies.
Simple global exception logger for asp.net core
Memory leak within WCF?
Memory leak within WCF? So yesterday my team had to trace a possible memory issue within our application. We used the built in memory tools within Visual Studio and identified that the ‘leak’ was within our WCF infrastructure. What was strange was that the problem came from the System.ServiceModel.Channels.BufferManager which is native .net code… So how… Read More »