Click here to Skip to main content
15,894,410 members
Home / Discussions / C#
   

C#

 
AnswerRe: regex for validating port number Pin
BobJanova19-Mar-12 6:33
BobJanova19-Mar-12 6:33 
AnswerRe: regex for validating port number Pin
phil.o19-Mar-12 7:19
professionalphil.o19-Mar-12 7:19 
AnswerRe: regex for validating port number Pin
PIEBALDconsult19-Mar-12 8:42
mvePIEBALDconsult19-Mar-12 8:42 
AnswerRe: regex for validating port number Pin
jschell19-Mar-12 9:58
jschell19-Mar-12 9:58 
AnswerRe: regex for validating port number Pin
V.19-Mar-12 21:07
professionalV.19-Mar-12 21:07 
QuestionVarying sliding window size(deflate ratio) Pin
Shailesh H19-Mar-12 1:59
Shailesh H19-Mar-12 1:59 
AnswerRe: Varying sliding window size(deflate ratio) Pin
OriginalGriff19-Mar-12 4:36
mveOriginalGriff19-Mar-12 4:36 
Questionsend arraylist on network Pin
mazaher bazari18-Mar-12 23:21
mazaher bazari18-Mar-12 23:21 
hello.
i have a server client app
when client is on ,server send arraylist object for client.
for first client ,server can send arraylist for client and when second client connect,server can not send arraylist.
may code:

C#
1 BinaryFormatter bf = new BinaryFormatter();MemoryStream ms = new MemoryStream();byte[] b;bf.Serialize(ms, listclient);b = ms.GetBuffer(); 



it give this error:
{"Type 'chatserver.client' in Assembly 'chatserver, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable."}
AnswerRe: send arraylist on network Pin
Shameel19-Mar-12 1:05
professionalShameel19-Mar-12 1:05 
GeneralRe: send arraylist on network Pin
harold aptroot19-Mar-12 1:57
harold aptroot19-Mar-12 1:57 
QuestionUsing C#, how can I log into a website and click Continue Pin
DanYELL18-Mar-12 10:31
DanYELL18-Mar-12 10:31 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
Ravi Bhavnani18-Mar-12 11:11
professionalRavi Bhavnani18-Mar-12 11:11 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
PIEBALDconsult18-Mar-12 13:18
mvePIEBALDconsult18-Mar-12 13:18 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
Abhinav S18-Mar-12 19:58
Abhinav S18-Mar-12 19:58 
GeneralRe: Using C#, how can I log into a website and click Continue Pin
Mohit Leekha18-Mar-12 23:10
Mohit Leekha18-Mar-12 23:10 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
Gavin Roberts19-Mar-12 1:41
Gavin Roberts19-Mar-12 1:41 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
harold aptroot19-Mar-12 2:20
harold aptroot19-Mar-12 2:20 
Questioni need c# codes to solve the problem.. Pin
pankaj308618-Mar-12 9:20
pankaj308618-Mar-12 9:20 
AnswerRe: i need c# codes to solve the problem.. Pin
OriginalGriff18-Mar-12 9:30
mveOriginalGriff18-Mar-12 9:30 
AnswerRe: i need c# codes to solve the problem.. Pin
PIEBALDconsult18-Mar-12 16:03
mvePIEBALDconsult18-Mar-12 16:03 
AnswerRe: i need c# codes to solve the problem.. Pin
Prasad_Kulkarni18-Mar-12 19:03
Prasad_Kulkarni18-Mar-12 19:03 
AnswerRe: i need c# codes to solve the problem.. Pin
Abhinav S18-Mar-12 19:57
Abhinav S18-Mar-12 19:57 
Questionrestoring database using c# Pin
altafmohd18-Mar-12 2:52
altafmohd18-Mar-12 2:52 
AnswerRe: restoring database using c# Pin
Ravi Bhavnani18-Mar-12 3:08
professionalRavi Bhavnani18-Mar-12 3:08 
GeneralRe: restoring database using c# Pin
altafmohd18-Mar-12 3:39
altafmohd18-Mar-12 3:39 

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.