Someone sends me an xml file in a set format. I want to take that and get all of the records into a blank SQL Server table. I can build the table first because I know the fields.
What is the fastest way to get this accomplished in C#?
What is the fastest way to get this accomplished in C#?