Click here to Skip to main content
15,918,471 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Blocks Aplicattion Pin
lmoelleb10-May-06 4:08
lmoelleb10-May-06 4:08 
GeneralRe: Blocks Aplicattion Pin
korrea8010-May-06 4:56
korrea8010-May-06 4:56 
GeneralRe: Blocks Aplicattion Pin
Ruth Ivimey-Cook12-May-06 0:14
Ruth Ivimey-Cook12-May-06 0:14 
QuestionHow to Impersonate from Credential Pin
Saravanakumar.K10-May-06 3:21
Saravanakumar.K10-May-06 3:21 
QuestionString allocations Pin
analytiks9-May-06 19:54
analytiks9-May-06 19:54 
AnswerRe: String allocations Pin
Guffa9-May-06 21:12
Guffa9-May-06 21:12 
GeneralRe: String allocations Pin
_mubashir10-May-06 1:03
_mubashir10-May-06 1:03 
AnswerRe: String allocations Pin
Guffa10-May-06 2:34
Guffa10-May-06 2:34 
_mubashir wrote:
and what about integers and doubles. Are they treated the same way?


No. They are value types, not reference types.

_mubashir wrote:
One more question....what would be the advantage behind allocating separate space to strings everytime you update them and changing the reference.


The advantage is that whenever you use a string you only send the reference instead of copying the entire string. If you would copy the contents of the string every time you assign a string or use it in a method call, there would be a whole lot of copying.


---
b { font-weight: normal; }

Questiondefinition of .net programming building blocks Pin
damo2759-May-06 13:46
damo2759-May-06 13:46 
AnswerRe: definition of .net programming building blocks Pin
chinnasrihari10-May-06 1:59
chinnasrihari10-May-06 1:59 
GeneralRe: definition of .net programming building blocks Pin
damo27510-May-06 15:14
damo27510-May-06 15:14 
GeneralRe: definition of .net programming building blocks Pin
Ruth Ivimey-Cook12-May-06 0:33
Ruth Ivimey-Cook12-May-06 0:33 
AnswerRe: definition of .net programming building blocks Pin
Saravanakumar.K10-May-06 4:03
Saravanakumar.K10-May-06 4:03 
GeneralRe: definition of .net programming building blocks Pin
damo27510-May-06 15:16
damo27510-May-06 15:16 
GeneralRe: definition of .net programming building blocks Pin
Saravanakumar.K10-May-06 22:06
Saravanakumar.K10-May-06 22:06 
QuestionBiztalk - Message leaves in file but never appears in outfile Pin
HeatherMack9-May-06 6:20
HeatherMack9-May-06 6:20 
QuestionIntegrating vc++ and c# Pin
Ashraj19828-May-06 20:55
Ashraj19828-May-06 20:55 
AnswerRe: Integrating vc++ and c# Pin
Fu Manchu9-May-06 3:56
Fu Manchu9-May-06 3:56 
QuestionService Pack for VS2005 Pin
Ista8-May-06 6:14
Ista8-May-06 6:14 
AnswerRe: Service Pack for VS2005 Pin
lmoelleb10-May-06 2:56
lmoelleb10-May-06 2:56 
GeneralRe: Service Pack for VS2005 Pin
Ista10-May-06 5:15
Ista10-May-06 5:15 
GeneralRe: Service Pack for VS2005 Pin
Rob Philpott10-May-06 6:42
Rob Philpott10-May-06 6:42 
GeneralRe: Service Pack for VS2005 Pin
Ista16-May-06 3:33
Ista16-May-06 3:33 
AnswerRe: Service Pack for VS2005 Pin
Kevin McFarlane13-May-06 5:00
Kevin McFarlane13-May-06 5:00 
QuestionHow to get multiple selected items from listbox Pin
Nilesh Gambhava8-May-06 2:38
Nilesh Gambhava8-May-06 2:38 

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.