About 23,600 results
Open links in new tab
  1. Newest 'c#' Questions - Stack Overflow

    2 days ago · c# is a multi-paradigm programming language including object-oriented programming, functional programming, and imperative programming created by Microsoft in conjunction with .NET.

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

  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. Simple VB or C# questions for an interview? - Stack Overflow

    Nov 13, 2009 · Closed 13 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 …

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

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

  7. good C# interview questions book - Stack Overflow

    Nov 3, 2011 · We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can …

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