category

Home / DeveloperSection / Category

Create a Culture of Collaboration with Microsoft SharePoint Development
Create a Culture of Collaboration with Microsoft SharePoint Development

Microsoft SharePoint development services can help you build a robust architecture or improve the existing one, create branding, incorporate custom add-ons.

How SharePoint Enables Seamless Management of Construction Projects
How SharePoint Enables Seamless Management of Construction Projects

This post will try to justify the reasons why you should consider SharePoint to manage your construction projects and how it will enhance your work productivity.

Create and Deploy Visual WebPart in SharePoint 2010
Create and Deploy Visual WebPart in SharePoint 2010

In this article I am going to explain how to create Visual WebPart by using Visual Studio 2010 and deploy it in the SharePoint 2010. Steps to create

Getting the permission levels from SharePoint 2010 using C#
Getting the permission levels from SharePoint 2010 using C#

In this article I am going to explain how to get all the permission levels in sharePoint 2010 using C#. Steps involved:Go to Visual Studio 2010.Go to

Business Data Connectivity Service in SharePoint 2010
Business Data Connectivity Service in SharePoint 2010

In this article I am going to explain how we can setup a BCS connection to an external database, and then work with this information directly from a SharePoint list - without the user actually knowing anything about the connection to the database.

Read External List (BCS) from SharePoint 2010 using Client Object Model in C#
Read External List (BCS) from SharePoint 2010 using Client Object Model in C#

In this article I am going to explain how you can access data in your BCS data source, by utilizing theClient Object Model.Go to Visual Studio 2010.Go

Event Receiver in SharePoint 2010
Event Receiver in SharePoint 2010

Microsoft Visual Studio 2010 provides a project type that enables you to build event receivers that perform actions before or after selected events on a Microsoft SharePoint 2010 site.

Insert, Update, Delete in SharePoint 2010 using LINQ
Insert, Update, Delete in SharePoint 2010 using LINQ

In SharePoint 2010 we can use LINQ syntax to query the list instead of using CAML query. In order to work with LINQ we need a command line tool called SPMetal.exe.

Insert, Update, Delete in SharePoint 2010 list using Client Object Model
Insert, Update, Delete in SharePoint 2010 list using Client Object Model

In this article we are going to see how to create, update and delete SharePoint 2010 list items using Client Object Model through C#.I have created on

Using LINQ to access SharePoint list Data
Using LINQ to access SharePoint list Data

Using the LINQ to SharePoint provider is a way to add and read items from a Microsoft SharePoint 2010 list. In SharePoint 2010 we can also use LINQ sy

Referential Integrity in SharePoint 2010
Referential Integrity in SharePoint 2010

In this article, I am going to explain how to implement referential integrity between lists in SharePoint Foundation 2010. I have created two lists