scenario based it was all depends upon who is taking interview
Net Developer Interview Questions
8,170 net developer interview questions shared by candidates
Solid principles, oops concept , linq
Nothing major general questions and some of them were deep
What is application life cycle
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();
Oops, DI, Delegates, Extension Methods, Middleware, Generics, LINQ, SQL basic questions
denormalization and usages?
asked to write code on sorting an array and identify duplicates in array in any language you are comfortable in.
questions were on dependancy property, Commands, triggers, events, binding and API
best characteristics of unit tests, new feature of HTML5, what is bootstrap
Viewing 8071 - 8080 interview questions