Difference between Interface and Abstract Class is favourite question of interviewer while he wants to evaluate your knowledge about Object Oriented Programming. When we consider .NET, there are some more stuff we can include in the answer of question. .NET has introduced some more features which creates some similarities and differences between the two building blocks of OOPs like .NET introduced Automatic Properties, Extension Methods, etc.
For basic Interview Questions of MVC refer my first post of MVC Interview Questions.
1. Can you describe ASP.NET MVC Request Life Cycle?
Ans. There are two answers for the question. Short Answer: Following are the steps that are executed in ASP.NET MVC Request Life Cycle.
I. Receive request, look up Route object in RouteTable collection and create RouteData object.
II. Create RequestContext instance.
III. Create MvcHandler and pass RequestContext to handler.
IV. Identify IControllerFactory from …
1. What is main focus in Microsoft’s Latest ASP.NET 4.0?
Ans. The focus of Microsoft’s latest ASP.NET 4.0 has mainly been on improving the performance and Search-engine Optimization (SEO).
2. What are the improvements Microsoft has done in AJAX Library for ASP.NET 4.0?
Ans. Following are some major improvements in the AJAX Library in ASP.NET 4.0. Script Loader: The new script loader control enable developers to load all the required scripts only once, thereby …
1. What is Cloud Computing?
Ans. Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility(like the electricity grid) over a network (typically the Internet). (from Wikipedia)
2. What is Cloud in Cloud Computing?
Ans. A cloud is a combination of hardware, networks, storage, services, and interfaces that helps in delivering computing as …