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…
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…
