What is the difference between a private and internal class?
Lead Net Developer Interview Questions
8,174 lead net developer interview questions shared by candidates
What is the file that contains the data in a EF migration?
What is static class and singleton
Write a program for getting duplicate letters in a string
What is primary key and foreign key
multilevel inheritance and constructor class Program { class a { public a() { Console.WriteLine("a"); } public virtual void getname() { Console.WriteLine("pooja"); } } class b:a { public b() { Console.WriteLine("b"); } public override void getname() { Console.WriteLine("sanjay"); } } class c : b { public c() { Console.WriteLine("c"); } public override void getname() { Console.WriteLine("aps"); } } class d : c { public d() { Console.WriteLine("d"); } public new void getname() { Console.WriteLine("isgreat"); } } public static class Test { public static void Main() { a dd = new d(); dd.getname(); Console.ReadLine(); } } } tricky questions on above program memory allocation try catch benefits of using keyword angular module,observals,interceptors accessing values from one cmponent in other sql- executescaler,sql,index very deep question
They asked about the SQL server and the project created in Java.
Difference between a microservice architecture and a modular monolith
About DB connection and related stuff.
you can crack it, very easy. just search top 100 questions for. Net
Viewing 4141 - 4150 interview questions