22 Answers
New Answer22 Answers
New AnswerExplain the advantage and disadvantage of using Linq functions instead of loops / conditions.
How do you create a DLL library package that contains functions usable by other programs.
What is the difference between an abstract class and an interface? When would you use a struct, or an enum, instead of a class?
What are the advantages and disadvantages of Entity Framework vs store procedures and what situations would you use one over the other?
Your question generated more questions, but still these questions are actually answers to your question :D
If you are using threads, what do you choose between System.collections.Generic and System.Collections.Concurent ? And why?
Why do we need Dependency Injection in our solution and why we should never build a monolith ?
What is yield keyword and why is good to use it. Have you ever used out, ref, lock ? There are a lot of questions to ask, I will stop here :D
Thanks to all, your questions are useful for anyone who is planning to improve on C# programming.
Cheng Vang this is not somehing you will be asked, you will just be asked if you know templates... public static void SecondAdd(this List<T> myList) where T : object
Catalin Popinciuc not sure about that 🤔. Generic is another question for sure but is common in most programing languages.
Catalin Popinciuc hey, i thought we can drop down any quedtions related to c#.:D Anyway, hopfully this one is better than the last one. what is the difference between public, internal, protected and private and when do you use them?
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message