Read this page in your own language

Wednesday, December 30, 2009

Using Datagrid : Drawbacks

Using Datagrid : Drawbacks


http://msdn.microsoft.com/en-us/library/aa478966.aspx

Encrypting the database connection string in a web.config

Encrypting the database connection string in a web.config

http://msdn.microsoft.com/en-us/library/2w117ede.aspx

Hazards : Sharepoint Database Reading\Accessing

Even reading from the database can indeed have negative effects on performance and stability. Just to name two such effects, I’ll paraphrase his comments:
  • Deadlocks: direct SELECT statements against the database take shared read locks at the default transaction level, and can violate our lock hierarchy, leading to seemingly random failures.
  • Incorrect data: if you avoid taking locks to avoid a deadlock, you’ll very likely observe the database in an intermediate state and retrieve incorrect data.
By doing this,you will run the risk of breaking or degrading the performance/stability of technology we built to be fast and robust. The odds of a database change in our next Service Pack aren’t small. It’s that you’ll on your own if anything goes wrong. Consider this carefully.

What’s new in SharePoint Foundation 2010

What’s new in SharePoint Foundation 2010

http://blogs.msdn.com/sharepointdeveloperdocs/archive/2009/10/19/SharePoint2010BetaDevDocsLive.aspx

Setting Up the Development Environment for SharePoint Server 2010

Setting Up the Development Environment for SharePoint Server 2010

http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx

Microsoft SharePoint Developer Documentation Team Blog

Microsoft SharePoint Developer Documentation Team Blog


http://blogs.msdn.com/sharepointdeveloperdocs/

SharePoint 2010 Beta Release Known Issues

SharePoint 2010 Beta Release Known Issues

http://blogs.msdn.com/sharepointdeveloperdocs/archive/2009/11/20/sharepoint-2010-beta-release-known-issues.aspx

SharePoint 2010 SDK Code Samples Posted to Code Gallery

SharePoint 2010 SDK Code Samples Posted to Code Gallery


http://blogs.msdn.com/sharepointdeveloperdocs/archive/2009/10/23/SharePoint2010SDKCodeSamplesonCodeGallery.aspx

SharePoint 2010 Reference: Software Development Kit (SDK)

SharePoint 2010 Reference: Software Development Kit (SDK)


http://www.microsoft.com/downloads/details.aspx?FamilyID=f0c9daf3-4c54-45ed-9bde-7b4d83a8f26f&displaylang=en

How to: Build and Run the Data-bound Web Parts Control Example

How to: Build and Run the Data-bound Web Parts Control Example

http://msdn.microsoft.com/en-us/library/ms227667(VS.80).aspx

How to: Disable Web Parts Personalization

Web Parts personalization is enabled by default on Web Parts pages. However, you might want to disable it in certain cases. For example, you might have a website where many pages use Web Parts controls and personalization. There might be certain pages where you want the benefits of Web Parts features such as modular layout and the ability to create connections between static Web Parts controls, but you also want the pages to remain read-only, meaning that users cannot personalize or modify them. In such cases, you can disable personalization using the WebPartManager control on a Web Parts page.

Disabling Web Parts Personalization

To disable Web Parts personalization for a page

  1. Open the Web Parts .aspx page and locate the element.

  2. Add the personalization-enabled attribute to the false, as in the following code example. element, and set its value to

     personalization-enabled="false" />

Getting Started - Customizing Web Pages with Web Parts

Getting Started - Customizing Web Pages with Web Parts

http://msdn.microsoft.com/en-us/library/30z87hh6(VS.80).aspx

http://msdn.microsoft.com/en-us/library/sd613zah(VS.80).aspx

http://msdn.microsoft.com/en-us/library/8xhxxxf3(VS.80).aspx

Getting Started Sharepoint Web Parts : Development

Getting Started Sharepoint Web Parts : Development

http://msdn.microsoft.com/en-us/library/ms564508(printer).aspx

ASP.NET Vs SharePoint Web Parts

