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...
Net Software Engineer Interview Questions
7,077 net software engineer interview questions shared by candidates
Union vs union all, session temp table vs global, Int to string conversion.unique vs primary index and so on.
What is the difference between == and ===?
Mostly talked about SQL, my experience and attitude to it.
Questions on projects and oops concept little bit sql server no questions on MVC Angular Js Questions where asked also bootstrap
WAP to write a print diagonal of a matrix.
What's your current salary package.
print 1to 100 numbers where if number is multiple of 3 and 5 print THREE FIVE.
Common interview questions like Tell about yourself, Strength & Weakness, etc.
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.
Viewing 671 - 680 interview questions