Using SQL Databases and REST together in Integration Automation with C# and NUnit
EDIT: One mindful reader noted that I should be using good practices to protect my code from SQL Injection. So there are some updates below, and the code is also updated! I used this as my guide: https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.parameters.aspx One part of my talk and resources on Testing RESTful Web Services that I hinted at but didn’t …