Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get cookies from CookieContainer? Pin
hello_amigo28-Jan-10 13:32
hello_amigo28-Jan-10 13:32 
AnswerRe: How to get cookies from CookieContainer? Pin
Not Active28-Jan-10 13:37
mentorNot Active28-Jan-10 13:37 
AnswerRe: How to get cookies from CookieContainer? Pin
hello_amigo29-Jan-10 5:43
hello_amigo29-Jan-10 5:43 
GeneralRe: How to get cookies from CookieContainer? Pin
Lasha874-Mar-10 1:37
Lasha874-Mar-10 1:37 
QuestionUsing TaskScheduler 2.0 Pin
Bob Nona28-Jan-10 9:23
Bob Nona28-Jan-10 9:23 
AnswerRe: Using TaskScheduler 2.0 Pin
OriginalGriff28-Jan-10 10:24
mveOriginalGriff28-Jan-10 10:24 
GeneralConverting a project to target x64 platform Pin
SimulationofSai28-Jan-10 8:33
SimulationofSai28-Jan-10 8:33 
GeneralRe: Converting a project to target x64 platform [modified] Pin
harold aptroot28-Jan-10 9:07
harold aptroot28-Jan-10 9:07 
Oh well I don't know everything, but I can answer some of your questions:

1) Nothing, assuming that all your pointer magic is 64bit clean
2) I don't know, I never tried to do it wrong. It definitely does not work when you reference 32bit dlls for which there is no 64bit version, but for the rest I don't know.
3) .NET 2.0 contains a new CLR, .NET 3/3.5 are just extra class libraries, that could be why (not sure) - .NET 3.5 apps can certainly run in 64bit mode (they do on my computer)
4) Not that I know off, but the C# compiler barely does any optimizations anyway, some constant folding (and it can be fooled into not-folding really easily, such as 4+x+2 instead of x+4+2).. the JIT compiler has most of the optimizations (and the 64bit JIT has some more optimizations than the 32bit one)

edit: and I would like to add that when you're running a program on an x64 machine there is no significant difference between an Any-CPU build and an x64-only build - both will run in 64bit mode and both will fail when any of the dependencies doesn't have an x64/Any-CPU version. Neither Any-CPU nor x64 compiled apps will "revert to 32bit" on a 64bit machine, not under any circumstances, this is often a bad thing since many programs don't work in 64bit mode but are Any-CPU anyway (fortunately it's possible to edit them to be x86-only)

modified on Thursday, January 28, 2010 6:46 PM

QuestionHow to work on Devices using C#? Pin
CoderForEver28-Jan-10 7:35
CoderForEver28-Jan-10 7:35 
AnswerRe: How to work on Devices using C#? Pin
Luc Pattyn28-Jan-10 7:37
sitebuilderLuc Pattyn28-Jan-10 7:37 
GeneralRe: How to work on Devices using C#? Pin
CoderForEver28-Jan-10 7:51
CoderForEver28-Jan-10 7:51 
GeneralRe: How to work on Devices using C#? Pin
Luc Pattyn28-Jan-10 8:05
sitebuilderLuc Pattyn28-Jan-10 8:05 
GeneralRe: How to work on Devices using C#? Pin
OriginalGriff28-Jan-10 8:17
mveOriginalGriff28-Jan-10 8:17 
GeneralRe: How to work on Devices using C#? Pin
Luc Pattyn28-Jan-10 8:34
sitebuilderLuc Pattyn28-Jan-10 8:34 
GeneralRe: How to work on Devices using C#? Pin
DaveyM6928-Jan-10 10:43
professionalDaveyM6928-Jan-10 10:43 
GeneralRe: How to work on Devices using C#? Pin
CoderForEver29-Jan-10 8:17
CoderForEver29-Jan-10 8:17 
GeneralRe: How to work on Devices using C#? Pin
DaveyM6929-Jan-10 13:16
professionalDaveyM6929-Jan-10 13:16 
QuestionWorking on ListViewItem Pin
CoderForEver28-Jan-10 7:26
CoderForEver28-Jan-10 7:26 
AnswerRe: Working on ListViewItem Pin
Saksida Bojan28-Jan-10 8:04
Saksida Bojan28-Jan-10 8:04 
QuestionData not insert Pin
mjawadkhatri28-Jan-10 6:54
mjawadkhatri28-Jan-10 6:54 
AnswerRe: Data not insert Pin
loyal ginger28-Jan-10 7:05
loyal ginger28-Jan-10 7:05 
GeneralRe: Data not insert Pin
mjawadkhatri28-Jan-10 23:03
mjawadkhatri28-Jan-10 23:03 
AnswerRe: Data not insert Pin
kevinnicol28-Jan-10 9:58
kevinnicol28-Jan-10 9:58 
AnswerRe: Data not insert Pin
rockracker28-Jan-10 14:08
rockracker28-Jan-10 14:08 
Questionwork with a-GPS Pin
Std_Net28-Jan-10 6:37
Std_Net28-Jan-10 6:37 

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.