Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
GeneralRe: ASCII byte array to float Pin
akhanal2-Oct-09 12:09
akhanal2-Oct-09 12:09 
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 
ewan wrote:
What is the base object in C#.NET


I would expect anyone applying to know this - plus the answer is in the question!
ewan wrote:
its public methods and when would you use them


How often do we actually use methods on object? I rarely do as the only use for object nowadays really is where generics are not appropriate, and at the first oportunity before doing anything with it it I unbox it. Not an excuse for not knowing the answer, but makes it a pointless question IMO.
ewan wrote:
What is a delegate? What is the difference between delegate.Invoke and delegate.BeginInvoke?


Fair question
ewan wrote:
Give a two minute overview of how the garbage collector works?


How often do you really need to know this? I don't fully understand it. More important is what is the dispose pattern and when/how should it be implemented.
ewan wrote:
Explain the OO concept of polymorphism and how you can take advantage of it in C#? Why do you think Microsoft didn't make all methods virtual by default?


Fair question(s)
ewan wrote:
Is ArrayList a thread safe collection? If not how would you make it thread safe?


I'd be asking why you're planning on using an ArrayList instead of List<T> and explaining that thread safety or lack of applies to nearly everything in the framework, and then explain the various methods and costs of trying to acheive it.
ewan wrote:
Are these hard C# interview questions? Really??


This may be better placed in the lounge Wink | ;)

Dave

Generic BackgroundWorker - My latest article!
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 10:51
ewan2-Oct-09 10:51 
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 

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.