Click here to Skip to main content
15,879,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert xml file to word document Pin
Tamer Oz1-Sep-09 20:27
Tamer Oz1-Sep-09 20:27 
QuestionHere is a stumper.... Pin
JollyMansArt1-Sep-09 17:58
JollyMansArt1-Sep-09 17:58 
AnswerRe: Here is a stumper.... Pin
Christian Graus1-Sep-09 18:20
protectorChristian Graus1-Sep-09 18:20 
AnswerRe: Here is a stumper.... Pin
cjb1101-Sep-09 21:55
cjb1101-Sep-09 21:55 
AnswerRe: Here is a stumper.... Pin
JollyMansArt2-Sep-09 3:51
JollyMansArt2-Sep-09 3:51 
QuestionAccess WMP Playlist without WMP Player [modified] Pin
Ian McCaul1-Sep-09 9:47
Ian McCaul1-Sep-09 9:47 
QuestionStack Question Pin
Alexander DiMauro1-Sep-09 8:56
Alexander DiMauro1-Sep-09 8:56 
AnswerRe: Stack Question Pin
harold aptroot1-Sep-09 9:11
harold aptroot1-Sep-09 9:11 
Locals in C# do not get on the stack in the MSIL phase. They will, of course, after the JIT compiler has done its job, but that's a different kind of stack.
Both are easy to check:
- for the MSIL way, open the assembly (in the meaning of ".NET assembly" which is a file) with the Reflector and set it to IL view
- for the native way, put a breakpoint somewhere and debug, when you hit the breakpoint open the disassembly window



GeneralRe: Stack Question Pin
harold aptroot1-Sep-09 9:40
harold aptroot1-Sep-09 9:40 
AnswerRe: Stack Question Pin
Tony Richards1-Sep-09 9:18
Tony Richards1-Sep-09 9:18 
GeneralRe: Stack Question Pin
Alexander DiMauro1-Sep-09 9:36
Alexander DiMauro1-Sep-09 9:36 
AnswerRe: Stack Question Pin
Luc Pattyn1-Sep-09 13:50
sitebuilderLuc Pattyn1-Sep-09 13:50 
QuestionSorting strings [modified] Pin
gamer11271-Sep-09 8:29
gamer11271-Sep-09 8:29 
AnswerRe: Sorting strings Pin
OriginalGriff1-Sep-09 8:39
mveOriginalGriff1-Sep-09 8:39 
AnswerRe: Sorting strings Pin
PIEBALDconsult1-Sep-09 8:53
mvePIEBALDconsult1-Sep-09 8:53 
AnswerRe: Sorting strings Pin
Not Active1-Sep-09 8:53
mentorNot Active1-Sep-09 8:53 
AnswerRe: Sorting strings Pin
DaveyM691-Sep-09 9:06
professionalDaveyM691-Sep-09 9:06 
AnswerRe: Sorting strings Pin
dan!sh 1-Sep-09 9:09
professional dan!sh 1-Sep-09 9:09 
GeneralRe: Sorting strings [modified] Pin
gamer11271-Sep-09 9:11
gamer11271-Sep-09 9:11 
GeneralRe: Sorting strings Pin
dan!sh 1-Sep-09 9:49
professional dan!sh 1-Sep-09 9:49 
GeneralRe: Sorting strings Pin
gamer11271-Sep-09 10:02
gamer11271-Sep-09 10:02 
GeneralRe: Sorting strings Pin
PIEBALDconsult1-Sep-09 11:21
mvePIEBALDconsult1-Sep-09 11:21 
QuestionDesign Question (Class vs Structs) Pin
student_rhr1-Sep-09 8:00
student_rhr1-Sep-09 8:00 
AnswerRe: Design Question (Class vs Structs) Pin
PIEBALDconsult1-Sep-09 8:54
mvePIEBALDconsult1-Sep-09 8:54 
Questionusing webbrowser to Interact with a Flash control??? Pin
Member 65252411-Sep-09 6:54
Member 65252411-Sep-09 6:54 

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.