Re: Some c# interview questions
- From: "Michael Weber" <no@xxxxxxxxx>
- Date: Fri, 20 Apr 2007 01:17:21 +0200
"weird0" <amirediwan@xxxxxxxxx> skrev i en meddelelse
news:1176999565.700801.130960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I heard of two c# interview questions that i still clearly don't know
and havent understood the concept. One reason is also that I havent
worked upon them
[snip]
One thing more.... there is something what we do to obtain
concurrency..... I studied that in O.S....
Semaphores...... to prevent collisions and deadlock ...... I guess...
Does anyone know what is that ? And refer me some good link to study
this?
The Little Book of Semaphores -Second Edition,
availible as pdf ( code examples in the book is in Python/C, but somewhat
easily understandable ) here :
http://greenteapress.com/semaphores/
Threading in C# including Semaphores :
http://www.albahari.com/threading/index.html
http://www.albahari.com/threading/part2.html#_Semaphore
Common problems in concurrent programming :
http://en.wikipedia.org/wiki/Dining_philosophers_problem
http://en.wikipedia.org/wiki/Sleeping_barber_problem
http://en.wikipedia.org/wiki/Rendezvous_problem
http://en.wikipedia.org/wiki/Producers-consumers_problem
amongst others.
Best regards
Michael Weber
.
- References:
- Some c# interview questions
- From: weird0
- Some c# interview questions
- Prev by Date: Re: Events between processes
- Next by Date: Multiple images in a PictureBox Control
- Previous by thread: Re: Some c# interview questions
- Next by thread: Re: Some c# interview questions
- Index(es):
Relevant Pages
|