March 2014
Can we implement interface with same method name?
.
Interface is similar to a class, and we implement interface by defining their method in class. Suppose we have same method in more than one interface. In this case there will be a question for interview. Q. Can we implement interface with same method name?Ans. Yes by using explicit interface implementation. Lets see below…
What is safe control in SharePoint 2010?
.
In SharePoint Environment a developer can add ASPX file very easily. An ASPX file contains code which may affect the SharePoint environment. In simple words, there might be a security risk of security injection. In this blog, we will see what is a safe control in SharePoint. To reduce the risk, SharePoint differentiates the assembly…
