Click here to Skip to main content
15,923,168 members

Comments by sheik SHA (Top 3 by date)

sheik SHA 3-Dec-19 4:39am View    
Is there any way to fix it?
sheik SHA 15-Nov-19 6:54am View    
Thanks for your reply and effort :)
sheik SHA 15-Nov-19 6:24am View    
Thank you for you solution, currently we are using the same that you have mentioned.

Sorry i didnt explain my question clearly.

What i need: during compile time its fine, please consider the following scenario

Both applications are running
- initially student object contains Name property and the value is "XXXX"
- after running both application, solution 1 reading the Name property and the return value is "XXXX" also read from solution2 and return same "XXXX".
- Then solution1 change the name to "YYYY" and solution2 reading the name again, my expectation is the name should be "YYYY" but its return same "XXXX", which shows both application using same code during compile time but maintain 2 different instance on run time.