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();
Net Developer Computer Programmer Interview Questions
7,074 net developer computer programmer interview questions shared by candidates
A string qas given and i have to check the number char Basic questions from .Net and Angular
OOPS, C#.NET, ASP.NET, MVC concepts, SQL
1- About Rate yourself in C#, JavaScript, Angular JS, SQL SERVER 2- Difference between Static & Singleton Class. 3- Write a Prime No Program. 4- What is Hoisting in Javascript.
Basic to Standard Questions, related to applied domain, personal introduction and hobbies.
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
Delegates and Events How you will protect class from inheriting Generics Singleton Pattern CORS Liskov Principle Content Negotiation in Web-API Azure Ci/Cd
Project Architecture
Viewing 7041 - 7050 interview questions