Click here to Skip to main content
15,881,757 members
Home / Discussions / C#
   

C#

 
QuestionHow to Pop mails From Mail to biztalk then save it in database Pin
Ahmed Abdelnasser7-Aug-13 2:17
Ahmed Abdelnasser7-Aug-13 2:17 
AnswerRe: How to Pop mails From Mail to biztalk then save it in database Pin
Simon_Whale7-Aug-13 3:29
Simon_Whale7-Aug-13 3:29 
QuestionWant to create a websocket server in c# Pin
Member 101935636-Aug-13 18:50
Member 101935636-Aug-13 18:50 
AnswerRe: Want to create a websocket server in c# Pin
Abhinav S6-Aug-13 19:47
Abhinav S6-Aug-13 19:47 
QuestionConcatenating 2 columns into one (radgrid) Pin
Member 101936536-Aug-13 9:59
Member 101936536-Aug-13 9:59 
AnswerRe: Concatenating 2 columns into one (radgrid) Pin
Mycroft Holmes6-Aug-13 13:00
professionalMycroft Holmes6-Aug-13 13:00 
QuestionObjects created in a loop - definition name Pin
DSLoginYea6-Aug-13 2:02
DSLoginYea6-Aug-13 2:02 
AnswerRe: Objects created in a loop - definition name Pin
Dave Kreskowiak6-Aug-13 2:47
mveDave Kreskowiak6-Aug-13 2:47 
In your example, yes: "Fallen out of scope". Those objects get created and are orphaned pretty much immediately. Since there are no references being held to those objects, the GC will get around to disposing and cleaning them up.

Once execution gets to the end of the loop iteration, a is no longer in scope (in your example any way), and the object is subject to being freed and collected.

AnswerRe: Objects created in a loop - definition name Pin
Clifford Nelson6-Aug-13 8:36
Clifford Nelson6-Aug-13 8:36 
GeneralRe: Objects created in a loop - definition name Pin
DSLoginYea6-Aug-13 9:28
DSLoginYea6-Aug-13 9:28 
GeneralRe: Objects created in a loop - definition name Pin
nick.j.s6-Aug-13 10:51
nick.j.s6-Aug-13 10:51 
GeneralRe: Objects created in a loop - definition name Pin
DSLoginYea6-Aug-13 10:55
DSLoginYea6-Aug-13 10:55 
GeneralRe: Objects created in a loop - definition name Pin
Dave Kreskowiak6-Aug-13 10:59
mveDave Kreskowiak6-Aug-13 10:59 
GeneralRe: Objects created in a loop - definition name Pin
Dave Kreskowiak6-Aug-13 10:59
mveDave Kreskowiak6-Aug-13 10:59 
AnswerRe: Objects created in a loop - definition name Pin
Jean A Brandelero8-Aug-13 10:43
Jean A Brandelero8-Aug-13 10:43 
QuestionWah Wah effect for guitar Pin
paulera6-Aug-13 1:52
paulera6-Aug-13 1:52 
AnswerRe: Wah Wah effect for guitar Pin
Ravi Bhavnani6-Aug-13 6:02
professionalRavi Bhavnani6-Aug-13 6:02 
GeneralRe: Wah Wah effect for guitar Pin
paulera6-Aug-13 8:21
paulera6-Aug-13 8:21 
AnswerRe: Wah Wah effect for guitar Pin
MarkRHolbrook11-Aug-13 4:04
MarkRHolbrook11-Aug-13 4:04 
GeneralAdding digital signature in Crystal report pdf Pin
gandhipurvi6-Aug-13 0:25
gandhipurvi6-Aug-13 0:25 
GeneralRe: Adding digital signature in Crystal report pdf Pin
Ennis Ray Lynch, Jr.6-Aug-13 2:55
Ennis Ray Lynch, Jr.6-Aug-13 2:55 
QuestionDatetime parsing Pin
ExcellentOrg5-Aug-13 21:58
ExcellentOrg5-Aug-13 21:58 
AnswerRe: Datetime parsing Pin
Richard MacCutchan5-Aug-13 22:58
mveRichard MacCutchan5-Aug-13 22:58 
GeneralRe: Datetime parsing Pin
ExcellentOrg5-Aug-13 23:30
ExcellentOrg5-Aug-13 23:30 
AnswerRe: Datetime parsing Pin
Richard MacCutchan6-Aug-13 0:04
mveRichard MacCutchan6-Aug-13 0:04 

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.