find an error with a method with array loop and lambda
Ingeniero De Software Net Interview Questions
7,072 ingeniero de software net interview questions shared by candidates
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
Explain an example of polymorphism
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.
How can we make Ajax call ?
Oops,sql,mvc,entity,jquery
Technical about.Net and POO
What is OOPS and describe 4 pillars of oops
Viewing 7021 - 7030 interview questions