Sunday, December 27, 2009

SharePoint Developement.

Learning SP developement.
1. Integrate ASP.NET web application into SharePoint server.

http://sharepointdevwiki.com/display/SharePointPlaybook/Approaches+to+integrate+ASP.NET+web+application+into+SharePoint


http://www.youtube.com/watch?v=AKI9iMMXpMo&feature=related [very good link]

2.Tried to include the time sheet template of microsoft for sharepoint but its not visible.still working on it will come back soon with solution.
http://www.microsoft.com/downloads/details.aspx?FamilyId=823A28A4-3FA3-4B55-B8AB-96FF5155752F&displaylang=en

2 comments:

Rizwan Afsar said...

This is a very good example for setup the search service to search from the content of SP.

Rizwan Afsar said...

for (int i = 0; i < 10; i++)
{
switch (i)
{
case 0:
case 1:
case 2:
case 4:
Console.WriteLine(i.ToString());
break;
}
continue;
}