Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
DZone MVB

Links

Social

Browse by Tags

All Tags » SharePoint for Developers (RSS)
SharePoint for Developers: 3.3 Hands-on - querying lists
>> SharePoint for Developers - Table of contents The best way to get data from SharePoint lists is to query them. Using queries you guarantee that only list items you really need are retrieved from database and constructed to objects by SharePoint...
SharePoint for Developers: 3.2 Hands-on - getting list items
>> SharePoint for Developers - Table of contents To read data from list we have to get reference to list first. SPWeb has lists collection we can use to find the list we are interested in. Following code example shows how to get instance of list...
SharePoint for Developers: 3.1 Hands-on - connecting to SharePoint and using elevated rights
>> SharePoint for Developers - Table of contents In previous post of this serie, SharePoint for Developers: 3. Introduction to SharePoint Data Structures , I described some basic points of SharePoint data structures. In this post we will see how...
SharePoint for Developers: 3. Introduction to SharePoint Data Structures
>> SharePoint for Developers - Table of Contents The first two entries in this serie gave you some first overview of SharePoint and development environment. Now it is time to go serious. Data in SharePoint is different than in our usual object-oriented...
SharePoint for Developers: 2. Development Environment
>> SharePoint for Developers - Table of Contents Before going to deep dive let's put up development environment. In this blog entry I will tell you how to put everything up and what tools we are using for which tasks. Well, if you read further then...
SharePoint for Developers: 1. Introduction
>> SharePoint for Developers - Table of Contents This is the first entry of my SharePoint for Developers serie. I asked from developers if they need something like this and they said yes. First entry is introduction and after reading it you will...
More Posts