Lets Refresh Fundamentals : Here are Top Basic Interview Questions for OOPs 1) What is Object Oriented Programming? 2) What is an Object? 3) What is a class? 4) Explain the basic features of OOPs ? 5) Explain the features of an Interface
Category: Interview Questions
Permanent link to this article: http://zappmania.in/2016/04/15/oops-top-interview-questions.htm
Jun 12
Basic C# Interview Questions and Answers
Basic C# Interview Questions and Answers Below is the list of 125 basic C# interview questions with their answers. These C# interview questions and answers are very simple and straight-forward which cover the basic concepts of C# mostly related to object oriented concepts. So if you are preparing for C# interview, I will suggest you …
Permanent link to this article: http://zappmania.in/2014/06/12/basic-c-interview-questions-answers.htm
May 08
7 Pillars of ASP.NET – Interview Question
7 Pillars of ASP.NET – Interview Question If you are preparing for ASP.NET interview, must be ready for basic ASP.NET interview question “What are the Pillars of ASP.NET?” Pillars of ASP.NET means the fundamentals of ASP.NET like .NET Framework, CLS, CTS, MSIL, JIT, Object Oriented Concepts, Assemblies, DLLs, XCopy Deployment etc. I have listed down …
Permanent link to this article: http://zappmania.in/2014/05/08/7-pillars-asp-net-interview-question.htm
Apr 28
Sharepoint Interview Question and Answer
Sharepoint Interview Question and Answer Q. What are WebParts? Ans. Web Parts are self-contained packages of user interface that can be dropped onto a SharePoint Web Part page to provide discrete set of functionality to the users. They can simply be described as re-usable Code units. Q. What are Features? Ans. Features represent a set …
Permanent link to this article: http://zappmania.in/2014/04/28/sharepoint-interview-question-answer.htm
Dec 16
MVVM Interview Questions and Answers Part -2
MVVM Interview Questions and Answers Part -2 Differentiate between MVVM, MVP and MVC? The difference is in way how data from model layer ends up in the view instances. In classical MVC (and also in Model2 MVC) view is active structure. It requests information from model layer. Controller only changes the state of model layer …
Permanent link to this article: http://zappmania.in/2013/12/16/mvvm-interview-questions-answers-part-2.htm