C# Interview Questions and Answers 1. What are the types of comment in C#? There are 3 types of comments in C#. Single line (//) Multi (/* */) Page/XML Comments (///). 2. What are the namespaces used in C#.NET? Namespace is a logical grouping of class. using System; using System.Collections.Generic; using System.Windows.Forms; 3. Can multiple …
Category: Interview Questions
Permanent link to this article: http://zappmania.in/2013/04/18/c-interview-questions-and-answers.htm
Mar 29
Interview Question and Answer ASP.Net
Interview Question and Answer ASP.Net Some most common interview question asked for experience person in an interview are given below: Q – Difference between stored procedure and function? Ans. 1) Procedure can return zero or n values whereas function can return one value which is mandatory. 2) Procedures can have input, output parameters for it whereas …
Permanent link to this article: http://zappmania.in/2013/03/29/interview-question-and-answer-asp-net.htm
Mar 23
Frequently Asked Questions (FAQs) on Silverlight Technology
Contents What is Microsoft Silverlight? Why use Silverlight? Which platforms does Silverlight support? Which browsers does Silverlight support? What are the system requirements for Silverlight? What is Moonlight? What are the goals of Moonlight? Is Silverlight free? What is the difference between Silverlight 1.0 and 2? What is the Silverlight plug-in? What is Silverlight Runtime? …
Permanent link to this article: http://zappmania.in/2013/03/23/frequently-asked-questions-faqs-on-silverlight-technology-2.htm
Mar 20
Basic Interview Questions: Project Management Part -5
Q8. What is a project baselines ? Ans. Project baselines define a logical closure of any deliverable or cycle.Example you have completed the requirement phase with sign off from the client on the requirement document.So you put a baseline and say that further any changes to this document is a change request. Creating Versions of …
Permanent link to this article: http://zappmania.in/2013/03/20/basic-interview-questions-project-management-part-5.htm
Mar 20
Basic Interview Questions: Project Management Part -4
Basic Interview Questions: Project Management Part -4 Q8. Explain Different Software Development Life Cycles Ans. SDLC (System Development Life Cycle) is overall process of developing information systems through multistep process systems from investigation of initial requirements through analysis, design, implementation and maintenance. Now a days Systems have become complex, huge team members are involved, architects, analyst, programmers, testers, users etc. …
Permanent link to this article: http://zappmania.in/2013/03/20/different-software-development-life-cycles.htm