Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 290533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:00:23+00:00 2026-05-12T06:00:23+00:00

I’m a fairly experienced developer (.NET, C#, XML, Webservices, HTML, Javascript, various databases etc.)

  • 0

I’m a fairly experienced developer (.NET, C#, XML, Webservices, HTML, Javascript, various databases etc.) who have been tasked with a new project in SharePoint. I know nothing about SharePoint.
My question is: What is the best way for an experienced developer to start learning SharePoint 2007. I’m not looking for long lists of books or websites, which I can google myself, or for general advice on learning, but for specific advice from people who has recently learned SharePoint.
This might be advice on the one specific article that I really should read, or what my first learning-project should be, or one trap that almost everyone falls into in the beginning

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T06:00:23+00:00Added an answer on May 12, 2026 at 6:00 am

    Like you I hate to go through 500+ Pages book, How I started was on job training.

    I would suggest you get created with a SharePoint site, from your System admin.

    If you are the one who need to kick start the SharePoint. Then follow the steps and for each of the steps you can find ample number of links using Google

    1. Install SharePoint and Configure it.
    2. Create a Site Collection
    3. Go to the Site and in the Right Corner you will find a Menu called Site Settings
    4. Select that and play around with each and every options out there.
    5. Most of the options can be understood by the Name
    6. If you struck up some where come to SO or Start over again.
    7. Make sure that you always ask the question why this behaves this way & why this implemented this way.
    8. Try creating pages Same Site SEttings Menu has option to create page.
    9. There is some thing called Web Part which is actually a Pluggable component UI/ functionaly which can be customized as per the user needs.
    10. Try using those webparts (Lost of Out of the Box)
    11. Later move in to WebPart development,create your own, deploy it
    12. Start using the Microsoft.SharePoint.dll to access the SharePoint site using you custom code.

    To give you a brief description.

    Microsoft Office SharePoint Server 2007 is an integrated suite of server capabilities that can help improve organizational effectiveness by providing comprehensive content management and enterprise search, accelerating shared business processes, and facilitating information-sharing across boundaries for better business insight. Additionally, this collaboration and content management server provides IT professionals and developers with the platform and tools they need for server administration, application extensibility, and interoperability.

    1. I call it as Application development platform
    2. For anything you wanted to do there will be a option directly / indirectly in SharePoint
    3. Basically it is a Web Application built on top of ASP.NET 2.0
    4. Main entry point to it is an Web Application (Central Administration Site) you get this once you install SharePoint.
    5. This is where you can Create Web Application (Nothing but a Site in the IIS & Content DB)
    6. Yes you read it right Database,SharePoint stores all its content in Database
    7. Web Application is directly not usable (Its like empty DB and Empty IIS site) you need to have some content to be display to the user.
    8. Then Site collection comes, it give content to the User.You need to at least create Site collection under Web Application (Through Central Admin).
    9. While Creating Site Collection you will be provided with a Site Template (Template is nothing but a Blue print sort of thing that will dictate what your site will look like and what it have) there are template For Project Management,Bug Tracking (has options to track Bug, kind of basic infrastructure that will be needed in any Bug Tracking system).
    10. Next level is Sub site, under site collection you can have Site( here too you have an option to select the template), and under that Site you can have another Sub Site so on.
    11. And there is another important thing in SharePoint called List, its a similar to Table in SQL server but not exactly same (because list content are internally stored in SQL Tables), and List contains Fields (Similar to Column in Table). You can use them to store your custom data. While creating the list also you will have Templates (Say for example to Represent a Announcement you have a template, this will have all the fields that are needed to represent annoucement)
    12. And you have a Option to Create your own List Structure as well.
    13. There is a special kind of List in SharePoint called Document Library which can store documents.
    14. One final thing Security, managing Security is out of the Box. You can control who has access to you Site and what they can Access (Only Announcement , only Published documents) and what they can do with the item (Edit/Readonly/Delete) etc.
    15. You can create fine grained permission as you wish.

    Hope So much of Typing helps some one out there :).

    Welcome to THE SHAREPOINT WORLD

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 141k
  • Answers 141k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Found one by the makers of SharpDevelop. May 12, 2026 at 8:02 am
  • Editorial Team
    Editorial Team added an answer When I was programming using DirectX, the near plane /… May 12, 2026 at 8:02 am
  • Editorial Team
    Editorial Team added an answer This may help you, and may be semi-generic enough to… May 12, 2026 at 8:02 am

Related Questions

I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I am currently running into a problem where an element is coming back from
Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string
Configuring TinyMCE to allow for tags, based on a customer requirement. My config is

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.