Archives
-
SharePoint for Developers: 3.2 Hands-on - getting list items
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.
-
ForEach method and blonde me
I want to tell you about List<T>.ForEach method and one of my famous blonde moments when I was debugging faulty code. LINQ makes it easy to query collections and that's why I like it a lot. Today is friday and weekend is coming. Let's relax and have some fun on me. Here's one proof how n00b I can be :)
-
ProBlogger
Recently I readed a book titled as ProBlogger: Secrets Blogging Your Way to a Six-Figure Income. Authors of this book are Darren Rowse and Chris Garrett - the veterans of commercial blogging business. Darren is also owner of the famous ProBlogger site and b5media.
-
Professional SharePoint 2007 Web Content Management Development
-
Developer bookshelf
Here you can find the list of books I have read. All these books are recommended ones, here are no titles I don't suggest. Click on book images to read reviews written by me.
-
DocumentShow extension for SharePoint
We finished today one interesting SharePoint extension. We call it DocumentShow extension and it allows you to show HTML files in document library as slide show. In our case the customer wanted to show some reports on large LCD screen located in one of his office rooms.
-
SharePoint for Developers: 3.1 Hands-on - connecting to SharePoint and using elevated rights
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 to use these data structures and how to create custom field types. The next hands-on post will stop on custom field type and it will give you very good example about how fields work in SharePoint.
-
SharePoint for Developers
SharePoint for Developers is serie of blog entries that introduces SharePoint development topics to ASP.NET developers. This serie is supposed to be from-developer-to-developer serie and I hope it helps many other developers to get better understanding of SharePoint and its internals.
-
Top Stories
Here you can find references to most popular content in this blog.
-
SharePoint for Developers: 3. Introduction to SharePoint Data Structures
Data in SharePoint is different than in our usual object-oriented applications. If we want to deal with data in SharePoint we have to understand how data is organized there. This is one of the key points to successful SharePoint projects.
-
SharePoint for Developers: 2. Development Environment
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 you have something to do for couple of evenings. Let's start!
-
ASP.NET Dynamic Data
ASP.NET Dynamic Data is one of those technologies I have been keeping eye on. With .Net 3.5 and Visual Studio 2008 SP1 is fully available. Let's see how it works and how we can use it.
-
SharePoint for Developers: 1. Introduction
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 understand where SharePoint stands and what kind of problems it tries to solve.