Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
QuestionMulti-threaded Task stops after 150 tasks Pin
MAW301-Aug-13 14:50
MAW301-Aug-13 14:50 
AnswerRe: Multi-threaded Task stops after 150 tasks Pin
walterhevedeich1-Aug-13 19:59
professionalwalterhevedeich1-Aug-13 19:59 
AnswerRe: Multi-threaded Task stops after 150 tasks Pin
Richard Deeming2-Aug-13 1:19
mveRichard Deeming2-Aug-13 1:19 
QuestionFileSyncProvider Exception sourceDirectory is write protected Pin
andre_muc1-Aug-13 9:27
andre_muc1-Aug-13 9:27 
QuestionWindows Service Pin
murugesan.ks1-Aug-13 7:55
murugesan.ks1-Aug-13 7:55 
AnswerRe: Windows Service Pin
Eddy Vluggen1-Aug-13 9:02
professionalEddy Vluggen1-Aug-13 9:02 
AnswerRe: Windows Service Pin
jschell1-Aug-13 11:29
jschell1-Aug-13 11:29 
QuestionFill Data One Grid To Another Grid using Arrow Key Pin
sanket1641-Aug-13 2:32
sanket1641-Aug-13 2:32 
AnswerRe: Fill Data One Grid To Another Grid using Arrow Key Pin
Dave Kreskowiak1-Aug-13 3:30
mveDave Kreskowiak1-Aug-13 3:30 
Questionsend SOAP message using web service Pin
vaibhavData1-Aug-13 0:27
vaibhavData1-Aug-13 0:27 
AnswerRe: send SOAP message using web service Pin
Richard Andrew x641-Aug-13 11:14
professionalRichard Andrew x641-Aug-13 11:14 
GeneralRe: send SOAP message using web service Pin
vaibhavData1-Aug-13 19:05
vaibhavData1-Aug-13 19:05 
QuestionMemory management Pin
sureshdob1-Aug-13 0:11
sureshdob1-Aug-13 0:11 
AnswerRe: Memory management Pin
Eddy Vluggen1-Aug-13 1:05
professionalEddy Vluggen1-Aug-13 1:05 
QuestionGradient arc Pin
FaraonKture31-Jul-13 21:30
FaraonKture31-Jul-13 21:30 
AnswerRe: Gradient arc Pin
Pete O'Hanlon31-Jul-13 22:22
mvePete O'Hanlon31-Jul-13 22:22 
AnswerRe: Gradient arc Pin
Abhinav S31-Jul-13 22:35
Abhinav S31-Jul-13 22:35 
QuestionWMI with service application Pin
Andre O Rahming31-Jul-13 12:37
Andre O Rahming31-Jul-13 12:37 
AnswerRe: WMI with service application Pin
Garth J Lancaster31-Jul-13 14:24
professionalGarth J Lancaster31-Jul-13 14:24 
AnswerRe: WMI with service application Pin
Abhinav S31-Jul-13 19:47
Abhinav S31-Jul-13 19:47 
AnswerRe: WMI with service application Pin
Bernhard Hiller31-Jul-13 21:05
Bernhard Hiller31-Jul-13 21:05 
QuestionHow to get window z order using GetTopMostWindow api Pin
bunge-bunge31-Jul-13 7:49
bunge-bunge31-Jul-13 7:49 
AnswerRe: How to get window z order using GetTopMostWindow api Pin
Eddy Vluggen31-Jul-13 8:49
professionalEddy Vluggen31-Jul-13 8:49 
QuestionWhat do you think this is about? Pin
Jasmine250131-Jul-13 7:22
Jasmine250131-Jul-13 7:22 
AnswerRe: What do you think this is about? Pin
Eddy Vluggen31-Jul-13 8:46
professionalEddy Vluggen31-Jul-13 8:46 
Jasmine2501 wrote:
So, that's basically an ArrayList
Basically, yes. The author should be complimented for writing a specific collection-class, as opposed to using generics throughout the app for each collection. It makes changes easier, as one can easily change the collection-class, without having to check each method that uses the collection.

Jasmine2501 wrote:
that defines a useless enum?
I'm not sure whether it's "useless"; it's merely defined in the collection-class, implying that it's used there, or in conjunction with that class. If it's not used (place the cursor there an hit F12 to find all references) than it'd be better to remove it.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

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.