Have you ever wanted to call a SQL stored procedure from C# and send it a collection of data instead of calling the same stored procedure multiple times sending single parameters? The sample code here proves that you can do so easily by just following some simple steps.
This article is a walkthrough which takes you from the early steps of writing the code up to its final form.