Category Archives: sharepoint

Creating search scopes for SharePoint site collection

When working on a intranet or external site in SharePoint – chances are that you are going to incorporate search in your solution. In some cases you would probably need to separate your search results based on a rule and … Continue reading

Posted in sharepoint | Tagged , , , | Comments Off

Automatically enabling anonymous authentication on SharePoint 2010 site

When building public site using SharePoint 2010 one of the items on the list is to make the site accessible to anonymous user – obviously. There are few things involved having this happen. First setting must be performed on Web … Continue reading

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

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

Deploying SharePoint 2010 search results trimmer

If you’ve been reading this series of articles – you  know we’ve been talking about search service architecture and how to create an assembly that will trim your search results depending on custom conditions. Now is the time to talk … Continue reading

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

Trimming SharePoint 2010 search results – part 2

In my last article we looked at SharePoint 2010 search service arhvcitecture and what’s involved in search results trimming. In this article we’ll take a look at how to write your custom security trimmer assembly. 1. Start by creating a … 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