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...
Dot Net Interview Questions
1,243 dot net interview questions shared by candidates
There was a class containing 3 constructor - 1 static, one default and 1 parametric constructor. Created a default object(sample sm= new sample() ) of the class in main function and then one parametrised object. Options were to check which order of construction call is correct.
basic of oops ,SQL,asp.net
Define crystal report and its version uses for the .net
One of the questions they asked me was about SQL joins — specifically, the difference between Inner Join, Left Join, and Right Join.
Name the methods of passing arguments in a method.
Inner joints and class
I do not remember the exact questions but they were basic English grammar related fill in the blanks.
describe the oop concepts and inheritance
The usual technical and behavioral type of questions. c#, OOPS, Sql query , SOLID, Design Pattern, some architectural questions.
Viewing 91 - 100 interview questions