Recent Posts

Rediscovering HTTP Headers

2 minute read

I havent used raw HTTP Headers in so long, when I needed to troubleshoot them again it turned into a small research project. So here it is, w...

.NET SQL Query Results to a DataTable Type

1 minute read

So, all I want to do is execute an SQL statement against oracle and have it return a recordset that I can use in my .NET code, just like what I’m used to see...