Tag Archives: Events

SQL Server interview questions: – What is architecture of Notification Services?

This is the SQL Server interview questions which more of Database administrator (DBA) oriented. Have a look before going for interview. So one can start answering this question as follows. Detail sections in SQL notification services:- Notification Service application: – … Continue reading

Posted in architecture of Notification Services, Csharp interview questions, programming interview questions, SQL Server, SQL Server interview questions and answers, SQL training | Tagged , , , , , , , , | Leave a comment

.NET interview questions: – State the difference between delegate and an event?

This is one of the important and most asked .NET interview questions. Delegate is basically an abstract strong pointer to a function or method while events are higher level of encapsulation over delegates. Events are used by delegates internally. Main … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, Csharp interview questions, delegate, Events, programming interview questions | Tagged , , , , , , | Leave a comment

.NET Interview Question – How does delegate differ from an event?

.NET Interview Question – How does delegate differ from an event? Delegate is an abstract strong pointer to a function or method while events are higher level of encapsulation over delegates. Events use delegates internally. They differ for the below … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, Csharp interview questions, delegates, Events, programming interview questions | Tagged , , , , , | Leave a comment