Click here to Skip to main content
15,879,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: Tools for Setup Projects Pin
Bernhard Hiller28-Sep-12 4:31
Bernhard Hiller28-Sep-12 4:31 
Questionhow to find C# menu item Pin
anushikaroshan25-Sep-12 23:25
anushikaroshan25-Sep-12 23:25 
AnswerRe: how to find C# menu item Pin
Ingo25-Sep-12 23:36
Ingo25-Sep-12 23:36 
QuestionEncryption of connection string Pin
SAURABH KATIYAR25-Sep-12 22:57
SAURABH KATIYAR25-Sep-12 22:57 
AnswerRe: Encryption of connection string Pin
Pete O'Hanlon25-Sep-12 23:33
mvePete O'Hanlon25-Sep-12 23:33 
QuestionDeserealize a binaryformtted string Pin
Member 928312225-Sep-12 2:11
Member 928312225-Sep-12 2:11 
AnswerRe: Deserealize a binaryformtted string Pin
Eddy Vluggen25-Sep-12 2:20
professionalEddy Vluggen25-Sep-12 2:20 
GeneralRe: Deserealize a binaryformtted string Pin
Member 928312225-Sep-12 2:26
Member 928312225-Sep-12 2:26 
This is the seralization code:

BinaryFormatter b = new BinaryFormatter();
b.Serialize(stream, data);
stream.Position = 0;
byte[] buffer = new byte[stream.Length];
stream.Read(buffer, 0, buffer.Length);
GeneralRe: Deserealize a binaryformtted string Pin
Eddy Vluggen25-Sep-12 2:44
professionalEddy Vluggen25-Sep-12 2:44 
GeneralRe: Deserealize a binaryformtted string Pin
Member 928312225-Sep-12 3:59
Member 928312225-Sep-12 3:59 
GeneralRe: Deserealize a binaryformtted string Pin
Eddy Vluggen25-Sep-12 4:44
professionalEddy Vluggen25-Sep-12 4:44 
AnswerRe: Deserealize a binaryformtted string Pin
Bernhard Hiller25-Sep-12 3:09
Bernhard Hiller25-Sep-12 3:09 
GeneralRe: Deserealize a binaryformtted string Pin
Member 928312225-Sep-12 4:01
Member 928312225-Sep-12 4:01 
GeneralRe: Deserealize a binaryformtted string Pin
Bernhard Hiller25-Sep-12 4:09
Bernhard Hiller25-Sep-12 4:09 
GeneralRe: Deserealize a binaryformtted string Pin
Member 928312225-Sep-12 4:34
Member 928312225-Sep-12 4:34 
Questionhow to export these names as rows to excel Pin
ravi kumar talara25-Sep-12 1:10
ravi kumar talara25-Sep-12 1:10 
AnswerRe: how to export these names as rows to excel Pin
Eddy Vluggen25-Sep-12 1:19
professionalEddy Vluggen25-Sep-12 1:19 
AnswerRe: how to export these names as rows to excel Pin
Mazumder.Soumen25-Sep-12 2:34
Mazumder.Soumen25-Sep-12 2:34 
Questionhandwriting analysis to know human bhavior Pin
Schuner0325-Sep-12 0:18
Schuner0325-Sep-12 0:18 
AnswerRe: handwriting analysis to know human bhavior Pin
Pete O'Hanlon25-Sep-12 0:40
mvePete O'Hanlon25-Sep-12 0:40 
AnswerRe: handwriting analysis to know human bhavior Pin
Shameel25-Sep-12 1:50
professionalShameel25-Sep-12 1:50 
GeneralRe: handwriting analysis to know human bhavior Pin
Schuner0325-Sep-12 2:03
Schuner0325-Sep-12 2:03 
QuestionSend data to Workflow Asynchronously Pin
Shuyuntake25-Sep-12 0:06
Shuyuntake25-Sep-12 0:06 
QuestionHow could I make a Solitaire Windows Game Pin
tsw198524-Sep-12 23:28
tsw198524-Sep-12 23:28 
AnswerRe: How could I make a Solitaire Windows Game Pin
Eddy Vluggen25-Sep-12 0:10
professionalEddy Vluggen25-Sep-12 0:10 

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.