Hi
Looking for a bit of advice on this. I have a fairly robust .net web app where up till now ive only had to deal with records (in a sql server database) one at a time. I now have a requirement to do a batch update, of probably around 100 - 200 records at a time. I prefer using LINQ for querying, I know its not the best but just through personal choice I suppose. What would be the best way to approach this?
thanks
DD