Click here to Skip to main content
15,917,991 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Public Event Handlers Pin
Leslie Sanford7-Jan-06 9:47
Leslie Sanford7-Jan-06 9:47 
QuestionSorting Files in .NET Pin
mightypile6-Jan-06 7:39
mightypile6-Jan-06 7:39 
AnswerRe: Sorting Files in .NET Pin
Dave Kreskowiak6-Jan-06 8:50
mveDave Kreskowiak6-Jan-06 8:50 
AnswerRe: Sorting Files in .NET Pin
Daniel Grunwald6-Jan-06 11:12
Daniel Grunwald6-Jan-06 11:12 
QuestionTab-control-like control WITHOUT tabs Pin
Uwe Keim6-Jan-06 1:29
sitebuilderUwe Keim6-Jan-06 1:29 
AnswerRe: Tab-control-like control WITHOUT tabs Pin
Dave Kreskowiak6-Jan-06 4:49
mveDave Kreskowiak6-Jan-06 4:49 
QuestionSerialization. Pin
HakunaMatada6-Jan-06 0:43
HakunaMatada6-Jan-06 0:43 
AnswerRe: Serialization. Pin
Dave Kreskowiak6-Jan-06 4:47
mveDave Kreskowiak6-Jan-06 4:47 
Do you really think that sending a serialized class over UDP is a good idea? UDP does not garantee the arrival of packets, but more importantly, it doesn't garantee that they are received in the correct order!

Your deserialization code must be able to put up with this eventuality and be able to recover from it. What is the impact of not being able to recieve this object on your client, ... server? Can your data model withstand a few, some, or all or your clients not receiving this object?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Serialization. Pin
HakunaMatada6-Jan-06 21:20
HakunaMatada6-Jan-06 21:20 
GeneralRe: Serialization. Pin
Dave Kreskowiak7-Jan-06 2:17
mveDave Kreskowiak7-Jan-06 2:17 
AnswerRe: Serialization. Pin
S. Senthil Kumar6-Jan-06 20:44
S. Senthil Kumar6-Jan-06 20:44 
GeneralRe: Serialization. Pin
HakunaMatada6-Jan-06 21:24
HakunaMatada6-Jan-06 21:24 
QuestionVarious Frameworks Installed Pin
Brendan Vogt6-Jan-06 0:26
Brendan Vogt6-Jan-06 0:26 
AnswerRe: Various Frameworks Installed Pin
mikailcetinkaya9-Jan-06 3:08
mikailcetinkaya9-Jan-06 3:08 
QuestionpictureBox refresh Pin
sergestusxx5-Jan-06 16:21
sergestusxx5-Jan-06 16:21 
Questionplaying two sound files at the same time Pin
pmt5-Jan-06 15:07
pmt5-Jan-06 15:07 
GeneralRe: playing two sound files at the same time Pin
HakunaMatada6-Jan-06 1:02
HakunaMatada6-Jan-06 1:02 
Questionquestion about application icons Pin
brdavid5-Jan-06 11:49
brdavid5-Jan-06 11:49 
QuestionWhere is the 'theApp' object in a C++ Windows Form application? Pin
epenciso5-Jan-06 5:59
epenciso5-Jan-06 5:59 
AnswerRe: Where is the 'theApp' object in a C++ Windows Form application? Pin
Nish Nishant5-Jan-06 6:25
sitebuilderNish Nishant5-Jan-06 6:25 
AnswerRe: Where is the 'theApp' object in a C++ Windows Form application? Pin
TheGreatAndPowerfulOz5-Jan-06 15:03
TheGreatAndPowerfulOz5-Jan-06 15:03 
QuestionChange UserStrings in code Pin
cecildt5-Jan-06 1:19
cecildt5-Jan-06 1:19 
AnswerRe: Change UserStrings in code Pin
TheGreatAndPowerfulOz5-Jan-06 15:04
TheGreatAndPowerfulOz5-Jan-06 15:04 
GeneralRe: Change UserStrings in code Pin
cecildt5-Jan-06 18:41
cecildt5-Jan-06 18:41 
GeneralRe: Change UserStrings in code Pin
TheGreatAndPowerfulOz5-Jan-06 19:59
TheGreatAndPowerfulOz5-Jan-06 19:59 

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.