⟩ Explain Why do we use Option Explicit?
Option Explicit requires that all variable names be defined (with the Dim statement).
Option Explicit requires that all variable names be defined (with the Dim statement).
What is the role of AllowUnsafeUpdates?
What is the role of SPWeb.EnsureUser method?
What is the difference between SPSite and SPWeb object?
What is the role of SPWebApplication object?
How to return SharePoint List items using SharePoint web services?
What is CAML?
Explain impersonation, and when would you use impersonation?
Explain WebPart properties, and what are some of the attributes you see when declaring WebPart properties in code?
Explain ClassResources? How to reference and deploy resources with an ASP.NET 2.0 WebPart?
Explain SharePoint Solution File? How it differ from WebPart .cab files in legacy development? What does SharePoint Solution File contain?