SharePoint 2010 Development with Visual Studio

前端 未结 2 1644
死守一世寂寞
死守一世寂寞 2021-01-03 12:48

My company has SharePoint server farm setup and run on internet and local. Now we have to develop some application on it. How can we do that from VS2010 on PC/Laptop (which

2条回答
  •  误落风尘
    2021-01-03 13:34

    You can develop SharePoint applications without SP installed but will be limited to using the REST Api, ClientContext API or an external connector like Camelot .NET Connector for SharePoint from Bendsoft.

    Generally SharePoint developers work in a virtual environment with SharePoint foundation installed creating their deployment packages locally.

    Here is a good starting point if you want to set a virtual environment up for development. http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx

提交回复
热议问题