ˇ@

Home 

c# Programming Glossary: interview

Is there a C# generic constraint for “real number” types? [duplicate]

http://stackoverflow.com/questions/1348594/is-there-a-c-sharp-generic-constraint-for-real-number-types

This is basically what Hejlsberg was referring to in this interview where the issue is discussed. Personally I would still like..

C# Potential Interview Question?¦Too hard? [closed]

http://stackoverflow.com/questions/154112/c-sharp-potential-interview-questiontoo-hard

on the web I like it and I think I'm going to use it as an interview question...Opinions EDIT I wouldn't judge a candidate on getting.. improve this question I really wouldn't use this as an interview question. I know the answer and the reasoning behind it but..

Why is “null” present in C# and java?

http://stackoverflow.com/questions/178026/why-is-null-present-in-c-sharp-and-java

C# father just spoke about that point in his Computerworld interview For example in the type system we do not have separation between..

Static Method of a Static Class vs. Static Method of a Non-Static Class ( C# )

http://stackoverflow.com/questions/2267371/static-method-of-a-static-class-vs-static-method-of-a-non-static-class-c-shar

Non Static Class C# I was asked the above question in an interview. Could you please explain the differences performance memory..

C# overloading resolution?

http://stackoverflow.com/questions/2933674/c-sharp-overloading-resolution

overloading resolution From the article Anders Hejsberg interview the way we do overload resolution in C# is different from any..

What are major differences between C# and Java?

http://stackoverflow.com/questions/295224/what-are-major-differences-between-c-sharp-and-java

care about it. I've been asked this question on my job interview and I thought it might be useful to learn a bit more. These..

C# generic constraint for only integers

http://stackoverflow.com/questions/32664/c-sharp-generic-constraint-for-only-integers

the reasons for not implementing the feature in an interview with Bruce Eckel. I have to admit though that I don't know how.. arithmetic operations to some other generic class read the interview . How does this help IMHO not much. share improve this answer..

How do Tasks in the Task Parallel Library affect ActivityID?

http://stackoverflow.com/questions/4340948/how-do-tasks-in-the-task-parallel-library-affect-activityid

that tasks can share threads concurrently was based on an interview I heard about c# 5.0 on DotNetRocks sorry I can't remember which..

Learning .NET [closed]

http://stackoverflow.com/questions/49809/learning-net

goes well and I get employed by the company I am about to interview with I will probably need to learn .NET and C# I already know..

Why does the lock object have to be static?

http://stackoverflow.com/questions/5053172/why-does-the-lock-object-have-to-be-static

be rather defining my locker like this Sorry I have an interview next week and need to know every detail private readonly object..

Can I “multiply” a string (in C#)?

http://stackoverflow.com/questions/532892/can-i-multiply-a-string-in-c

How do generics get compiled by the JIT compiler?

http://stackoverflow.com/questions/5342345/how-do-generics-get-compiled-by-the-jit-compiler

How do generics get compiled by the JIT compiler From the interview Anders Hejlsberg ... In the CLR Common Language Runtime when..

Best way to query a data dictionary in sql [closed]

http://stackoverflow.com/questions/7340422/best-way-to-query-a-data-dictionary-in-sql

the point. Straight from The Daily WTF It was my second interview and it opened pretty conversationally. We're thinking of storing.. of storing table names and columns in the database the interview said it's an idea floating around. I replied Instead of creating..

C# driver development?

http://stackoverflow.com/questions/75886/c-sharp-driver-development

to lift some device drivers into user mode you can see an interview here with Peter Wieland of the UDMF User Mode Driver Framework..

In C# will the Finally block be executed in a try, catch, finally if an unhandled exception is thrown? [duplicate]

http://stackoverflow.com/questions/833946/in-c-sharp-will-the-finally-block-be-executed-in-a-try-catch-finally-if-an-unh

if an unhandled exception is thrown duplicate Another interview question which was expecting a true false answer and I wasn't.. regions exist for writing highly reliable code. For interview purposes I expect the answer to this question to be false I..

How to drive C#, C++ or Java compiler to compute 1+2+3+…+1000?

http://stackoverflow.com/questions/8763497/how-to-drive-c-c-or-java-compiler-to-compute-123-1000

Java compiler to compute 1 2 3 &hellip 1000 In a recent interview I was asked a really strange question. The interviewer asked.. interview I was asked a really strange question. The interviewer asked me how can I compute 1 2 3 ... 1000 just using compiler..