As per definition from https://channel9.msdn.com/Forums/TechOff/203516-Whats-a-proxy-stub
Proxy is the piece of code that doesn't perform any functions of its own, but instead is responsible for calling the real code.
But I am not clear about stub, What is stub, and what it does? What is the difference between two?