Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
QuestionClarification Pin
Joe Rozario7-Jul-10 19:10
Joe Rozario7-Jul-10 19:10 
AnswerRe: Clarification Pin
Eddy Vluggen8-Jul-10 3:04
professionalEddy Vluggen8-Jul-10 3:04 
QuestionThreads in Windows Service Pin
ayandelhi7-Jul-10 18:36
ayandelhi7-Jul-10 18:36 
AnswerRe: Threads in Windows Service Pin
Richard Andrew x647-Jul-10 18:46
professionalRichard Andrew x647-Jul-10 18:46 
AnswerRe: Threads in Windows Service Pin
geo_m8-Jul-10 1:27
geo_m8-Jul-10 1:27 
JokeRe: Threads in Windows Service Pin
Pete O'Hanlon8-Jul-10 2:39
mvePete O'Hanlon8-Jul-10 2:39 
JokeRe: Threads in Windows Service Pin
geo_m8-Jul-10 4:21
geo_m8-Jul-10 4:21 
AnswerRe: Threads in Windows Service Pin
Dave Kreskowiak8-Jul-10 3:35
mveDave Kreskowiak8-Jul-10 3:35 
You're actually expected to use threads in a service.

IMHO, using a timer to hold up your service is just an excuse to not learn threading. Too many schmucks try to use a timer to do something that it's not designed to do and doesn't fit the problem they're trying to solve.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionCCITT4 compression Pin
Ice_Freez057-Jul-10 15:24
Ice_Freez057-Jul-10 15:24 
AnswerRe: CCITT4 compression Pin
Roger Wright7-Jul-10 15:34
professionalRoger Wright7-Jul-10 15:34 
GeneralRe: CCITT4 compression Pin
Ice_Freez057-Jul-10 15:40
Ice_Freez057-Jul-10 15:40 
GeneralRe: CCITT4 compression Pin
Roger Wright7-Jul-10 16:16
professionalRoger Wright7-Jul-10 16:16 
GeneralRe: CCITT4 compression Pin
Ice_Freez057-Jul-10 16:43
Ice_Freez057-Jul-10 16:43 
AnswerRe: CCITT4 compression Pin
Ennis Ray Lynch, Jr.8-Jul-10 4:22
Ennis Ray Lynch, Jr.8-Jul-10 4:22 
QuestionNeed Help in multithread C# socket programming!!! Pin
yum 20107-Jul-10 9:18
yum 20107-Jul-10 9:18 
AnswerRe: Need Help in multithread C# socket programming!!! Pin
Eddy Vluggen8-Jul-10 3:12
professionalEddy Vluggen8-Jul-10 3:12 
GeneralRe: Need Help in multithread C# socket programming!!! Pin
yum 20109-Jul-10 2:29
yum 20109-Jul-10 2:29 
GeneralRe: Need Help in multithread C# socket programming!!! Pin
Eddy Vluggen9-Jul-10 3:30
professionalEddy Vluggen9-Jul-10 3:30 
GeneralRe: Need Help in multithread C# socket programming!!! Pin
yum 20109-Jul-10 10:44
yum 20109-Jul-10 10:44 
GeneralRe: Need Help in multithread C# socket programming!!! Pin
Eddy Vluggen9-Jul-10 12:01
professionalEddy Vluggen9-Jul-10 12:01 
GeneralRe: Need Help in multithread C# socket programming!!! Pin
yum 201010-Jul-10 5:35
yum 201010-Jul-10 5:35 
QuestionObtain Solution Classes types in Design Time Pin
adiel20087-Jul-10 5:34
adiel20087-Jul-10 5:34 
AnswerRe: Obtain Solution Classes types in Design Time Pin
Abhinav S7-Jul-10 7:04
Abhinav S7-Jul-10 7:04 
QuestionHow to read a binary file byte by byte and compare its utf8 rendition? [modified] Pin
Shaareable7-Jul-10 5:06
Shaareable7-Jul-10 5:06 
AnswerRe: How to read a binary file byte by byte and compare its utf8 rendition? Pin
harold aptroot7-Jul-10 5:11
harold aptroot7-Jul-10 5:11 

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.