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

.NET (Core and Framework)

 
AnswerRe: How to get F# IDE? [modified] Pin
DaveyM6914-Apr-11 9:36
professionalDaveyM6914-Apr-11 9:36 
AnswerRe: How to get F# IDE? Pin
Richard MacCutchan14-Apr-11 22:30
mveRichard MacCutchan14-Apr-11 22:30 
QuestionGenerics instead of parameters? Pin
Sander Rossel13-Apr-11 7:55
professionalSander Rossel13-Apr-11 7:55 
AnswerRe: Generics instead of parameters? Pin
jschell13-Apr-11 8:39
jschell13-Apr-11 8:39 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel13-Apr-11 11:51
professionalSander Rossel13-Apr-11 11:51 
AnswerRe: Generics instead of parameters? Pin
dasblinkenlight13-Apr-11 11:56
dasblinkenlight13-Apr-11 11:56 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel13-Apr-11 19:50
professionalSander Rossel13-Apr-11 19:50 
GeneralRe: Generics instead of parameters? Pin
dasblinkenlight14-Apr-11 5:40
dasblinkenlight14-Apr-11 5:40 
Silently ignoring a call that passes an incompatible type is not a good idea. In 100 cases out of 100, calls like this indicate that the caller has made a typo: he couldn't have possibly added the item that he is trying to remove, so it's a logical error. As the result, whatever he meant to remove does not get removed, and it all happens silently. The piece of code that finds the item that has been left behind may be far away from the code containing the actual error. That's why I'd prefer a generic: it catches the typos at compile time, preventing potentially costly debugging sessions virtually for free.
GeneralRe: Generics instead of parameters? Pin
jschell14-Apr-11 9:09
jschell14-Apr-11 9:09 
AnswerRe: Generics instead of parameters? Pin
MicroVirus14-Apr-11 1:42
MicroVirus14-Apr-11 1:42 
AnswerRe: Generics instead of parameters? Pin
Prasanta_Prince16-Apr-11 4:37
Prasanta_Prince16-Apr-11 4:37 
AnswerRe: Generics instead of parameters? Pin
ToddHileHoffer20-Apr-11 10:47
ToddHileHoffer20-Apr-11 10:47 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel20-Apr-11 10:51
professionalSander Rossel20-Apr-11 10:51 
AnswerRe: Generics instead of parameters? Pin
David Farrow29-Apr-11 5:26
David Farrow29-Apr-11 5:26 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel29-Apr-11 7:45
professionalSander Rossel29-Apr-11 7:45 
GeneralRe: Generics instead of parameters? Pin
David Farrow29-Apr-11 8:20
David Farrow29-Apr-11 8:20 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel29-Apr-11 9:05
professionalSander Rossel29-Apr-11 9:05 
QuestionData security: Encryption? Hashing? Which method? Pin
Gregory Gadow13-Apr-11 4:14
Gregory Gadow13-Apr-11 4:14 
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
Not Active13-Apr-11 5:00
mentorNot Active13-Apr-11 5:00 
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
#realJSOP13-Apr-11 5:03
mve#realJSOP13-Apr-11 5:03 
GeneralRe: Data security: Encryption? Hashing? Which method? Pin
Pete O'Hanlon15-Apr-11 9:20
mvePete O'Hanlon15-Apr-11 9:20 
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
Prasanta_Prince16-Apr-11 4:46
Prasanta_Prince16-Apr-11 4:46 
QuestionLatest Third party .Net Tools and Architecture [modified] Pin
Prasanta_Prince13-Apr-11 3:36
Prasanta_Prince13-Apr-11 3:36 
AnswerRe: Latest Third party .Net Tools and Architecture Pin
Not Active13-Apr-11 4:01
mentorNot Active13-Apr-11 4:01 
AnswerRe: Latest Third party .Net Tools and Architecture Pin
Simon_Whale13-Apr-11 4:20
Simon_Whale13-Apr-11 4:20 

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.