943,712 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Marked Solved
  • Views: 377
  • C# RSS
Jan 14th, 2009
0

Objects Storage

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Squirrel1984 is offline Offline
4 posts
since Jan 2009
Jan 14th, 2009
0

Re: Objects Storage

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
Featured Poster
Reputation Points: 480
Solved Threads: 276
Postaholic
Ramy Mahrous is offline Offline
2,189 posts
since Aug 2006
Jan 14th, 2009
0

Re: Objects Storage

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??
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Squirrel1984 is offline Offline
4 posts
since Jan 2009
Jan 14th, 2009
0

Re: Objects Storage

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..
Reputation Points: 196
Solved Threads: 190
Posting Virtuoso
LizR is offline Offline
1,735 posts
since Aug 2008
Jan 14th, 2009
0

Re: Objects Storage

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Squirrel1984 is offline Offline
4 posts
since Jan 2009

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: Parallel Object Oriented
Next Thread in C# Forum Timeline: no intellisense ? why not.. :S





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC