Static .NET Assembly methods vs non static...
On the bottom of the page 248 in Chapter 7, you refer to removing the static keyword from the CreateProduct method...
Why are you removing the static keyword? How will this affect the logic from the SharePoint perspective.
I previously left the static keyword there because I figured it would affect the function of SharePoint.
|