What is the Common Language Runtime (CLR)?
Net Developer Interview Questions
7,075 net developer interview questions shared by candidates
Select * from [table_name] where [condtion]. State the order of execution of the statement.
Oops concepts and c# questions
what is a static keyword, constructor related asked
Why are yo applying for this job?
They asked about previous experience but I was a fresher.
Q: Explain the basic OOPs concepts.
Principles of OOP
1.Ttell me about yourself and your responsibility in current organisation OOPs: 2. What is the polymorphism and how many type of polymorphism? Give some scenario based code to find function overloading method and function overriding method public void Test (int a, intb) public int Test (int a, intb, stringc) ----------------------------------------- public void Test1 (int a, intb) public string Test (int a, intb, stringc) ------------------------------------------ public void Test (int a, intb) public void Test (int a, intb, stringc) 3. What is multiple inheritance and multilevel inheritance? 4. Boxing and unboxing in C# 5. write code to count occurrence of character in given string 6. What is the difference between throw and throw e;? What is the difference in below codes: catch ( exception e){throw e;} catch(exception e){throw;} 7. MVC 8. Explain the MVC Life cycle. 9. What is routing and how its work? 10. Difference between traditional routing and attribute routing 11. How many type of return type in mvs? 12. Is API return with same return type? 13. Difference between tempdata and viewdata 14. Difference between viewdata and viewbag 15. Have you used Dependency injection in your project? Default Dependency injection or modified DI 16. Have you used the authentication in your project? 17. What are you using for databases in mvc Entityfreamwork or db...
Viewing 661 - 670 interview questions