Tell about oops concept? Diffrence between java and c sharp?
Junior Net Developer Interview Questions
3,377 junior net developer interview questions shared by candidates
tell me about yourself ,questions from project which is mentioned in resume, oops - polymorphism, type of polymorphism , out vs ref, what is abstract class and interface , virtual vs new keyword , dependency injection, Addsingleton vs Addscoped vs Addtransient , primary key vs unique key, composite key, function vs store procedure, what is filters in mvc, async and await , some senerio based questions on oops , http, view in sql, how to update database in entity framework, how to create custom filters, what is action filters, jwt token, what is routing, how to set default routing without using route attributes,viewBag vs viewData vs Tempdata, what is collection , generic collection vs non generic collection , hastable vs dictionary ,
.NET assemblies. No more questions as interview was closed in between.
write pseudo code in whiteboard to create triangles
What is the difference between a union and a union all?
3 rounds (TR + MR ) Opps and c# details in depth. SOLID principles Angular observables .NET Core
Experience in working with .NET
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();
dfference between abstract and interface difference
Basic to Standard Questions, related to applied domain, personal introduction and hobbies.
Viewing 3301 - 3310 interview questions