I am from an asp.net background and I am using the Visual Studio & TFS to build the web applications. Now I want to start a new SharePoint project, so what are the required development tools if I need to write some code to extend SharePoint or develop web parts? Best Regards
|
in addition to answer of Sean: You can download add on for visual studio "CKSDev" which is very useful tool in the development process. This will allow you to publish DLLs and resources without compiling and installing package every time you do a change in the code or/and aspx/ascx files. If not standard templates of VS are all you need to start development. Here is some tools list useful when develop under SharePoint:
Hope it helps, Andrew |
|||
|
|
|
Visual Studio 2010 and 2012 both come with built-in project templates for SharePoint development and it's all written in .Net so as far as your IDE goes that's all you really need. You will however need the SharePoint DLLs which you could copy across from a SharePoint server, or you can install SharePoint locally. For instructions on how to do this on windows 7, see this article: http://blogs.msdn.com/b/johnwpowell/archive/2009/11/24/how-to-install-sharepoint-2010-on-windows-7.aspx (this article also links on to the full MSDN post, which contains all the instructions in detail if you're stuck) |
|||
|
|