Tag Archives: sharepoint 2010

Setting your SharePoint 2010 masterpage programatically

If you worked with SharePoint 2010 master pages – you probably will know that now SharePoint allows you to set separate master page for system and the rest of the site. That’s great, but there are few tricks to it. … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , | Comments Off

Parsing SharePoint site structure to generate sitemap

In the last article we looked at how you can use SharePoint 2010 Timer Job framework to schedule parsing of our SharePoint site on defined schedule. Now that we implemented basic framework of a timer job, we’ll create an actual … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , | Comments Off

TechDays 2010 session – first glance (SharePoint – what’s new for .NET devs)

I am super excited to find out that this year I will be a session lead for TechDays 2010. My session main theme is Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer. Over the next few weeks I will … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , | Comments Off

Automated sitemap creation to make your SharePoint 2010 public site more searchable

In my last article we started on a subject of making your site more searchable and covered all the concepts of creating an XML sitemap. In this part I will dig into implementing site crawl using custom SharePoint 2010 service … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , | Comments Off

Making your SharePoint 2010 public site more searchable

If you listened to latest (and not so latest) announcements – there is a big push for SharePoint 2010 implementations in a public site scenario. SharePoint has powerful publishing capabilities and in this release you will probably see more and … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , | Comments Off

Trim SharePoint 2010 search results – part 1

One of the biggest and most popular features in SharePoint 2010 is search capability. Clearly there has been a lot of investment in a search area and architecture of search has been completely redesigned since MOSS. In this article I … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , | Comments Off

Problems provisioning webparts in SharePoint 2010

When working with SharePoint solutions – you often provision web parts and other components to the site. Recently I have been provisioning several web parts on the page programmatically using Visual Studio 2010 module and ran into an issue where … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , | Comments Off

Excluding SharePoint 2010 search results of certain file types

Out of the box, SharePoint 2010 search displays all files that your search keyword hit. Just recently one of the readers was interested in how to limit the display of results of certain files types only. There are few approaches … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , | Comments Off

Programatically choose columns to display in RSS view of SharePoint 2010 lists

Last time I talked about Changing SharePoint 2010 list and library RSS SettingsĀ where we looked at how you can set various list and library RSS settings programmatically. In SharePoint 2010 you can also choose what fields are going to be … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , , , , | Comments Off

Changing SharePoint 2010 list and library RSS Settings

In MOSS you can subscribe to the RSS of the list or library and get updates when something changes. In SharePoint 2010 you can choose what information will go into the RSS feed; things like columns and title of the … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , | Comments Off