dotnetmag

dotnetmag

Meet me at the SharePoint Connections conference in Den Haag!

In less than a month the next SharePoint Conference goodness in the Netherlands is coming up: SharePoint Connection in Den Haag (or the Hague for most non-Dutch). The conference will be on September 28th and 29th in the World Forum. It will be another great conference with exciting sessions and great speakers. You can find the complete details about the conference and a list of all speakers and sessions on http://www.devconnections.com/speurope/. I will be presenting three sessions myself: Overview of What's New in SharePoint 2010 for IT Professionals In this introductory overview session...

Best Practices Conference 2010 Wrap up

The SharePoint Best Practices Conference in Washington is over and I had a great time. I’m back home now, still jetlagged, I will use the weekend to try and get over that. I was one of the keynote speakers, which was a first for me. I really liked doing the keynote with 4 of my fellow Microsoft Certified Masters, Tom Resing, Chris Beckett, Brian Culver and Spencer Harbar. I hope we will get more chances like this where we can promote the MCM Program in the SharePoint world. I also sat on the development panel...

Site Definitions vs. WebTemplates

The site definition vs. webtemplate vs custom code discussion is a very old and ever returning discussions. There are at least four different approaches: Creating full blown custom site definitions Creating custom empty or blank site definitions and provisioning those with (stapled) features and code Creating site templates Using custom code I think it is safe to say that the first option is a bit out of date. Creating full blown site definitions requires writing a lot of tedious XML in...

SharePoint Community Stuff Updates

It has been a bit quiet over the last few weeks here, while I was in Redmond, undertaking the SharePoint 2010 Microsoft Certified Master training. I’m back now, so I hope you enjoyed the silence while it lasted…   DIWUG eMagazine While I was hiding in Redmond, Marianne finished the work on the second DIWUG eMagazine. A big heads-up for Marianne for taking on a lot of the work on her own for this one. The magazine has turned out great again, with a lot of very cool SharePoint articles: Web...

SharePoint Evolution Conference 2010 wrap up and slide decks

I had the honour of speaking at the SharePoint Evolution Conference this year. The original plan was to fly to London on Saturday afternoon and to present on “Using SharePoint search to develop custom solutions” on Wednesday. Because of the infamous volcanic ash cloud that Iceland so kindly send in our (or basically in every) direction things worked out a little bit differently. On the Saturday afternoon I took the train from Rotterdam Central Station to Brussels Midi and from Brussels Midi I took the Eurostar train to London St. Pancras. I must say that this wasn’t an...

Configuring claims and forms based authentication for use with a SQL provider in SharePoint 2010

Today I worked on configuring forms based authentication for SharePoint 2010. Using forms based authentication automatically means using claims based authentication in Sharepoint 2010. I tried using both an LDAP provider and a SQL provider. My initial goal was to get them both working in the same environment, but after a lot of hours of staring at XML in web.config files I gave up on that one. Instead I created separate environments for using LDAP and SQL providers. Because of this I will also write two separate blog posts. This one will explain how to set up forms based authentication...

Configuring claims and forms based authentication for use with an LDAP provider in SharePoint 2010

Today I worked on configuring forms based authentication for SharePoint 2010. Using forms based authentication automatically means using claims based authentication in Sharepoint 2010. I tried using both an LDAP provider and a SQL provider. My initial goal was to get them both working in the same environment, but after a lot of hours of staring at XML in web.config files I gave up on that one. Instead I created separate environments for using LDAP and SQL providers. Because of this I will also write two separate blog posts. This one will explain how to set up...

Wrap up: DIWUG event at VX Company

Last Tuesday (April 13th) we had another DIWUG evening. This one was sponsored by and hosted at VX Company in Baarn. We started out with a nice dinner with fancy sandwiches and a great sateh. After that Immanuel Kranendonk introduced us to VX Company and announced a business card draw to win one of five “Microsoft SharePoint 2010: Building Solutions for SharePoint 2010” books. After that I had the honour of presenting the first session on “Using SharePoint search to develop custom solutions” myself. I talked about extending the out of the box web part by inheriting...

Deploying a custom master page in SharePoint 2010

Lately I’ve been playing around with Visual Studio 2010 tools for SharePoint. I’ve been trying to come up with examples on how to use each of the available item templates. Today I created a Module. A module can be used to deploy files to your SharePoint environment and the scenario I came up with was to use a module to deploy a master page. I started out by creating an Empty SharePoint project. This can have any name you like and it can be both a farm and a sandboxed solution ...

Custom Search Solutions for SharePoint 2010 - FullTextSqlQuery

If you are building a custom search solution based on SharePoint 2010 you might want to build your own custom query to query the SharePoint index. If you do you probably need to use the FullTextSqlQuery class, just like I am for my custom Birthday web part. While building that web part I ran into a couple of things that I might be able to spare others. First thing to note is that the FullTextSqlQuery is available in two different namespaces. There is Microsoft.SharePoint.Search.Query.FullTextSqlQuery for SharePoint Foundation and there is Microsoft.Office.Server.Search.Query.FullTextSqlQuery for SharePoint Server. Be aware of which version...

Full dotnetmag Archive