-
Recent Posts
Archives
Categories
- C# Programming
- HTML CSS JavaScript
- Introduction to Sharepoint 2010
- Sharepoint 2010 Branding
- Sharepoint 2010 CAML
- Sharepoint 2010 Central Administration
- Sharepoint 2010 Client Object Model
- Sharepoint 2010 Coding Standards
- Sharepoint 2010 Designer
- Sharepoint 2010 Document Center
- SharePoint 2010 FAQ
- Sharepoint 2010 Fast Search
- Sharepoint 2010 Features
- Sharepoint 2010 Foundation
- Sharepoint 2010 Infopath
- Sharepoint 2010 JQuery
- Sharepoint 2010 LINQ
- Sharepoint 2010 Lists , Libraries & Event Receivers
- Sharepoint 2010 Master Page
- Sharepoint 2010 Meeting Workspace
- Sharepoint 2010 Mobile
- Sharepoint 2010 OutOfTheBox
- Sharepoint 2010 Pages & Navigation
- Sharepoint 2010 Powershell
- Sharepoint 2010 Ribbon
- Sharepoint 2010 Search
- Sharepoint 2010 Security
- Sharepoint 2010 Server Object Model
- Sharepoint 2010 Silverlight
- Sharepoint 2010 Site Collection
- Sharepoint 2010 Site Definition
- Sharepoint 2010 User Profiles
- Sharepoint 2010 Web Parts
- Sharepoint 2010 Webservice
- Sharepoint 2010 Workflow
- Sharepoint 2010 Workspace
- Sharepoint 2010 WPF
- SharePoint 2013 Architect
- SSRS Reports
- Visual Studio 2010
Meta
Monthly Archives: December 2011
SharePoint Farm Installation
SharePoint Farm Installation Windows Cluster : http://technet.microsoft.com/en-us/library/bb727114.aspx http://blogs.msdn.com/b/clustering/archive/2008/01/18/7151154.aspx SQL Cluster : http://clusteringformeremortals.com/2009/10/07/step-by-step-configuring-a-2-node-multi-site-cluster-on-windows-server-2008-r2-%E2%80%93-part-3/ Network Load Balancing
SharePoint Search Comparision
SharePoint Search Comparision Feature SharePoint Foundation 2010 Search Server 2010 Express Search Server 2010 SharePoint Server 2010 FAST Search Server 2010 for SharePoint Basic site search Y Y Y Y Y Best Bets Y Y Y Y Visual Best Bets … Continue reading
Posted in Sharepoint 2010 Search
Leave a comment
Why Sandbox solution will not support Visual Webpart ?
Why Sandbox solution will not support Visual Webpart The standard Visual Web Part is not supported in the sandbox environment. The reason for this is because Visual Web Parts effectively host an ASCX user control within the Web Part control. … Continue reading
Posted in Sharepoint 2010 Web Parts
Leave a comment
SharePoint 2010 Content Organizer
SharePoint 2010 Content Organizer Download & View http://www.youtube.com/watch?v=jZ69yEF5j8s&feature=player_embedded#!
Consuming SharePoint 2010 Lists Data in the SSRS 2008 R2 Reports
Consuming SharePoint 2010 Lists Data in the SSRS 2008 R2 Reports Step 1: Ensure that you have a SharePoint List. In this demo, we will report against SharePoint Products List. Step 2: Understand the SharePoint List Web Service Interface. SharePoint … Continue reading
Posted in SSRS Reports
Leave a comment
Download Microsoft SharePoint Designer 2010
Download Microsoft SharePoint Designer 2010 Microsoft SharePoint Designer 2010 (64 bit) http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=24309 Microsoft SharePoint Designer 2010 (32 bit) http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=16573
Posted in Sharepoint 2010 Designer
Leave a comment
Create termstore using Object model
Create termstore using Object model public override void ItemAdded(SPItemEventProperties properties) { base.ItemAdded(properties); if (properties.ListTitle == “Projects”) { if (properties.ListItem.Folder != null) { string FolderName = properties.ListItem.Folder.Name; SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite osite = new … Continue reading
Posted in Sharepoint 2010 Fast Search
Leave a comment
Visual Studio IDE
Visual Studio IDE CodeRun Studio: A free, cross-platform browser-based IDE CodeRun Studio is a cross-platform Integrated Development Environment (IDE), designed for the cloud. It enables you to easily develop, debug and deploy web applications using your browser. CodeRun Studio can … Continue reading
Posted in Sharepoint 2010 Fast Search
Leave a comment