There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
2025An abstract class is inherited, an Interface also inherited(multiple inheritance), How it differences.
6 10233
Why are mutable structs evil?
Why is main static in c#?
What is .net c#?
Explain the difference between a Private Assembly and a Shared Assembly
What is delegation in oops?
What is the .net datatype that allows the retrieval of data by a unique key?
Why do we use partial class in c#?
Which program construct must return a value?
What is yield c#?
Why do we need delegates in c#?
Name some string escape sequences in c#.
What are circular references? How garbage collection deals with circular references.
Why dependency injection is used in c#?
What is lazy in c#?
Structs are largely redundant in c++. Why does c# have them?