From there, interviewers usually dive into: • The architecture you worked on (.NET Core, MVC, Web API, Microservices). • Your specific contributions (not just team effort). • How you handled challenges (debugging, performance optimization, database queries, exception handling, etc.).
Net Developer Interview Questions
8,164 net developer interview questions shared by candidates
Parallel programming and synchronization primitives
const vs readonly
find an error with a method with array loop and lambda
How to load thousands contacts on scroll bar reaches end of the page.
What will be printed to the Console at the end of this code? int global = 0; Thread t1 = new Thread(() => { int local = 0; while(global < 3) { local += 1; global += 1; } Console.WriteLine(local); }); Thread t2 = new Thread(() => { global += 1; }); t1.Start(); t2.Start();
what is repository pattern
.NET Data structures Frontend knowledge Cloud expertise Lead engagement
Explain an example of polymorphism
How can we make Ajax call ?
Viewing 8051 - 8060 interview questions