­

Developing SharePoint 2010 features using Visual Studio 2010

0 Comments
Referred URL - http://weblogs.asp.net/sreejukg/archive/2011/10/27/developing-sharepoint-2010-features-using-visual-studio-2010.aspx Developers can extend SharePoint by creating new features. Using features developers can develop customizations and extensions that can be capable of automated deployment, management, un-installation and upgrading. SharePoint Feature allows developer to create a set of functionality to group into a component and allows...

Continue Reading

How to create Business Connectivity Services (BCS) using SharePoint Designer 2010

0 Comments
Referred URL - http://www.c-sharpcorner.com/uploadfile/anavijai/how-to-create-business-connectivity-services-bcs-using-sharepoint-designer-2010/ Introduction: Business Connectivity Services (BCS) is a new service introduced with SharePoint 2010 to allow SharePoint sites to connect to and manipulate external data. SharePoint 2007 had a similar facility in the form of Business Data Catalog (BDC) which made external data available within...

Continue Reading

Creating a custom site definition in SharePoint 2010

0 Comments
Referred URL - http://www.ahmadkhalaf.com/ahmadkhalaf/blog/?p=113 This article describes how to create a custom site definition in SharePoint 2010.  The process to create a custom site definition has not changed much since the last version of SharePoint, the only differences are the directory names and some of the XML in...

Continue Reading

SharePoint 2010 - Lists and Event Handlers

0 Comments
Referred URL - http://www.c-sharpcorner.com/UploadFile/40e97e/sharepoint-2010-lists-and-event-handlers/ In this article we explore the Event Handling features of a List through code. Using the SPList in Server Object Model we can access event handling for a list.We can use the event to perform the following activities: Validate the Item Log the information...

Continue Reading