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