asp.net ,C# interview question
-
Tuesday, March 13, 2012 10:40 AM. Which of the following is true regarding System.Threading.ReaderWriterLockSlim
a) It is optimized for single processor/core operation.
b) It is optimized for usage where writes from multiple sources are common.
c) A thread which has a read lock on a resource may not acquires a write lock on the same resources
d) BY default, a thread which has a read lock on a resource and attempt to get another read lock on the same resource will throw and exception.- Moved by Vicky Song Wednesday, March 14, 2012 5:23 AM (From:.NET Framework Setup)
All Replies
-
Tuesday, March 13, 2012 2:51 PM
Hello, Faizkhan.
Your question is about ASP.NET and you've posted it in the forum for .NET Framework installation and setup.
Please post your question in a topical ASP.NET forum, here:
-
Tuesday, March 13, 2012 7:20 PM
Hi FaizKhan,
check below link it will help you to solve your question
http://www.bluebytesoftware.com/blog/PermaLink,guid,c4ea3d6d-190a-48f8-a677-44a438d8386b.aspx
and now onwards please post your question in proper fourm.
Regards.
Kayden

