If I want to:

-import data from AD into a list
-modify views in a more advanced way

and things like that.... I guess I need to make some .net programming... how
do I start.. is there a simple interface, good links, ways to go. I have
basic knowledge of VB-programming and will be able to make learn programming
as it is.. I just need a 'hello world' experience...

Thanks in advance...

RE: how to program in SharePoint by NikanderandMargrietBruggeman

NikanderandMargrietBruggeman
Mon Jan 16 03:38:03 CST 2006

Hi,

Take a look at the following microsoft artciel about the development of
basic web part:
http://msdn.microsoft.com/library/en-us/odc_SP2003_ta/html/sharepoint_northwindwebparts.asp

You will also need the web part templates for visual studio .net:
http://www.microsoft.com/downloads/details.aspx?FamilyID=14D5D92F-C3A6-407C-AAD7-B8C41A4991BE&displaylang=en

Kind regards,
Nikander & Margriet Bruggeman
Visit our newsblog at http://www.lcbridge.nl/news

"tuttelut" wrote:

> If I want to:
>
> -import data from AD into a list
> -modify views in a more advanced way
>
> and things like that.... I guess I need to make some .net programming... how
> do I start.. is there a simple interface, good links, ways to go. I have
> basic knowledge of VB-programming and will be able to make learn programming
> as it is.. I just need a 'hello world' experience...
>
> Thanks in advance...

Re: how to program in SharePoint by Dean

Dean
Mon Jan 16 13:46:51 CST 2006

The DataView web part is available in FrontPage 2003 and it provide a great
deal of functionality without any programming at all. You may want to see if
this will meet your needs.

"tuttelut" <tuttelut@discussions.microsoft.com> wrote in message
news:084F9761-F8EB-4312-AB58-2CAE58ABE918@microsoft.com...
> If I want to:
>
> -import data from AD into a list
> -modify views in a more advanced way
>
> and things like that.... I guess I need to make some .net programming...
> how
> do I start.. is there a simple interface, good links, ways to go. I have
> basic knowledge of VB-programming and will be able to make learn
> programming
> as it is.. I just need a 'hello world' experience...
>
> Thanks in advance...