I have decided upon a good series of articles I can do for my blog, so you will start to see some blog content appearing soon. The theme for the new articles is.... Get me that [thing]!
The idea is this, I will show a screen shot of something (the [thing] bit!) in SharePoint, whether it be a site, a site collection, a list item, a task, user or a document and then walk through the process of obtaining that object in the Object Model. Once we have the object we can have a look inside and see what it does and what it can do for us. I am going to start off with the basics and then work towards some of the more complicated ideas.
To be able to have a nice way to experiment with the objects I am going to create a simple Web Part which we can use to host our code. The first article will be creating the Web Part and will be the prerequisite for the following articles.
I hope people will find these useful, any feedback would be much appreciated!