Uncategorised
SQL Stored Procedure In .NET
I generally end up forgetting how to return results from a SQL stored procedure within .NET so I figured I’d put it here for reference.
I generally end up forgetting how to return results from a SQL stored procedure within .NET so I figured I’d put it here for reference.
What I need to do here is to create an API that can authenticate and ingest an XML POST request, saving the provided data into a SQL database and returning a relevant HTML status code. Unfortunately this wasn’t quite as easy as I’d anticipated as the XML data will be Read more…
This is essentially just based on Google prettify which can be found here. Stick the following code in the head of the page to load the javascript. And then put the code you’d like to prettify in the following tags. If using this for HTML you need to replace all Read more…