Update multiple records using web api – Asp.net
Today in interview I got asked this kind of question. Let's say you want to update multiple records same time using web api then how you can do that. As it is around 1000s of records for updating.. So I…