Click here to Skip to main content
16,005,682 members
Home / Discussions / C#
   

C#

 
GeneralRe: Concurrency Pin
Dave Kreskowiak24-Jun-04 10:17
mveDave Kreskowiak24-Jun-04 10:17 
GeneralRe: Concurrency Pin
Xiangyang Liu 刘向阳24-Jun-04 17:13
Xiangyang Liu 刘向阳24-Jun-04 17:13 
GeneralDetaching event handlers Pin
Flack24-Jun-04 9:57
Flack24-Jun-04 9:57 
GeneralRe: Detaching event handlers Pin
Heath Stewart24-Jun-04 10:27
protectorHeath Stewart24-Jun-04 10:27 
GeneralNeed PDF help Pin
Unforsacable24-Jun-04 9:35
Unforsacable24-Jun-04 9:35 
GeneralRe: Need PDF help Pin
Heath Stewart24-Jun-04 9:47
protectorHeath Stewart24-Jun-04 9:47 
GeneralRe: Need PDF help Pin
Anonymous24-Jun-04 11:14
Anonymous24-Jun-04 11:14 
GeneralRe: Need PDF help Pin
Heath Stewart24-Jun-04 12:30
protectorHeath Stewart24-Jun-04 12:30 
BTW, I didn't explain something quite right. If you encode binary data as characters, it depends on the encoding you use how many bytes are required to represent a byte, plus the text encoding for how many bytes that representation requires.

As Daniel said, you could encode the file (actually, the byte[] array I mentioned) as base64. That's going to require less bytes than base16 (2 characters per byte, otherwise known as hexidecimal) but still more than a single byte. Layer on top of that the character encoding (for example, using hex encoding with a UCS-2 text encoding yields 4 bytes per source byte!), and you have a serious performance and bandwidth problem.

Be sure to check out that article on DIME. It's easy to implement (the WSE 2.0 SDK has a very simple example of all that's required) and worth the (little) effort.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Need PDF help Pin
Daniel Turini24-Jun-04 11:35
Daniel Turini24-Jun-04 11:35 
GeneralPassing parameters to Contents.htm file Pin
IrishSonic24-Jun-04 9:30
IrishSonic24-Jun-04 9:30 
GeneralRe: Passing parameters to Contents.htm file Pin
Dave Kreskowiak24-Jun-04 9:41
mveDave Kreskowiak24-Jun-04 9:41 
Generalproblem Pin
RomanD24-Jun-04 9:07
RomanD24-Jun-04 9:07 
GeneralRe: problem Pin
Dave Kreskowiak24-Jun-04 9:30
mveDave Kreskowiak24-Jun-04 9:30 
GeneralRe: problem Pin
RomanD24-Jun-04 12:04
RomanD24-Jun-04 12:04 
QuestionHow do I FULLY unregister a COM+ component programmatically? Pin
Boyd Campbell24-Jun-04 7:14
Boyd Campbell24-Jun-04 7:14 
AnswerRe: How do I FULLY unregister a COM+ component programmatically? Pin
Heath Stewart24-Jun-04 9:40
protectorHeath Stewart24-Jun-04 9:40 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Boyd Campbell24-Jun-04 10:03
Boyd Campbell24-Jun-04 10:03 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Heath Stewart24-Jun-04 10:12
protectorHeath Stewart24-Jun-04 10:12 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Boyd Campbell24-Jun-04 10:32
Boyd Campbell24-Jun-04 10:32 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Heath Stewart24-Jun-04 11:19
protectorHeath Stewart24-Jun-04 11:19 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Boyd Campbell25-Jun-04 3:04
Boyd Campbell25-Jun-04 3:04 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Heath Stewart25-Jun-04 3:52
protectorHeath Stewart25-Jun-04 3:52 
GeneralThread restart Pin
elraton24-Jun-04 5:51
elraton24-Jun-04 5:51 
GeneralRe: Thread restart Pin
Jeremy Kimball24-Jun-04 6:15
Jeremy Kimball24-Jun-04 6:15 
GeneralRe: Thread restart Pin
Dave Kreskowiak24-Jun-04 7:08
mveDave Kreskowiak24-Jun-04 7:08 

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.