Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: A very odd problem Pin
scadaguy24-Sep-03 5:56
scadaguy24-Sep-03 5:56 
Generalinstaller conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
Chris Richner23-Sep-03 22:51
Chris Richner23-Sep-03 22:51 
GeneralRe: installer conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
ich_bins24-Sep-03 1:28
ich_bins24-Sep-03 1:28 
GeneralRe: installer conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
Chris Richner24-Sep-03 2:25
Chris Richner24-Sep-03 2:25 
GeneralRelative file path Pin
Stephane David23-Sep-03 21:08
Stephane David23-Sep-03 21:08 
GeneralRe: Relative file path Pin
Jim Stewart24-Sep-03 5:40
Jim Stewart24-Sep-03 5:40 
GeneralBinaryWriter/BinaryReader Portability Pin
Andrew Shapira23-Sep-03 18:34
Andrew Shapira23-Sep-03 18:34 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Julian Bucknall [MSFT]24-Sep-03 6:25
Julian Bucknall [MSFT]24-Sep-03 6:25 
In answer to your primary question, BinaryReader will read streams created by BinaryWriter correctly.

Your question about endianness is meaningless at the present time because .NET only runs on Intel CPUs and hence you don't have to worry about it. Once Microsoft target .NET for other CPUs then, yes, the .NET Frameowrk team will have to worry about how the stream is created and used between different endian CPUs.

Cheers, Julian
Program Manager, C#

This posting is provided "AS IS" with no warranties, and confers no rights.
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 11:11
Andrew Shapira24-Sep-03 11:11 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Julian Bucknall [MSFT]24-Sep-03 14:46
Julian Bucknall [MSFT]24-Sep-03 14:46 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 15:00
Andrew Shapira24-Sep-03 15:00 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Arun Bhalla24-Sep-03 7:39
Arun Bhalla24-Sep-03 7:39 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 10:19
Andrew Shapira24-Sep-03 10:19 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Arun Bhalla24-Sep-03 10:30
Arun Bhalla24-Sep-03 10:30 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 11:12
Andrew Shapira24-Sep-03 11:12 
Generalsurvey on books Pin
nevhile.net23-Sep-03 14:52
nevhile.net23-Sep-03 14:52 
GeneralRe: survey on books Pin
David Stone23-Sep-03 16:07
sitebuilderDavid Stone23-Sep-03 16:07 
GeneralRe: survey on books Pin
James T. Johnson23-Sep-03 17:17
James T. Johnson23-Sep-03 17:17 
GeneralRe: survey on books Pin
Andrew Shapira23-Sep-03 18:40
Andrew Shapira23-Sep-03 18:40 
GeneralRe: survey on books Pin
David Stone23-Sep-03 19:16
sitebuilderDavid Stone23-Sep-03 19:16 
GeneralRe: survey on books Pin
Bog26-Sep-03 8:42
Bog26-Sep-03 8:42 
GeneralC# Crypto Interop with WIN32 Pin
cory_baker23-Sep-03 12:09
cory_baker23-Sep-03 12:09 
QuestionHow-To Create Dynamic Webservice Detection? Pin
DudleyDoorite23-Sep-03 11:20
DudleyDoorite23-Sep-03 11:20 
QuestionC# Question: static int amountopen = (0 - 500); ??? Pin
Chua Wen Ching23-Sep-03 10:59
Chua Wen Ching23-Sep-03 10:59 
AnswerRe: C# Question: static int amountopen = (0 - 500); ??? Pin
Alvaro Mendez23-Sep-03 11:13
Alvaro Mendez23-Sep-03 11:13 

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.