.NET Data structures Frontend knowledge Cloud expertise Lead engagement
Programmer Analyst Net Developer Interview Questions
8,169 programmer analyst net developer interview questions shared by candidates
Project Architecture
Design Patterns
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();
how to you write unit test for your current project ?
Questions on projects, python , sql
Oops, DI, Delegates, Extension Methods, Middleware, Generics, LINQ, SQL basic questions
Difference between monolithic architecture and microservices. Difference between using a try-catch block with catch (Exception ex) { throw; } and not having a catch block. Difference between clustered and non-clustered index. What is a garbage collector? What is middleware? What is Entity Framework? Difference between inner join and outer join.
how to use singleton class to deal with multi-thread and concurrency in .NET?
Explain software development life cycle
Viewing 8111 - 8120 interview questions