Super Funda of OOPs in C# - Part 1

C# Language is an Object Oriented Programming model language from Microsoft which is evolving with day by day. It is a leading programming language in Microsoft stacks. As per the standard guidelines of this language, it behaves in following manner while making a type(class) ready to work - (1) Default initialization:(2) Default inheritance and (3) Default constructor [More]

ToDo before going for interview

Whenever a software expert get interview call to demonstrate his technical skills or expertise, he goes through a mind making phase to crack the interview. The applied position could be anything from software programmer to technical lead. Architect level interviews are quite different and involves higher level of management too. [More]

Interview Questions based on practical understanding

It is a general practice to ask practical oriented questions that help interviewer to understand the ability of candidates. These practical oriented questions can be answered easily on the base of experience.
Can we create a View on a table which is not exist in database ? (in MS SQL)
When will you use View and when Stored Procedure?
Can we disclose only 10 WCF functions out of 15 to a particular customer or user ? (in WCF)
Suppose we want to charge customer based on no of calls made to our WCF function, so is it possible to do so in WCF? [More]

HCL Interview questions on WCF

These questions are from a walk-in of HCL Noida. (1) For what purpose WCF is used in your current project? (2) What is binding in WCF? (3) How many bindings are there? Have you ever used netMsmqBinding or netNamedPipeBinding? (4) If my hosted service is chargeable and I want to track the record that who has called/ accessed my service how many time, how can I do it? (5) I want to restrict the concurrent access of my service to limited users, how can I do that? Where this setting is done? (6) How session management is done in WCF? (7) How WCF service is secured? [More]