what are the advantages of c# over vb.net?
Answer Posted / sdfsf
explicit interface implementation.By prefixing interface name
operator overloading
xml documentation generated from source code files
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need dependency injection in c#?
What is a di class?
Can we overload the main method in c#?
Why dataset is used in c#?
What are the new features in c# 2.0?
Explain use of abstract and sealed classes in c#?
What is a clr (common language runtime)?
What is a Managed Code??
Can abstract classes be final?
What is meant by console programming?
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
What does readonly mean in c#?
Why constructor is used in c#?
Explain manifest & metadata in c#.
Why is xml called extensible?