Press "Enter" to skip to content

Posts published in July 2019

WCF study notes

Windows Communication Foundation (WCF) is the framework for building service-oriented applications. With WCF, data can be sent from one service endpoint to another as an asynchronous message. A service endpoint can be part of a continuously available…

.net interview Questions – Part -1

 Can the interface inherit the interface? Can an abstract class implement an interface? Can an abstract class inherit an entity class? A: Interfaces can inherit interfaces. Abstract classes can implement interfaces. Abstract classes can inherit entity classes,…