Objects Storage

Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Jan 2009
Posts: 4
Reputation: Squirrel1984 is an unknown quantity at this point 
Solved Threads: 0
Squirrel1984 Squirrel1984 is offline Offline
Newbie Poster

Objects Storage

 
0
  #1
Jan 14th, 2009
When an object is created are these stored on the client CLR or in the Server CLR?

or if im completly off

where are objects stored after instantiation??

Thanks in advance
Last edited by Squirrel1984; Jan 14th, 2009 at 9:17 am. Reason: to say thanks :P
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 256
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Objects Storage

 
0
  #2
Jan 14th, 2009
In memory heap if it's reference type e.g (eobject from class), in memory stack if it's value type e.g (object from struct)
Last edited by Ramy Mahrous; Jan 14th, 2009 at 9:35 am. Reason: I can't write something right from first time :D
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 4
Reputation: Squirrel1984 is an unknown quantity at this point 
Solved Threads: 0
Squirrel1984 Squirrel1984 is offline Offline
Newbie Poster

Re: Objects Storage

 
0
  #3
Jan 14th, 2009
yea ok.. so is the memory heap that you are referring to is that client side or server side?

so if I create an employee object or user object etc is that object being stored on the server or on the client node machine?

therefore when using an object are you still interfacing with the server??
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,735
Reputation: LizR has a spectacular aura about LizR has a spectacular aura about 
Solved Threads: 186
LizR LizR is offline Offline
Posting Virtuoso

Re: Objects Storage

 
0
  #4
Jan 14th, 2009
Wherever the code is run.
So, unless you use .net remoting for a windows/mono app then most likely its on the client. But if you're talking asp.net (theres a forum for that) it would be the server end..
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 4
Reputation: Squirrel1984 is an unknown quantity at this point 
Solved Threads: 0
Squirrel1984 Squirrel1984 is offline Offline
Newbie Poster

Re: Objects Storage

 
0
  #5
Jan 14th, 2009
yes sorry i was talking in terms of asp.net and did not realise there was a different forum for this so i appologise again

but thanks LizR you have answered my question
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC