Nothing major general questions and some of them were deep
Senior Net Software Engineer Interview Questions
8,170 senior net software engineer interview questions shared by candidates
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
protocol, generics, responder chain, completionhander
Are you using Azure in your project?
Viewing 8071 - 8080 interview questions