- In C# what's the difference between action and a func?
- How do you make your code Threadsafe?
- What are Threadsafe Collection classes?
- MVC - how do you add actions?
- What are the cool features of VS.net 2015 ?
- How would you reverse a singly linked list without using extra space?
- Given an array of PUSH / POP actions in a stack, how would you calculate the max. depth? eg. {0,0,0,1,1,1,0,111,0,1} - maxDepth = 5
- TASK vs Thread?
- Async and await multi-threading prog. model
- Mutex / Semaphores - Do they create a system-wide lock ? (Yes Process/computer wide lock is acquired with Mutex).
- What is the use of Type as in System.Type ?
- What is polymorphism?
I will post the answers / solutions later.
No comments:
Post a Comment