tag

home / developersection / tag

Create a Culture of Collaboration with Microsoft SharePoint Development
sharepoint 20-Dec-2021
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.

Top Ten Benefits Of Using Sharepoint Technology
web services 11-Dec-2019
Top Ten Benefits Of Using Sharepoint Technology

The article describes the various benefits of using Sharepoint technology for offices.

How SharePoint Enables Seamless Management of Construction Projects
sharepoint 03-Sep-2019
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.

Spend Hours Working on Your Feet? Try These Different Tips
salesforce 25-Mar-2019
Spend Hours Working on Your Feet? Try These Different Tips

Plenty of professionals work hard and spend a lot of time on their feet, including those working at restaurants, in hospitals, on airplanes, and even in retail. Many of these individuals are on their feet for at least eight hours, but some spend eve

Create and Deploy Visual WebPart in SharePoint 2010
sharepoint 15-Dec-2011
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#
sharepoint 14-Dec-2011
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
sharepoint 13-Dec-2011
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#
sharepoint 13-Dec-2011
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
sharepoint 12-Dec-2011
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
sharepoint 12-Dec-2011
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
sharepoint 10-Dec-2011
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
sharepoint 09-Dec-2011
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