Click here to Skip to main content
15,896,606 members

Comments by Er. Dinesh Sharma (Top 29 by date)

Er. Dinesh Sharma 9-Aug-17 23:23pm View    
Hi Grant,
I just want to know the best approach to handle scenarios where large volume transaction in a service.
Er. Dinesh Sharma 13-Dec-16 20:34pm View    
When we need this approach same method in interface and same in abstract class that inherited it.
Er. Dinesh Sharma 10-Dec-16 22:00pm View    
Is there any another way to solve this problem.
Er. Dinesh Sharma 10-Dec-16 21:24pm View    
Thank's McKee...for giving me some direction for above missing gaps.
So the thing that I understand.
1)Mean each application(Process) have own thread pool. if we run ten application(process) then there is 10 thread pool.
Am I right?
2)Is there any role of cpu core of system in thread pool.?
Er. Dinesh Sharma 27-May-16 11:02am View    
simple console application. which have two class or Interface with basic and advance calc. design three sub class such that only basic functionality class/Interface function get one user and second class/Interface get advance function and Third get both.