Click here to Skip to main content
15,925,782 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting substring from a line Pin
ipstefan8-Jan-09 21:23
ipstefan8-Jan-09 21:23 
GeneralRe: Getting substring from a line Pin
Kristian Sixhøj8-Jan-09 21:26
Kristian Sixhøj8-Jan-09 21:26 
GeneralRe: Getting substring from a line Pin
ipstefan8-Jan-09 21:36
ipstefan8-Jan-09 21:36 
GeneralRe: Getting substring from a line Pin
Kristian Sixhøj8-Jan-09 21:39
Kristian Sixhøj8-Jan-09 21:39 
AnswerRe: Getting substring from a line Pin
sourabhsorate9-Jan-09 22:51
sourabhsorate9-Jan-09 22:51 
QuestionHow to digital sign a string with X509 .pfx file Pin
hoanhtuan8-Jan-09 20:46
hoanhtuan8-Jan-09 20:46 
Question"ANY CPU" compilation - what gives? Pin
harleydk8-Jan-09 20:30
harleydk8-Jan-09 20:30 
AnswerRe: "ANY CPU" compilation - what gives? [modified] Pin
Colin Angus Mackay8-Jan-09 22:27
Colin Angus Mackay8-Jan-09 22:27 
The Any CPU option is not optimised for a specific processor. It will give you good general all round performance that works across any of the target processors. If you absolutely must have all the performance you want then target the appropriate processor.

[ADDITIONAL]
First Addition::
There seems to be a lot of confusion about this. MSDN says one thing. The C# compiler command line help says another.

Second Addition:
See Guffa's post as he links to an article that explains exactly what is happening, and contradicts the MSDN article I used as the source of my original answer.
[/ADDITIONAL]

* Developer Day Scotland 2 - Free community conference
* The Blog of Colin Angus Mackay


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

modified on Friday, January 9, 2009 1:24 PM

GeneralRe: "ANY CPU" compilation - what gives? Pin
harleydk9-Jan-09 1:02
harleydk9-Jan-09 1:02 
GeneralRe: "ANY CPU" compilation - what gives? Pin
Guffa9-Jan-09 1:19
Guffa9-Jan-09 1:19 
GeneralRe: "ANY CPU" compilation - what gives? Pin
Guffa9-Jan-09 1:18
Guffa9-Jan-09 1:18 
GeneralRe: "ANY CPU" compilation - what gives? Pin
Colin Angus Mackay9-Jan-09 1:25
Colin Angus Mackay9-Jan-09 1:25 
GeneralRe: "ANY CPU" compilation - what gives? Pin
Guffa9-Jan-09 5:51
Guffa9-Jan-09 5:51 
AnswerRe: "ANY CPU" compilation - what gives? Pin
Guffa9-Jan-09 1:17
Guffa9-Jan-09 1:17 
GeneralRe: "ANY CPU" compilation - what gives? Pin
Colin Angus Mackay9-Jan-09 1:30
Colin Angus Mackay9-Jan-09 1:30 
GeneralRe: "ANY CPU" compilation - what gives? Pin
Daniel Grunwald9-Jan-09 1:56
Daniel Grunwald9-Jan-09 1:56 
GeneralRe: "ANY CPU" compilation - what gives? Pin
Luc Pattyn9-Jan-09 3:45
sitebuilderLuc Pattyn9-Jan-09 3:45 
GeneralRe: "ANY CPU" compilation - what gives? Pin
Colin Angus Mackay9-Jan-09 5:39
Colin Angus Mackay9-Jan-09 5:39 
AnswerRe: "ANY CPU" compilation - what gives? Pin
Dave Kreskowiak9-Jan-09 1:58
mveDave Kreskowiak9-Jan-09 1:58 
GeneralRe: "ANY CPU" compilation - what gives? Pin
harleydk11-Jan-09 10:51
harleydk11-Jan-09 10:51 
QuestionPlaying DVD Pin
Identity Undisclosed8-Jan-09 20:15
Identity Undisclosed8-Jan-09 20:15 
AnswerRe: Playing DVD Pin
EliottA9-Jan-09 2:34
EliottA9-Jan-09 2:34 
GeneralRe: Playing DVD Pin
Identity Undisclosed11-Jan-09 21:50
Identity Undisclosed11-Jan-09 21:50 
GeneralRe: Playing DVD Pin
EliottA12-Jan-09 0:59
EliottA12-Jan-09 0:59 
QuestionDeploying a console application (ConsoleApp below) to another machine - I'm confused :( Pin
Tina P8-Jan-09 19:26
Tina P8-Jan-09 19:26 

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.