views:

106

answers:

2

i have installed SharePoint 2007 and VS2008 extension on my computer.i have created a site but i don't find source code for solution file.how i development for my SharePoint site on visual studio?

A: 

Try the following link, it's a beginners guide of how to develop for SharePoint using VS2008:

Beginning SharePoint Web Part Development

This article should cover all you need to get along. Good luck! :)

Marcus
+4  A: 

Marcus' article is a good one. However I cannot recommend using Visual Studio Extensions for WSS (VSeWSS) due to the bugs and problems involved.

A good alternative is WSPBuilder. This community project integrates into Visual Studio makes it simple and easy to see exactly what you are doing and gives you control over how your code is deployed into SharePoint.

Also see the Getting started developing for SharePoint question for links to more resources to help get you started. I strongly recommend getting a good grounding in how SharePoint works first. It takes more effort initially but will save you a lot of time and confusion later. A good book to start with is Inside Windows SharePoint Services 3.0.

Alex Angas