
Questions every good .NET developer should be able to answer?
Q: Why are these questions so crud-oriented? A: Because the title of this thread is "questions every good .NET developer should know". Every .NET developer begins their career writing …
C# coding interview preparation - Stack Overflow
Sep 10, 2010 · Expect to be asked concrete questions that test your knowledge of C# and .NET in general, and your ability to write safe, correct code, in specific. This means things like …
ReverseString, a C# interview-question - Stack Overflow
I had an interview question that asked me for my 'feedback' on a piece of code a junior programmer wrote. They hinted there may be a problem and said it will be used heavily on …
good C# interview questions book - Stack Overflow
Nov 3, 2011 · You'll note that I said "C++", not "C#". The language hardly matters; any of the coding questions in a basic C or C++ text can be easily adapted to pretty much any language. …
C# interview questions approaches in entity Framework?
Mar 20, 2018 · In my recent interview, my interviewer we asked about approaches in entity Framework I told them code first and table first. Is there any approaches pending.
c# - Interview question: remove duplicates from an unsorted …
May 26, 2017 · I'm reading Cracking the Coding Interview, Fourth Edition: 150 Programming Interview Questions and Solutions and I'm trying to solve the following question: 2.1 Write …
c# - What is the difference between task and thread? - Stack …
Nov 9, 2010 · In C# 4.0, we have Task in the System.Threading.Tasks namespace. What is the true difference between Thread and Task. I did some sample program (help taken from …
Simple VB or C# questions for an interview? - Stack Overflow
Nov 13, 2009 · Closed 12 years ago. I'm conducting an interview in 45 min (my second ever!) for a candidate who's pretty junior and states she knows VB and C#. I do not have any …
c# - How to explain delegate in an Interview - Stack Overflow
Mar 2, 2011 · Explain the uses of the delegate keyword in C# as well as the various courtesies accorded to the programmer by the compiler Discuss their relationship with threading, events, …
Newest 'c#' Questions - Stack Overflow
4 days ago · c# is a multi-paradigm programming language including object-oriented programming, functional programming, and imperative programming created by Microsoft in …