I want to start developing on share point. I already have experience with VS.NET 2005 and VS.NET 2008.
My question is, If I download Sharepoint Services 3.0 to my virtual server 2003 will I be able to start learning to develop in share pint?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, WSS (windows sharepoint services 3.0) can be installed to Windows Server 2003. You should also download the WSS Developer SDK:
http://www.microsoft.com/downloads/details.aspx?familyid=05E0DD12-8394-402B-8936-A07FE8AFAFFD&displaylang=en
Also the VSeWSS tools for VS2008 to deploy to SharePoint would also be useful for a beginner:
http://www.microsoft.com/downloads/details.aspx?FamilyID=b2c0b628-5cab-48c1-8cae-c34c1ccbdc0a&DisplayLang=en
There are more advanced tools like SPVisualDev and WSPBuilder on CodePlex but when the time comes to need them, you’ll know.
-Oisin