Posts

Create a web 301 redirect service with Microsoft Azure Functions

/
I ran into a nice issue, and I suppose more people could run…

Returning a string from unmanaged dll to .net

I write most of my code in unmanaged languages such as Delphi…

warning CS0618: 'System.Net.IPAddress.Address' is obsolete

For a call to a WinApi function I needed to convert an IP Address…

Calling a function inside another assembly in .NET

I wanted to call a hash function from a .net executable from…