Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: Replace Pin
Simon P Stevens29-Oct-08 1:58
Simon P Stevens29-Oct-08 1:58 
AnswerRe: Replace Pin
EliottA29-Oct-08 2:59
EliottA29-Oct-08 2:59 
GeneralRe: Replace [modified] Pin
arkiboys29-Oct-08 10:29
arkiboys29-Oct-08 10:29 
AnswerRe: Replace Pin
Alan N29-Oct-08 3:19
Alan N29-Oct-08 3:19 
QuestionCan I store raw binary data space-efficiently in a .cs file? Pin
arnold_w29-Oct-08 1:38
arnold_w29-Oct-08 1:38 
AnswerRe: Can I store raw binary data space-efficiently in a .cs file? Pin
Simon P Stevens29-Oct-08 1:50
Simon P Stevens29-Oct-08 1:50 
GeneralRe: Can I store raw binary data space-efficiently in a .cs file? Pin
arnold_w29-Oct-08 1:52
arnold_w29-Oct-08 1:52 
GeneralRe: Can I store raw binary data space-efficiently in a .cs file? Pin
Simon P Stevens29-Oct-08 2:07
Simon P Stevens29-Oct-08 2:07 
Oh...Right....I get what you mean...

Why on earth do you care about the size of the .cs file?

You can just use numbers if it is really that important to you
byte[] byteArray = new byte[] { 0, 1, 2 };


I can't think of any reason why you would need to do this though. You don't go deleting all the spaces and carriage returns to save space do you?

Simon

GeneralRe: Can I store raw binary data space-efficiently in a .cs file? Pin
arnold_w29-Oct-08 2:13
arnold_w29-Oct-08 2:13 
GeneralRe: Can I store raw binary data space-efficiently in a .cs file? Pin
Simon P Stevens29-Oct-08 2:23
Simon P Stevens29-Oct-08 2:23 
GeneralRe: Can I store raw binary data space-efficiently in a .cs file? Pin
arnold_w29-Oct-08 2:45
arnold_w29-Oct-08 2:45 
GeneralRe: Can I store raw binary data space-efficiently in a .cs file? Pin
PIEBALDconsult29-Oct-08 5:00
mvePIEBALDconsult29-Oct-08 5:00 
AnswerRe: Can I store raw binary data space-efficiently in a .cs file? Pin
Luc Pattyn29-Oct-08 2:12
sitebuilderLuc Pattyn29-Oct-08 2:12 
GeneralRe: Can I store raw binary data space-efficiently in a .cs file? Pin
arnold_w29-Oct-08 2:14
arnold_w29-Oct-08 2:14 
AnswerRe: Can I store raw binary data space-efficiently in a .cs file? Pin
Mirko198029-Oct-08 6:26
Mirko198029-Oct-08 6:26 
GeneralRe: Can I store raw binary data space-efficiently in a .cs file? Pin
arnold_w30-Oct-08 1:09
arnold_w30-Oct-08 1:09 
QuestionExcel automation in web application Pin
DJ24528-Oct-08 23:22
DJ24528-Oct-08 23:22 
QuestionAdd horizontal and vertical bar into pictureBox? Pin
thucbv28-Oct-08 23:16
thucbv28-Oct-08 23:16 
QuestionInstalling my app using C# Pin
Pedram Behroozi28-Oct-08 23:15
Pedram Behroozi28-Oct-08 23:15 
AnswerRe: Installing my app using C# Pin
SeMartens28-Oct-08 23:19
SeMartens28-Oct-08 23:19 
QuestionWhich windows vista version is better for .net developer. Pin
VenkataRamana.Gali28-Oct-08 23:03
VenkataRamana.Gali28-Oct-08 23:03 
AnswerRe: Which windows vista version is better for .net developer. Pin
Sathesh Sakthivel28-Oct-08 23:59
Sathesh Sakthivel28-Oct-08 23:59 
JokeRe: Which windows vista version is better for .net developer. Pin
CPallini29-Oct-08 0:18
mveCPallini29-Oct-08 0:18 
AnswerRe: Which windows vista version is better for .net developer. Pin
#realJSOP29-Oct-08 0:59
professional#realJSOP29-Oct-08 0:59 
AnswerRe: Which windows vista version is better for .net developer. Pin
Mark Salsbery29-Oct-08 6:28
Mark Salsbery29-Oct-08 6:28 

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.