related to .NET MVC like partial view, custom error page, teampdata, session,filters etc.
Net Developer Interview Questions
8,179 net developer interview questions shared by candidates
Mvc, web api, Dotnetcore, Database
What is the difference between a union and a union all?
Oops, DI, Delegates, Extension Methods, Middleware, Generics, LINQ, SQL basic questions
Do reverse string in c#.
Questions on projects, python , sql
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();
3 rounds (TR + MR ) Opps and c# details in depth. SOLID principles Angular observables .NET Core
Technical questions including CLR and .net memory management.
Explain your current project as you would explain it to your parents / school kid or a non technical person
Viewing 8081 - 8090 interview questions