Build a list in Sharepoint 2010 and return the list as an object to continue working with UPDATE: I just keep learning new things with Sharepoint all the time… This is not the best way to createa new list, because SPSite and SPWeb are both IDisposable, and unless you explicitly dispose them, or wrap in [...]
Archive for March, 2011
Create List in Sharepoint 2010 Programmatically
Posted in Sharepoint, tagged Sharepoint on March 22, 2011 | 3 Comments »
Remote Debugging Sharepoint 2010 Solutions
Posted in Sharepoint, tagged Debugging, Development, Sharepoint, Visual Studio 2010 on March 17, 2011 | 11 Comments »
Just spent an unreasonable amount of time getting remote debugging working with Sharepoint 2010 Sandbox *AND* Full-Trust solutions. It took quite a bit of work for me to understand and troubleshoot, so thought I would write it down: a. for my own future reference b. so others don’t have to go through the same heartache [...]