Click here to Skip to main content
15,893,622 members
Home / Discussions / C#
   

C#

 
Questionhow to send a complex message in msmq [modified] Pin
zencer17-Aug-07 18:43
zencer17-Aug-07 18:43 
Questioncomparing two versions of the same document side-by-side graphically Pin
vkponugoti17-Aug-07 16:28
vkponugoti17-Aug-07 16:28 
Questiongraphics in C# Pin
shaikhooo17-Aug-07 14:23
shaikhooo17-Aug-07 14:23 
AnswerRe: graphics in C# Pin
Luc Pattyn17-Aug-07 14:33
sitebuilderLuc Pattyn17-Aug-07 14:33 
QuestionRole based security Pin
MBursill17-Aug-07 13:39
MBursill17-Aug-07 13:39 
QuestionHandling large blocks of memory in C# Pin
sbpont17-Aug-07 11:40
sbpont17-Aug-07 11:40 
AnswerRe: Handling large blocks of memory in C# Pin
Luc Pattyn17-Aug-07 11:46
sitebuilderLuc Pattyn17-Aug-07 11:46 
AnswerRe: Handling large blocks of memory in C# Pin
Guffa17-Aug-07 12:37
Guffa17-Aug-07 12:37 
sbpont wrote:
I assume that the act of removing the object from one Queue and adding it to another copies the entire object


Not at all. The only thing that you are moving is a reference. On a 32 bit system that is only four bytes.

There is no automatic copying of objects in .NET. If you want to create a copy of an object, you have to explicitly do so.

---
single minded; short sighted; long gone;

QuestionPrint contents of a textbox Pin
LCI17-Aug-07 10:25
LCI17-Aug-07 10:25 
QuestionSystem Language Pin
Thaer Hamael17-Aug-07 10:00
Thaer Hamael17-Aug-07 10:00 
AnswerRe: System Language Pin
snorkie17-Aug-07 10:19
professionalsnorkie17-Aug-07 10:19 
QuestionLicensing Software Pin
snorkie17-Aug-07 8:08
professionalsnorkie17-Aug-07 8:08 
AnswerRe: Licensing Software Pin
Luc Pattyn17-Aug-07 8:30
sitebuilderLuc Pattyn17-Aug-07 8:30 
GeneralRe: Licensing Software Pin
snorkie17-Aug-07 8:46
professionalsnorkie17-Aug-07 8:46 
GeneralRe: Licensing Software Pin
Luc Pattyn17-Aug-07 9:11
sitebuilderLuc Pattyn17-Aug-07 9:11 
QuestionQuestion in Maths Operator? Pin
Khoramdin17-Aug-07 7:57
Khoramdin17-Aug-07 7:57 
AnswerRe: Question in Maths Operator? Pin
Hessam Jalali17-Aug-07 8:02
Hessam Jalali17-Aug-07 8:02 
GeneralRe: Question in Maths Operator? Pin
Luc Pattyn17-Aug-07 8:20
sitebuilderLuc Pattyn17-Aug-07 8:20 
Questionrunat="server" Pin
TAREQ F ABUZUHRI17-Aug-07 7:06
TAREQ F ABUZUHRI17-Aug-07 7:06 
AnswerRe: runat="server" Pin
TAREQ F ABUZUHRI17-Aug-07 7:06
TAREQ F ABUZUHRI17-Aug-07 7:06 
AnswerRe: runat="server" Pin
Guffa17-Aug-07 7:21
Guffa17-Aug-07 7:21 
Questionhelp Pin
chehreghany17-Aug-07 6:52
chehreghany17-Aug-07 6:52 
AnswerRe: help Pin
led mike17-Aug-07 7:04
led mike17-Aug-07 7:04 
GeneralRe: help Pin
Luc Pattyn17-Aug-07 7:42
sitebuilderLuc Pattyn17-Aug-07 7:42 
AnswerRe: help Pin
snorkie17-Aug-07 8:12
professionalsnorkie17-Aug-07 8:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.