Sunday, 20 April 2014

what's the difference between Dynamic binding and dynamic loading?

-Dynamic loading means compile time. But dynamic binding means runtime.

-Dynamic binding binds the data at the run time. Whereas static is at the time of compiling.

How to improve applications performance which is hosted in cloud ?

Improving the performance of an application hosted in Microsoft Azure involves a combination of optimizing your application code, leveraging...