0

I have been asked to create a sandboxed SharePoint application/site; multiple developers will be working on this. All the team members are .Net developers. Which is the best/maintainable/professional approach?

Approach 1 - Create pages, lists, workflows etc. in SharePoint and SharePoint designer. Then export the wsp file and import it into visual studio. e.g. do most of the work in the SharePoint ui.

Approach 2 - Build it up using visual studio e.g. modules, elements, feature receivers.

4

1 回答 1

1

It really depends on how much you want to do with the sharepoint application.

Sharepoint Designer has slightly more functionality than the SPS web admin interface, and this connects directly to your SPS instance.

VS will give you far more flixibility but requires greater programming knowledge and (if memory serves me) you will require an instance of SPS installed on your development machine.

于 2012-11-22T13:34:45.590 回答