views:

47

answers:

3

I recently started working on my first SharePoint (2007) project (C#), so I was wondering if anyone can point me to some good resources that will get me up and running with SharePoint programming basics quickly. I'd like to have a deeper understanding of the various terms I'm hearing such as Features, Lists, wsp, etc.

+1  A: 

You should check out this question:

http://stackoverflow.com/questions/2068792/restaurant-review-site-in-sharepoint/2069143#2069143

LeguRi
+1  A: 

One of the best resources is Ted Pattison's Inside Windows SharePoint Services 3.0. Great resource, especially if you are okay with purchasing a book.

John Ptacek
Thanks. So, what's the difference between SharePoint Services 3.0 and SharePoint Server 2007?
Prabhu
WSS is the free version that you get with licensed version of Windows various Server OSes. SP Server 2007 is the more advanced version that consists of BDC, improved search, Excel Services, etc. From the programming standpoint, the majority of what you are concerned with for document libraries, list items, features, etc is in the standard WSS.
John Ptacek