Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralOne spoonful Pin
Luc Pattyn2-Oct-09 12:28
sitebuilderLuc Pattyn2-Oct-09 12:28 
GeneralRe: One spoonful Pin
akhanal4-Oct-09 9:38
akhanal4-Oct-09 9:38 
GeneralRe: One spoonful Pin
Luc Pattyn4-Oct-09 9:51
sitebuilderLuc Pattyn4-Oct-09 9:51 
QuestionAre these hard C# interview questions? Really?? [modified] Pin
ewan2-Oct-09 10:09
ewan2-Oct-09 10:09 
AnswerRe: Are these hard C# interview questions? Really?? Pin
Dave Kreskowiak2-Oct-09 10:27
mveDave Kreskowiak2-Oct-09 10:27 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 10:31
ewan2-Oct-09 10:31 
AnswerRe: Are these hard C# interview questions? Really?? Pin
DaveyM692-Oct-09 10:35
professionalDaveyM692-Oct-09 10:35 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 10:51
ewan2-Oct-09 10:51 
Thanks - interesting points.

People have commented at work on if asking about public methods on object is useful. I don't think knowing all 4 (or 5!) is necessary I agree but when to use them is absolutely imperative. If you don't know when to override Equals for example you can't have done much C# - well imho. I might rephrase this going forward.

We ask about the garbage collector precisely because we want them to talk about Finalize vs Dispose and how the dispose pattern is connected to garbage collection (GC.SuppressFinalize etc). We also feel for the types of applications we use which often require a lot of memory analysis to detect memory not being freed it is imperative to know whats going on in the GC.

If you'd have answered my ArrayList like that you'd come straight in for second round!! ArrayList question does indeed go two ways - one is why is List<t> better than ArrayList. Second goes down into the threading route of what can and can't you lock on, alternatives to plain lock etc. It depends on the candidate.

Yeah - I post here very rarely so apologies if this is in the wrong place!
GeneralRe: Are these hard C# interview questions? Really?? Pin
PIEBALDconsult2-Oct-09 13:25
mvePIEBALDconsult2-Oct-09 13:25 
AnswerRe: Are these hard C# interview questions? Really?? Pin
harold aptroot2-Oct-09 11:38
harold aptroot2-Oct-09 11:38 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 12:04
ewan2-Oct-09 12:04 
GeneralRe: Are these hard C# interview questions? Really?? Pin
harold aptroot2-Oct-09 12:31
harold aptroot2-Oct-09 12:31 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 12:41
ewan2-Oct-09 12:41 
GeneralRe: Are these hard C# interview questions? Really?? Pin
harold aptroot2-Oct-09 12:59
harold aptroot2-Oct-09 12:59 
AnswerRe: Are these hard C# interview questions? Really?? Pin
Not Active2-Oct-09 12:48
mentorNot Active2-Oct-09 12:48 
AnswerRe: Are these hard C# interview questions? Really?? Pin
PIEBALDconsult2-Oct-09 13:17
mvePIEBALDconsult2-Oct-09 13:17 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 14:00
ewan2-Oct-09 14:00 
GeneralRe: Are these hard C# interview questions? Really?? Pin
Mycroft Holmes2-Oct-09 15:18
professionalMycroft Holmes2-Oct-09 15:18 
GeneralRe: Are these hard C# interview questions? Really?? Pin
darkelv2-Oct-09 15:36
darkelv2-Oct-09 15:36 
QuestionUsing WCF to implement Named Pipes Pin
AndyASPVB2-Oct-09 10:05
AndyASPVB2-Oct-09 10:05 
RantTreeView Multiple Column Microsoft Control Pin
LimitedAtonement2-Oct-09 9:05
LimitedAtonement2-Oct-09 9:05 
GeneralRe: TreeView Multiple Column Microsoft Control Pin
Dave Kreskowiak2-Oct-09 9:16
mveDave Kreskowiak2-Oct-09 9:16 
GeneralRe: TreeView Multiple Column Microsoft Control Pin
DaveyM692-Oct-09 10:38
professionalDaveyM692-Oct-09 10:38 
GeneralRe: TreeView Multiple Column Microsoft Control Pin
LimitedAtonement5-Oct-09 5:56
LimitedAtonement5-Oct-09 5:56 
GeneralRe: TreeView Multiple Column Microsoft Control Pin
Dave Kreskowiak5-Oct-09 12:55
mveDave Kreskowiak5-Oct-09 12:55 

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.