Tonight on Stackoverflow a gentlemen asked if it would be possible to add an extension method to the Queue<T> class to remove an item by index . Anyone who has worked with this class knows that there is no Add or Remove methods, but instead a Dequeue
Read More...