March 2015
Interface explained in easy steps
.
Interface is similar to a class but with only declaration and no definition. Below are few code to explain interface in easy steps. Interface member can not have definition. They have only declaration. interface ITest{void Method();} All members in interface…
How to work with Event Handler step by step in Share Point?
.
How to work with Event Handler step by step in Share Point? Even handler is executed when some operation occurs in SharePoint site.Suppose you want to add event handler when an item will be added, or item will be deleted…
