Question - What is MARS support in ADO.NET ?
Answer -
What is MARS support in ADO.NET ? In First version of ADO.NET we only do is one connection on one result set. But the new feature allow us to do multiple commands on the same connection. And another feature is we can switch back and forth in command objects in connection.MARS means(Multiple Active ResultSets).