In general, you should design new Web Parts that inherit from the ASP.NET 2.0 WebPart [ http://go.microsoft.com/fwlink/?LinkId=64030 ] class. ASP.NET Web Parts have description file names that use the .webpart extension. ASP.NET Web Parts provide the greatest flexibility and compatibility with Web sites that are not tightly coupled with Windows SharePoint Services.

Windows SharePoint Services 3.0 Web Parts provide backward compatibility with Windows SharePoint Services 2.0. SharePoint Web Parts have description file names that use the .dwp extension. SharePoint Web Parts include additional functionality but can be used only in a SharePoint site. Following is a list of the added features of SharePoint Web Parts.

  • Cross-page connections in SharePoint sites

  • Connections between Web Parts that are outside of a Web Part zone

  • Client-side connections using the Web Part Page Services Component

  • Web Part data caching

  • Asynchronous processing using Web Part work items

For more information about developing and connecting Web Parts, importing an ASP.NET Web Part to a Windows SharePoint Services site, and the SharePoint Web Part object model, see the Microsoft Windows SharePoint Services 3.0 SDK.

.dwp Vs .webpart

A Web Part is a .NET Web custom control assembly that uses a Web Part description file in either the Windows SharePoint Services format (.dwp) or the ASP.NET 2.0 format (.webpart).

The Web Part description file can be stored on and referenced from any computer, and contains XML metadata that describes an instance of the Web Part. The Web Part .NET assembly is a DLL that must be installed and registered on each Windows SharePoint Services computer that uses the Web Part.

Sharepoint Development Standards

Sharepoint Development Standards

http://www.education.vic.gov.au/devreskit/appdev/Standards/SharePoint/sharepoint-standards-summary.htm

Best Practices: Using Disposable Windows SharePoint Services Objects

Best Practices: Using Disposable Windows SharePoint Services Objects
http://msdn.microsoft.com/en-us/library/aa973248(printer).aspx

Thursday, December 24, 2009

SharePoint Server 2010 : Configure a farm for sandboxed solutions

SharePoint Server 2010 : Configure a farm for sandboxed solutions


http://technet.microsoft.com/en-us/library/ee721993%28office.14%29.aspx

CODEPLEX: SharePoint 2010 Sandboxed Solutions

CODEPLEX: SharePoint 2010 Sandboxed Solutions

http://sandbox.codeplex.com/

SharePoint 2010 : Sandboxed Solutions : Videos

SharePoint 2010 : Sandboxed Solutions : Videos




http://channel9.msdn.com/learn/courses/SharePoint2010Developer/SandboxedSolutions/

SharePoint 2010 : Sandboxed Solutions

SharePoint 2010 : Sandboxed Solutions


http://msdn.microsoft.com/en-us/magazine/ee335711.aspx



http://sharepoint-sandbox.com/


http://www.sharepointdevwiki.com/display/sp2010/SharePoint+Sandboxed+Solutions

How to install SharePoint 2010 using local account

How to install SharePoint 2010 using local account


http://sharepoint-sandbox.com/index.php?/Tips-and-Tricks/Infrastructure/tip-65-how-to-install-sharepoint-2010-using-local-account.html?directory=14

Sharepoint 2010 : Videos

Sharepoint 2010 : Videos


http://dotnetguts.blogspot.com/2009/10/sharepoint-2010-video-tutorial.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DotnetGuts+(Asp.net%2C+C%23%2C+.Net+Framework%2C+SQL+Server+Information)

Wednesday, December 9, 2009

Customizing SharePoint Sites and Portals

Customizing SharePoint Sites and Portals


http://msdn.microsoft.com/hi-in/library/dd583126(en-us,office.11).aspx



Pages in Office SharePoint Server 2007

Pages in Office SharePoint Server 2007


http://msdn.microsoft.com/hi-in/library/ms497650(en-us).aspx



Page Layouts and Master Pages


http://msdn.microsoft.com/hi-in/library/ms543497(en-us).aspx

VIDEO - Building Master Pages for Windows SharePoint Services 3.0 using Site Definitions in Visual Studio 2005

VIDEO - Building Master Pages for Windows SharePoint Services 3.0 using Site Definitions in Visual Studio 2005


http://msdn.microsoft.com/hi-in/library/bb687712(en-us).aspx

Building Simple VIDEO - Master Pages for Windows SharePoint Services 3.0

Building Simple VIDEO - Master Pages for Windows SharePoint Services 3.0


http://msdn.microsoft.com/hi-in/library/bb684920(en-us).aspx

VIDEO - Creating an Application Page in Windows SharePoint Services 3.0

VIDEO - Creating an Application Page in Windows SharePoint Services 3.0


http://msdn.microsoft.com/hi-in/library/bb418732(en-us).aspx

SHAREPOINT - Pages and User Interface Resource Center

SHAREPOINT - Pages and User Interface Resource Center


http://msdn.microsoft.com/hi-in/sharepoint/bb851467(en-us).aspx

VMware Workstation

VMware Workstation


http://www.vmware.com/products/workstation/index.html

SharePoint 2010 Installation Challenges

SharePoint 2010 Installation Challenges

http://www.wictorwilen.se/

Creating a Custom Deployment Step for SharePoint Projects with Visual Studio 2010

Walkthrough: Creating a Custom Deployment Step for SharePoint Projects with Visual Studio 2010

http://msdn.microsoft.com/en-us/library/ee256698(VS.100).aspx

Scot Hillier's SharePoint Stuff & Resources

Scot Hillier's SharePoint Stuff & Resources


http://www.shillier.com/default.aspx

Best Practices: Common Coding Issues When Using the SharePoint Object Model

Best Practices: Common Coding Issues When Using the SharePoint Object Model



http://msdn.microsoft.com/hi-in/library/bb687949(en-us).aspx

CodeRush/Refactor Tools for SharePoint Developers

CodeRush/Refactor Tools for SharePoint Developers



http://www.andrewconnell.com/blog/articles/ProductivityToolsForSharePointDevelopers.aspx

SharePoint Project Utility Tool Window for SharePoint Developers

SharePoint Project Utility Tool Window for SharePoint Developers



http://www.andrewconnell.com/blog/articles/ACs-VS-SharePoint-Project-Utility-Tool-Window-for-SharePoint-Developers.aspx

MSDN Magazine

MSDN Magazine


http://msdn.microsoft.com/hi-in/magazine/default(en-us).aspx

SharePoint Development Environment Modifications - CODEPLEX

SharePoint Development Environment Modifications


http://www.codeplex.com/SPDevMod

How to Create a MOSS 2007 VPC Image

How to Create a MOSS 2007 VPC Image


http://www.pptspaces.com/sharepointreporterblog/Lists/Posts/Post.aspx?ID=28

HOWTO: Squeeze Every Last Drop of Performance Out of Your Virtual PCs

HOWTO: Squeeze Every Last Drop of Performance Out of Your Virtual PCs


http://www.andrewconnell.com/blog/articles/SqeezePerformanceOutOfVirtualPCs.aspx

How to: Create an Automated Build and Deployment Solution with Team Foundation Server Team Build

How to: Create an Automated Build and Deployment Solution with Team Foundation Server Team Build


http://msdn.microsoft.com/hi-in/library/dd206936(en-us).aspx

Windows SharePoint Services Resource Centers

Windows SharePoint Services Resource Centers


http://msdn.microsoft.com/hi-in/sharepoint/bb964529(en-us).aspx

SHAREPOINT Development Environment and Best Practices Resource Center

SHAREPOINT Development Environment and Best Practices Resource Center



http://msdn.microsoft.com/hi-in/sharepoint/dd367963(en-us).aspx

Upgrading a Web Part Assembly for Microsoft SharePoint Products and Technologies

Upgrading a Web Part Assembly for Microsoft SharePoint Products and Technologies

http://msdn.microsoft.com/hi-in/library/dd583155(en-us,office.11).aspx

Writing a Filter Consumer Web Part for Windows SharePoint Services 3.0 Using Excel Services - VIDEO

Writing a Filter Consumer Web Part for Windows SharePoint Services 3.0 Using Excel Services


http://msdn.microsoft.com/hi-in/library/bb460810(en-us).aspx

Checklist for Testing SharePoint Web Parts

Checklist for Testing SharePoint Web Parts



http://msdn.microsoft.com/hi-in/library/dd583141(en-us,office.11).aspx

Packaging and Deploying Web Parts for Microsoft Windows SharePoint Services

Packaging and Deploying Web Parts for Microsoft Windows SharePoint Services


http://msdn.microsoft.com/hi-in/library/dd583149(en-us,office.11).aspx

Best Practices for Developing Web Parts for SharePoint Products and Technologies

Best Practices for Developing Web Parts for SharePoint Products and Technologies



http://msdn.microsoft.com/hi-in/library/dd583135(en-us,office.11).aspx

Debugging Web Parts

Debugging Web Parts


http://msdn.microsoft.com/hi-in/library/dd583148(en-us,office.11).aspx

A Developer's Introduction to Web Parts

A Developer's Introduction to Web Parts

http://msdn.microsoft.com/hi-in/library/dd583154(en-us,office.11).aspx




Optimizing custom Web parts for the WAN

http://technet.microsoft.com/hi-in/library/cc263412(en-us).aspx

Security Resource Center

Security Resource Center

http://msdn.microsoft.com/hi-in/sharepoint/bb851470(en-us).aspx

Web Parts Resource Center

Web Parts Resource Center

http://msdn.microsoft.com/hi-in/sharepoint/bb851483(en-us).aspx

SharePoint Essential Downloads

SharePoint Essential Downloads


http://msdn.microsoft.com/hi-in/sharepoint/aa905690(en-us).aspx

Monday, November 23, 2009

Creating a custom Site Definition in WSS V3 / MOSS

Creating a custom Site Definition in WSS V3 / MOSS



http://www.toddbaginski.com/blog/archive/0001/01/01/creating-a-custom-site-definition-in-wss-v3-moss.aspx

CAML and SharePoint Site Defination

CAML and SharePoint Site Defination

http://programmingsharepoint.blogspot.com/2008/05/so-whats-caml.html





References
http://msdn.microsoft.com/en-us/library/aa505326.aspx

http://msdn.microsoft.com/en-us/library/ms434313.aspx

SharePoint Tutorials - VIDEO

SharePoint Tutorials

http://www.themsteam.com/Services/Sharepoint/Tutorials?gclid=CJf__YWwup0CFSXyDAodPkLIjw

Programming Sharepoint - Beginners

Programming Sharepoint

http://programmingsharepoint.googlepages.com/

MOSS - 2007: Creating Custom Administration Tools

Creating Custom Administration Tools


http://msdn.microsoft.com/en-us/library/dd583169(office.11).aspx

How to debug SharePoint feature receivers

How to debug SharePoint feature receivers

http://www.sharepointnutsandbolts.com/2007/03/how-to-debug-sharepoint-feature.html

Deploy Webpart as Solution Package and Feature

Deploy Webpart as Solution Package and Feature

http://programmingsharepoint.blogspot.com/2008/03/deploy-webpart-as-solution-package.html



WebPart Life cycle

WebPart Life cycle

1. protected override void OnInit(EventArgs e)
2. protected override void OnLoad(EventArgs e)
3. protected override void CreateChildControls()
4. protected override void LoadViewState(object savedState) //Only at Postback
5. protected override void OnPreRender(EventArgs e)
6. protected override void Render(System.Web.UI.HtmlTextWriter writer)
7. protected override void OnUnload(EventArgs e)
8. public override void Dispose()

Programming Sharepoint(MOSS 2007)

This blog contains all the code needed for programming sharepoint list,libraries,webparts,workflows and custom pages.


http://programmingsharepoint.blogspot.com/2008/10/webpart-life-cycle.html

Thursday, November 19, 2009

Working with web.config Files in Windows SharePoint Services

Working with web.config Files in Windows SharePoint Services

http://msdn.microsoft.com/en-us/library/dd587352(office.11).aspx

MakeCab & *.WSP's in Sharepoint

Using Visual Studio 2005, MakeCab.exe and MSBuild to Create Window SharePoint Services v3 Solution Files (*.WSP's)


http://www.andrewconnell.com/blog/articles/UsingVisualStudioAndMsBuildToCreateWssSolutions.aspx

Deploying and Optimizing a SharePoint Web Part

Deploying and Optimizing a SharePoint Web Part



http://msdn.microsoft.com/en-us/library/aa973805.aspx#Office2007ExcelServicesWebPart2_Introduction


http://www.codeproject.com/KB/sharepoint/DeployingCustomWebPart.aspx


http://www.cmswire.com/cms/tips-tricks/how-to-deploy-sharepoint-webparts-000618.php

DOWNLAOD - Microsoft SharePoint Server Enterprise 2010 Beta

DOWNLOAD - -Microsoft SharePoint Server Enterprise 2010 Beta

http://www.microsoft.com/downloads/details.aspx?FamilyID=77c30c6c-47fc-416d-88e7-8122534b3f37&DisplayLang=en&displaylang=en&hash=3K8RcMe8upvnBc1PNcYHuwUL9oj5bdVFecw37WM3CHlyLuBuOdP6WTpbjnn9VxfOVGVWKNUsrqX79RVjVkGRog%3d%3d


http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=77c30c6c-47fc-416d-88e7-8122534b3f37&displayLang=en&hash=E8fT4JNmhk7VO5LlpOBe3m01wBfpAb3aQtdc9ce56KyIAEUGyN%2fy29%2bz7FnYC6hxyVmxa588eRJ7ZxnA2%2bKZ7w%3d%3d

SharePoint Server 2010 - Determine hardware and software requirements

SharePoint Server 2010 - Determine hardware and software requirements

http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx

Wednesday, November 18, 2009

MSDN Downloads

MSDN Downloads


http://msdn.microsoft.com/en-au/aa570309.aspx

SharePoint 2010 Developer Center

Get Started Developing on SharePoint 2010


http://msdn.microsoft.com/en-us/sharepoint/ee513147.aspx

Installation Notice for SharePoint 2010 Public Beta

Installation Notice for SharePoint 2010 Public Beta


http://blogs.msdn.com/opal/archive/2009/11/16/installation-notice-for-sharepoint-2010-public-beta.aspx

MSDN Subscriber Download Site

MSDN Subscriber Download Site

https://msdn.microsoft.com/en-us/subscriptions/securedownloads/default.aspx

SharePoint Server 2010 (Beta) - TECHNET

SharePoint Server 2010 (Beta) - TECHNET


http://technet.microsoft.com/hi-in/sharepoint/ee263917(en-us).aspx

Microsoft Visual Studio 2010 Professional Beta 2 - ISO

Microsoft Visual Studio 2010 Professional Beta 2 - ISO


http://www.microsoft.com/downloads/details.aspx?FamilyID=a80dfb5d-51c6-4778-8656-a9ff29d3a132&displaylang=en

Microsoft SharePoint 2010 SDK

Welcome to the Microsoft SharePoint 2010 SDK

http://msdn.microsoft.com/hi-in/library/ee557253(en-us,office.14).aspx

SharePoint 2010 (Beta) Developer Center

SharePoint 2010 (Beta) Developer Center


http://msdn.microsoft.com/en-us/sharepoint/ee514561.aspx

SharePoint Server 2010 Preliminary System Requirements

SharePoint Server 2010 Preliminary System Requirements


http://blogs.msdn.com/sharepoint/archive/2009/05/11/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx

Get Ready for SharePoint 2010

http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/Get_Ready.aspx

SharePoint 2010

Inside SharePoint Server 2010 beta

http://www.networkworld.com/slideshows/2009/110909-sharepoint-server-2010-test.html#slide1


SharePoint 2010 will require 64-bit SQL Server

http://www.networkworld.com/news/2009/051209-sharepoint-2010-require-sql.html

Ten things you need to know about SharePoint Server 2010

http://www.networkworld.com/reviews/2009/110909-sharepoint-server-2010-test-side.html

Tuesday, November 17, 2009

Friday, October 16, 2009

Microsoft SharePoint FAQ

http://office.microsoft.com/en-us/sharepointdesigner/HA103607621033.aspx


http://office.microsoft.com/en-us/sharepointdesigner/HA103607611033.aspx?pid=CL100796271033



http://office.microsoft.com/en-us/sharepointdesigner/HA101650591033.aspx?pid=CL100796271033


http://office.microsoft.com/en-us/sharepointdesigner/HA101650221033.aspx?pid=CL100796271033

http://office.microsoft.com/en-us/sharepointdesigner/FX100487631033.aspx?ofcresset=1


http://office.microsoft.com/en-us/sharepointdesigner/HA101945421033.aspx

Wednesday, September 16, 2009

Microsoft Office Downloads

From Microsoft Site
http://office.microsoft.com/en-us/downloads/FX101321101033.aspx?pid=CL100570421033

Sharepoint Training Documents - TechNet

http://technet.microsoft.com/hi-in/library/cc262788(en-us).aspx

Office SharePoint Server 2007 Training - TECHNET Download

Office SharePoint Server 2007 Training

http://www.microsoft.com/downloads/details.aspx?FamilyID=673DC932-626A-4E59-9DCA-16D685600A51&displaylang=en

Microsoft Virtual Server 2005 R2 SP1

http://technet.microsoft.com/hi-in/bb738033(en-us).aspx

VHDs on Technet

http://technet.microsoft.com/hi-in/bb738372(en-us).aspx

Microsoft Office SharePoint Server 2007 VHD - Download

http://www.microsoft.com/downloads/details.aspx?FamilyID=67f93dcb-ada8-4db5-a47b-df17e14b2c74&displaylang=en

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=67f93dcb-ada8-4db5-a47b-df17e14b2c74

SharePoint Server Downloads

Microsoft
http://www.microsoft.com/downloads/en/resultsForProduct.aspx?displaylang=en&productID=353C4E9D-9E78-4435-A360-01BB7F540D17

TechNet
http://technet.microsoft.com/hi-in/office/sharepointserver/bb643276(en-us).aspx

Downloads for Windows SharePoint Services Developers - MSDN
http://msdn.microsoft.com/hi-in/sharepoint/aa905690(en-us).aspx

Latest SharePoint Products and Technologies Hotfixes

http://elczara.spaces.live.com/blog/cns!554EC06D366AC9D5!892.entry
Microsoft Office SharePoint Server 2007









DESCRIPTION


LINK


You cannot enable the Publishing feature in SharePoint Server 2007 after you delete an out-of-box standard permission level.


http://support.microsoft.com/kb/961138


Description of the SharePoint Server 2007 hotfix package (Coreserver.msp): December 19, 2008


http://support.microsoft.com/kb/961176


Users cannot create a new variation of a page that they created in a Microsoft Office SharePoint Server 2007 site.

http://support.microsoft.com/kb/959122

Description of the SharePoint Server 2007 cumulative update package (MOSS server-package): December 16, 2008

http://support.microsoft.com/kb/960011

Description of the SharePoint Server 2007 hotfix package (Coreserver.msp): December 16, 2008


http://support.microsoft.com/kb/959637


Error message when you try to save a site as a template in SharePoint Server 2007: "Failure decompressing data from a cabinet file".


http://support.microsoft.com/kb/960969


MS08-077: Description of the security update for SharePoint Server: December 9, 2008


http://support.microsoft.com/kb/956716


MS08-077: Vulnerability in Microsoft Office SharePoint Server could cause elevation of privilege.


http://support.microsoft.com/kb/957175

Monday, August 31, 2009

CODEPLEX : SPVisualDev - SharePoint Developer Tool

http://spvisualdev.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31557

Key features
Real time sync files from your local visual studio project with files in the 12-hive.
Easy to add new features and edit settings and elements from a form UI.
Easy to install / activate Sharepoint features from context menu.
Edit and bind resources easy
Automatic event receiver xml generation and synchronization.
Standard set of custom project and item templates, including Web part, event receivers, Application / Master page etc.
Debug feature for application pages so you can view the page with the VS debugger attached.
Integrates well with WSPBuilder by

Thursday, August 27, 2009

CODEPLEX : SharePoint Filtered Lookup Field

SharePoint Filtered DATA Lookup Field

http://filteredlookup.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28198

CODEPLEX - Sharepoint Access Checker Web Part

Sharepoint Access Checker Web Part

http://accesschecker.codeplex.com/

CODEPLEX: Smart Tools for Sharepoint

SmartTools for SharePoint
http://smarttools.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22111

FaceBook Webpart
http://sharepointtemplates.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=11555

Sharepoint CODEPLEX Resorces

http://www.codeplex.com/site/search

http://www.codeplex.com/Tagging/FullTagCloud.aspx

http://www.codeplex.com/site/search?TagName=Sharepoint%20Tools&ProjectSearchText=%22Sharepoint%20Tools%22

http://www.codeplex.com/site/search?TagName=Sharepoint&ProjectSearchText=%22Sharepoint%22

http://www.codeplex.com/site/search?TagName=MOSS%20Tools&ProjectSearchText=%22MOSS%20Tools%22

SPTraceView Tool

SPTraceView - Easy overview of the SharePoint logs (ULS logs)

http://sptraceview.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26359

Channel 9 Videos - Sharepoint

http://channel9.msdn.com/tags/Sharepoint/#Page=4

Some Sharepoint Stuffs - WSP & WEBPARTS

WSPBuilder - Walkthrough of the Visual Studio Add-in

http://www.zimmergren.net/archive/2009/04/08/wspbuilder-walkthrough-of-the-visual-studio-add-in.aspx


WSS: Development - Quick Start with WSPBuilder

http://rasor.wordpress.com/2008/10/12/wss-dev-quickstart/


WSS Dev: WSPBuilder Templates

http://rasor.wordpress.com/2008/10/12/wss-dev-quickstart/


WSS Dev: HowTo debug a WebPart

http://rasor.wordpress.com/2008/10/24/wss-howto-debug-a-webpart/


Change the WSPBuilder DeploymentTarget to WebApplication

http://blog.mastykarz.nl/change-wspbuilder-deploymenttarget-webapplication/


Intro to WSPBuilder

http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/


WSPBuilder Folder Structure

http://www.michaelbowersox.com/2009/01/28/wspbuilder-folder-structure/


Developing SharePoint Solutions in Visual Studio

http://greggalipeau.wordpress.com/2008/05/18/developing-sharepoint-solutions-in-visual-studio/


TFS Build and WSPBuilder

http://alex-tfs.blogspot.com/2009/01/tfs-build-and-wspbuilder.html


How to get TFS to automate your WSP builds with WSPBuilder

http://pointstoshare.spaces.live.com/Blog/cns%21AEC42F315B4528B0%213290.entry


The WSPBuilser Manual

http://wspbuilder.codeplex.com/SourceControl/changeset/view/33013#166101


My Blog

.http://keutmann.blogspot.com/2008/02/visual-studio-addin-and-templates-for.html


New! (2009/08/02)Creating a code-only webpart and deploying as a feature

http://www.sharepointsean.com/articles/Pages/CreatingaCode-Onlywebpartanddeployingasafeature.aspx

WSP Builder

How to Create WSP Builder
http://www.zimmergren.net/archive/2009/04/08/wspbuilder-walkthrough-of-the-visual-studio-add-in.aspx

Download WSP Builder Extension
http://wspbuilder.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30858

Download WSP Builder
http://wspbuilder.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24627

http://wspbuilder.codeplex.com/

BDC Design Studio

1.9
http://www.soft32.com/Download/free-trial/MOSS_BDC_Design_Studio/4-203368-1.html

1.1
http://www.brothersoft.com/moss-bdc-design-studio-95279.html

BDC

Creating your first BDC Web Part
http://www.zimmergren.net/archive/2009/07/25/sharepoint-bdc-part-2-creating-your-first-bdc-web-part.aspx

Tuesday, August 25, 2009

How to: Retrieve User Profile Properties

Retrieve a User Profile
http://msdn.microsoft.com/en-us/library/ms492435.aspx

Accessing the User Profile Store Using the Object Model
http://msdn.microsoft.com/en-us/library/ms574336.aspx


Retrieve User Profile Properties
http://msdn.microsoft.com/en-us/library/ms544366.aspx

Using the User Profile Service Web Service
http://msdn.microsoft.com/en-us/library/ms494053.aspx


Audience Object Model Overview
http://msdn.microsoft.com/en-us/library/ms567140.aspx

Use the Web Service to Retrieve Profile Data of a User
http://msdn.microsoft.com/en-us/library/ms550407.aspx


Use the Web Service to Modify User Profile Data
http://msdn.microsoft.com/en-us/library/ms544240.aspx


Configuring the User Profile Store Using the Object Model
http://msdn.microsoft.com/en-us/library/ms548804(printer).aspx

User Profiles Object Model Overview

http://msdn.microsoft.com/en-us/library/ms519160.aspx

What's New for Developers in Office SharePoint Server 2007

http://msdn.microsoft.com/en-us/library/ms585163.aspx

Sharepoint User Profile

User Profiles and Audience Targeting in SharePoint 2007
http://www.codeguru.com/csharp/csharp/cs_data/searching/print.php/c13255
http://usingsystem.wordpress.com/2008/01/14/sharepoint-user-profiles/
http://msdn.microsoft.com/en-us/library/ms573802.aspx
http://www.developer.com/lang/article.phpr/3659776


HOW TO: Enhance SharePoint User Profiles With The Business Data Catalog
http://www.toddbaginski.com/blog/archive/2009/03/08/45.aspx


Integrating SharePoint Data with SQL Server

Friday, July 31, 2009

Feature Stapling
http://blogs.msdn.com/cjohnson/archive/2006/11/01/feature-stapling-in-wss-v3.aspx
http://sharepointmagazine.net/technical/development/introduction-to-sharepoint-feature-stapling-part-1
http://www.sharepointnutsandbolts.com/2007/05/feature-stapling.html
http://www.sharepointblogs.com/jasonmedero/archive/2007/07/24/site-definition-customizations-versus-using-feature-stapling-part-1.aspx

Thursday, July 30, 2009

Sharepoint Technical Articles - MSDN

Sharepoint Technical Articles - MSDN, mostly how to articles in detail.

http://msdn.microsoft.com/en-us/library/dd776326.aspx

Site Definitions in Sharepoint

SharePoint Site Definitions: Why You Need Them and How to Use Them



http://www.devx.com/dotnet/Article/27673

Wednesday, July 29, 2009

Microsoft Sharepoint Resources Links

http://technet.microsoft.com/en-us/library/cc262788.aspx

http://blogs.msdn.com/sharepointdesigner/

http://technet.microsoft.com/hi-in/windowsserver/sharepoint/default(en-us).aspx

http://ktskumar.wordpress.com/category/sharepoint/

http://blogs.msdn.com/sharepoint/

Sharepoint Virtual Labs - Technet

http://sharepoint.microsoft.com/technical-resources/developer-resources/Pages/default.aspx

Tuesday, July 7, 2009

MSIT Site Delete Capture 1.0 (package)

http://www.codeplex.com/governance/Release/ProjectReleases.aspx?ReleaseId=3830

Sharepoint Video Site

http://sharepointscreencasts.com/


http://www.sharepoint-elearning.com/screencasts

Creating Custom View

http://www.youtube.com/watch?v=J6vNSsNdCYU

Google in Sharepoint Site

http://www.youtube.com/watch?v=2-ZVFK4kbtA&feature=related


Google WebPart Downloading Site

http://sharepoint-blogs.com/





FREE SharePoint Web Part for Google Search

FREE SharePoint Web Part for Google Search

To install or uninstall the Google search web parts

1. Double click on the file named, DeployGoogleWebparts.exe, to open the form as shown below.

FREE SharePoint Web Part for Google Search

2. Complete the form by filling in the (5) form fields.

Detail on each field:

a. Operation – This is a drop down list with (2) choices: install or uninstall. Choose value that matches the action you want to perform – install to deploy the web parts and uninstall to retract the web parts.

b. Web Application URL – This value represents the root of the web application. The web application is a website that has been extended or has the SharePoint ISAPI filter applied. You do NOT need to include a forward slash at the end of your URL. Example:

http://www.sharepoint-blogs.com

c. Site Collection – Each web application can have multiple site collections so the value you list in this field represents the site collection in which the Google results page will be created. You do NOT need to include a forward slash at the end of your URL. Example: http://www.sharepoint-blogs.com/sites/marketing

d. Custom Search Domain – The value you specify here will be shown on the search box web part as another location to search. Other words instead of searching all of Google just search through the one domain that is listed. You do NOT need to include the http:// part of the URL. Example: www.sharepoint-blogs.com

e. Use Safe Search - This is a drop down list with (2) choices: yes or no. By choosing yes the safe search option will be active which will remove adult themed content from your search results.

f. Start button – Once all (5) form field have been complete then click the Start button to begin the install or uninstall process.

Note: You must have an active internet connection for the Google web part to work.

Using the Google Search SharePoint Web Parts

1. Using your favorite internet browser navigate to the URL that was listed in the Site Collection form field when completing the installation form. In my example above the value was http://sharepoint.domain.com/sites/marketing. As I mentioned this is the site in which the Google Search results page will be installed. To get to the search page you need to append the following value to your site collection URL : Google%20Search%20Library/GoogleResults.aspx. The complete URL to place in the address field of your internet browser following my example would be:

http://www.sharepoint-blogs.com/sites/marketing/Google%20Search%20Library/GoogleResults.aspx

2. Below is a screen shot of the results page with a completed search on the words SharePoint Courseware:FREE SharePoint Web Part for Google Search

Add the Google Search box web part to any SharePoint page

1. Navigate to the SharePoint page in which you wish to add the Google Search box.

2. Click the Site Actions button and choose Edit Page.

3. Choose the page zone in which to add the Google Search box and click on the Add a Web Part button.

4. A new dialog window should appear that contains all the web parts in the web parts gallery.

5. Find the category Miscellaneous then look for the Google Search Web Part as shown below:

FREE SharePoint Web Part for Google Search

6. Place a check in the box on the line item Google Search Web Part as shown above then click the Add button to place the web part on your page in the specified zone.

7. The web part should now be on the page in the zone you specified. You can now click on the Exit Edit Mode to display the normal view of the page. Note: The Google Search Web Part can be added to any page in any site collection in your web application however, all searches will be posted back to the one results page that was mentioned in the previous section.

Please check out the video demonstration of the installation / deployment the Google Search webparts. These webparts are free and are available for download using the download link below the video player.