ADO.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 345 Page Views: 

What is MARS technology?



Posted By: Avi Date: 14 October 2010 01:11:48 PM
 Answer:

Multiple Active Results Sets. It’s a technology that allow applications to maintain multiple active statements on a connection.


Posted By: avibtech


Date: 14 October 2010 01:11:48 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image XVfgLH
Related Questions
ADO.Net : What is strongly typed data context?

What is strongly typed data context?

Strongly typed data context declares all Table collections as members of the context so you don’t ne....
Category: ADO.Net Date: 10/13/2010 12:07:48 PM
ADO.Net : How do you protect your code against SqlInjection attacks?

How do you protect your code against SqlInjection attacks?

Use command parameters for sql query
Category: ADO.Net Date: 10/13/2010 11:57:47 AM
ADO.Net : How do you load xml to Xelement object?

How do you load xml to Xelement object?

XElement root = XElement.Load(path to xml)
Category: ADO.Net Date: 10/13/2010 11:57:47 AM
ADO.Net : Does ADO.NET support transactions?

Does ADO.NET support transactions?

Yes
Category: ADO.Net Date: 10/13/2010 10:13:47 AM
ADO.Net : Does ADO.NET support cursors?

Does ADO.NET support cursors?

No
Category: ADO.Net Date: 10/13/2010 9:30:48 AM