Mirjam's blog lists some uses of SPContext. Here are a few I grabbed from his post: SPList currentList = SPContext.Current.List; SPWeb currentSite = SPContext.Current.Web; SPSite currentSiteCollection = SPContext.Current.Site; SPWebApplication currentWebApplication = SPContext.Current.Site.WebApplication;...