if there are two application 1 and 2 having a variable
x in both app if client1 changes value of x in 1 app
client 2 want reads the value of x from 2 app what
resultant value will he get
Answer / Deep Saxena
If both applications use the same variable name 'x' and are not shared, then the value of 'x' in Application 2 will remain unchanged when Client 1 modifies its value in Application 1. Client 2 will read the original value that was previously stored in Application 2.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
What is one way operation?
Define domestic architecture artifacts? : Dot net architecture
HI THIS IS THIRUMAL. I AM COMPLETED MY MCA IN 2009 WITH 64%. NOW I AM LOOKING FOR A JOB(FRESHER)IN HYDERABAD.PLEASE IF YOU FIND ANY OPENINGS IN ANY COMPANY SEND IT TO MY MAIL ID PLEASE.. SKILL SET : C,C++,C#.NET,ASP.NET,ADO.NET,SQL SERVER, SSIS,SSRS EMAIL ID : THIRU104@GMAIL.COM THANKS & REGARDS D.THIRUMAL
any one can explain about projectarchitecture and project approach briefly
server.transfer limitation ?
which of the following statement is true about gac. a)it is being handled by .net framwork b)It is special folder c)it can have files with same name etc etc.
What is cache coherency and how is it eliminated? : Dot net architecture
What is msil, and why should my developers need an appreciation of it if at all?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
How do I know when my thread pool work item has completed?
What is a virtual memory? : .NET Architecture