Monday, September 14, 2009

Deploying Sharepoint Web Parts automatically

We can deploye share point web parts automatically using
WPPackager tool


http://www.microsoft.com/downloads/details.aspx?familyid=0FDA5912-C136-4B44-911A-011ADFCC66E3&displaylang=en

Tuesday, August 11, 2009

sites With Examples for Creating user and adding user to Sharepoint

Code Snippet
//1) Create membership user

MembershipUser membershipUser = Membership.CreateUser(login, password, email);

//now you have it



//2) Create sharepoint user

SPWeb spWeb = SPControl.GetContextWeb(HttpContext.Current);

//get your site instance

SPUser spUser = spWeb.EnsureUser(login);

//now you have sharepoint user



//3) Add sharepoint user to a desired group

SPGroup spGroup = spWeb.SiteGroups["VISITORS"];

//get your group

spGroup.AddUser(spUser);

//that should do the work


http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/db46ab8f-9594-4878-9bab-a18fe3fba959/

Wednesday, July 22, 2009

Saturday, June 6, 2009

Zipped Sharepoint Books

Sharepoint Books Zipped

DeploymentSharepoint dotnet

Deploying DotNET Applications Deploying DotNET Applications ossus3r Whether building a console application, a web service, or a smart client, you eventually need to distribute your finished work. Deploying .NET Applications is a complete guide to delivering applications built with .NET. Packed with hands-on guidance, practical examples, and war stories from the authors many experiences with deployment scenarios, this book provides everything you need to know.The book begins by introducing the deployment problem, then examines why deployment is an engineering problem for organizations. Subsequent chapters provide detail about deploying each type of application, then discuss automated deployments. Youll want to get ahold of this book because it:Includes hands-on detail about the newest deployment tools, MSBuild and ClickOnce Discusses many best practices of .NET 2.0 software deployment Covers details about automating new software deployments
Step by Step Share Point 2007 Step by Step Share Point 2007 jquest25
MigrationSPS2003 MigrationSPS2003 smyasir





SharePoint Office Pocket Guide by O'Reilly Media SharePoint Office Pocket Guide by O'Reilly Media O'Reilly Media, Inc. With this handy reference as your guide, you can reap all the benefits of SharePoint--Microsoft's amazing information-sharing tool. It shows you, in plain language, how to construct a web site where individuals from all over can capture and share ideas. Learn how to upload documents, edit content, send alerts, track work items, add new team members, and much more.