If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?
2 6688What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?
1 6327
What is args c#?
What is concrete method in c#?
what is a static constructor?
What is the difference between null and string empty in c#?
My switch statement works differently! Why?
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.
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
Explain how is the dll hell problem solved in .net?
What is parameters in c#?
What does char mean in c#?
What do you mean by synchronous and asynchronous operations?
What is the purpose of static?
What is thread in c#?
What is parallel programming in c#?
What is called method in c#?