About 35,100 results
Open links in new tab
  1. 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 crud apps, and …

  2. 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 IDisposable, …

  3. c# - Interview question: remove duplicates from an unsorted linked list ...

    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 code to remove …

  4. 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 large strings. pub...

  5. 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. Sometimes …

  6. 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.

  7. 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 experience in …

  8. c# - What is the difference between task and thread? - Stack Overflow

    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 MSDN) for my …

  9. 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, expression-trees …

  10. Interview Question on .NET Threading - Stack Overflow

    Jan 22, 2010 · Interview Question on .NET Threading Asked 15 years, 10 months ago Modified 15 years, 10 months ago Viewed 14k times