Wednesday, March 31, 2010

Windows Phone 7 Intro video

Get Microsoft Silverlight

Windows Phone 7 Development links

I just followed a great TechDays Belgium session about Windows Phone 7 and I must say this definitely rocks …. and it is really easy to get started as all the necessary Windows Phone 7 developer tools can be downloaded from http://developer.windowsphone.com. There are basically 2 models for building applications for Windows Phone 7 – either using the XNA model or using the Silverlight model.

If you download the developer tools you will notice that they can be added to an existing Visual Studio 2010 installation or if you don’t have Visual Studio installed it will add Visual Studio 2010 Express for Windows Phone. The download also contains the Windows Phone Emulator as well as XNA Game Studio 4.0 – check out the Windows Phone 7 Training Kit on MSDN and the Windows Phone 7 Training Kit direct download.

Some interesting tidbits:

  • Currently C# is the only supported programming language
  • Windows Phone is cloud-ready – you might for example want to integrate XBox Live
  • Windows Phone will only support 2 resolutions – 480x800 and 320x480
  • Your windows phone is orientation aware - in Silverlight you will have explicit orientation events which you can use to manipulate the UI in your apps.
  • Since the Windows Phone has a built-in accelerometer you will be able to program against it – using a standard API
  • Windows Phone 7 supports multi-touch, again a new way to handle input both in XNA as well as Silverlight.
  • Navigation uses pages

Related links:

Expect more info to come in the next days ….

Sunday, March 28, 2010

SharePoint Saturday Belgium – 8th of may 2010

BIWUG is organizing the first ever SharePoint Saturday in Belgium.

When: Saturday 8th May 2010

Where: Hof Ter Helst, Kattenbroek 1, 2650 Edegem

We will welcome you as of 9 o'clock for a coffee and sessions will start at 9:30.

9:30-9:45 Welcome and Introduction

9:45 - 10:30 Visual Studio 2010 Tools for SharePoint (Karine Bosch)

10:40 - 11:30 LINQ to SharePoint (Serge Luca)

11:40 - 12:30 Client Object Model (TBD)

12:30 - 13:40 Lunch break  with sandwiches and drinks

13:40 - 14:30 Sandboxed solutions (Steven Van De Craen) 

14:40 - 15:30 MetaData in SharePoint 2010 (Joris Poelmans)

15:40 - 16:30 SharePoint, WCF Services en REST (Stéphane Eyskens)

16:30 - Closing drink

Don't hesitate to register now as registrations are limitted to 100 participants.

We really hope to welcome you!

Don't forget to also take a look at the SharePoint Saturday Belgium event site...

 

Saturday, March 20, 2010

Using MailServer for SharePoint 2010 development box

As you probably know SharePoint 2010 development is only possible on Windows Vista, Windows 7 or Windows Server 2008/2008 R2 (all 64 bit versions). I still prefer using Windows Server 2008 so I need POP3 mail server functionality to test e-mail integration and so on…  I have used the POP3 extender from Visendo in the past for this but it did not work quite as fluent as expected.

I just finished installing a new SPS 2010 dev box so I decided to use SmarterMail – for a walkthrough about how to configure SmarterMail check out Reza’s blog.

Wednesday, March 10, 2010

Folksonomy and Taxonomy – do you have to choose?

With the introduction of SharePoint 2010 and the way that it supports free tagging (folksonomy) as well as a centrally managed controlled vocabulary (taxonomy) using the managed metadata column – the debate about taxonomy versus folksonomy will probably light up again. In my personal opinion – there is no need to choose between one of both. The way that SharePoint 2010 supports the notion of promoting free tags into a managed taxonomy demonstrates that a folksonomy can be used as a source to define a taxonomy as well.

Related links:

Saturday, March 06, 2010

SharePoint 2010 – launch May 12th, RTM in April

Just picked this up from the SharePoint team blog – SharePoint 2010 & Office 2010 Launch:

Today, we officially announced that May 12th, 2010, is the launch date for SharePoint 2010 & Office 2010. In addition, we announced our intent to RTM (Release to Manufacturing) this April 2010. 

It’s an exciting time for us! We hope you can virtually join us on May 12th at 11am EST to listen to Stephen Elop, President of the Microsoft Business Division, announce the launch. You can register for the event @ http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx

Arpan Shah
Director, SharePoint

Friday, March 05, 2010

BIWUG on SharePoint 2010 revisited

I have just upload the presentations and the code sample from Stephane on SPLinq to the BIWUG site – if you want to see the sessions again – don’t forget to take a look at the BIWUG on SPS2010 recordings

Wednesday, February 24, 2010

Your favourite feature in SharePoint 2010?

(Click the image to see it bigger)
I did a little survey as part of the contest to win a free TechDays ticket - with the question: What is your favourite feature in SharePoint 2010 - here are the results


So what's your favourite feature - leave a comment.

Monday, February 22, 2010

SharePoint 2010 - the enterprise managed metadata (EMM)service, enterprise content types and content type syndication

Did you ever try to deploy content types across multiple site collections in SharePoint Server 2007 and keep them in sync afterwards? If so, you probably now that this is not that easy – there is not standard support for this in 2007. Some of you will have tried the SharePoint cross-site configurator on Codeplex. Luckily this issue has been solved with SharePoint 2010 which has built in support for central management of content types from a master site collection and afterwards pushing out the changes to other site collections – this commonly referred to as content type syndication and the content types within the master site collection hub are called enterprise content types. Another great feature enabled by the Enterprise Managed Metadata (EMM) service application.

Thursday, February 18, 2010

Taxonomy and the Managed Metadata service in SharePoint 2010 – great links

The managed metadata service in SharePoint 2010 provides a central store for keywords and a hierarchically organized metadata - think of lookup columns but then a lot better with hierarchy support and central management across site collections, web applications or even farms.  If you’re new to the concept of the managed metadata service, managed keywords and the managed metadata field I strongly suggest that you take a look at the following links:

Wednesday, February 17, 2010

SharePoint 2010 and content organizers

Content organizers allow for content submitted to SharePoint to be rerouted to the correct location based on a number of routing rules which use both content types and it’s metadata to provide a certain routing logic. It’s actually an improved version of the routing logic which was available in the SharePoint 2007 records center. There are some excellent blog posts out there if you want to learn more:

Monday, February 15, 2010

Folders and metadata – again ….

Anecdote about Subfolders versus Metadata – a story about resistance and changing jobs. Sounds familiar – take a look at these postings  - Follow up – Folders in SharePoint document libraries  - Why???

Luckily location based metadata in SharePoint 2010 will allow us to use the best of both worlds – keep the old school way of organizing information in folders while automatically assigning metadata linked to the folder location.

SharePoint Server 2010 – Social Data Statistics Web Part

Check out - http://code.msdn.microsoft.com/socialstatswebpart

This sample consists of a Microsoft Visual Studio 2010 SharePoint Visual Web part project. After you build and deploy this project on your Microsoft SharePoint Server 2010 site, you can add this Web part to any page where you want to display statistics for the social tagging activities of your users. The Web part displays the following information in three tables:

  1. Each URL that has been tagged, and the terms with which each URL has been tagged.
  2. Each term that has been used in a social tag, and the number of times that term has been used.
  3. Each user who has added a social tag, and the number of times that user has tagged URLs.

The sample demonstrates how to use the new Social Data object model in SharePoint Server 2010. It also takes advantage of the SharePoint Visual Web Part template, one of the new SharePoint templates that you can use in Visual Studio 2010.

Wednesday, February 10, 2010

Looking for application data folder in Windows 7?

If you need to find the Application Data directory, just type %appdata% in the Run dialog box, the Start menu search box, or at the command prompt. This will open the correct folder.

Technorati Tags: ,,

Win free ticket for TechDays 2010 Belgium with BIWUG

BIWUG (The Belux Information Worker User Group) is giving away a free ticket for TechDays 2010. So how can you get this free ticket – very simple: please provide an answer to the following questions:

1.What is the coolest new feature in SharePoint 2010?

2. How many people will have send in their vote for the coolest feature by Friday 19th of February?

Send me an email at joris.poelmans@realdolmen.com and take your chance to win this ticket!

PS I will publish the results of this little survey afterwards ….

Technorati Tags: ,

SharePoint 2010 – new developer training material including full virtual machine download

Lots of new SharePoint 2010 training material released in january:

Thursday, February 04, 2010

Corporate culture, not technology, drives collaboration

This post in Webworker daily about the significance of corporate culture on collaboration within your organization reminds me of some other blog posts which I wrote a while back:

The author clearly makes the statement that you first need a corporate culture which embraces a new work paradigm where you empower people to organize work in their own fashion. This is similar to what I wrote earlier:

I think that you will first need to create a mindset within your company which is ready to embrace collaboration and knowledge sharing before you can start thinking about Enterprise 2.0 - a view which is confirmed by this guy  - Enterprise 2.0 - Culture required?  But on the other hand for those people in your company who get it, you want to provide the necessary tools.

With a new web savvy generation entering the work force companies will need to provide the necessary tools and freedom to allow people to work in ways that you probably did not imagine. This will mainly require a shift in management style from command and control to collaborate and connect

Our CEO once wrote – the culture of an enterprise is largely determined by the behavior of its leaders (for the dutch text – see De cultuur van een onderneming wordt bepaald door het gedrag van zijn leiders) – a quote taken from Execution: The Discipline of Getting Things Done by Larry Bossidy. I could not agree more.

Wednesday, January 27, 2010

BIWUG on SharePoint 2010

On Tuesday, the 9th of February 2010 BIWUG organizes the first sessions about SharePoint 2010 in the new Ordina offices in Mechelen. We have a great line up amongst which 3 Belgian SharePoint MVP's presenting.

Date and hours:

February 9th, 2010
(The event is free, but registration is required.)

Sessions:

  • 18:00 - 18:30: Welcome
  • 18:30 - 19:00: Introduction to SharePoint Server 2010 (Joris Poelmans – SharePoint MVP)
  • 19:00 - 19:30: LINQ to SharePoint (Stephane Eyskens – SharePoint MVP)
  • 19:30 - 20:00: Client Object Model (Jan Tielens – SharePoint MVP)
  • 20:00 - 20:15: Break
  • 20:15 - 20:45: Business Connectivity Services (Frank Cleynen)
  • 20:45 - 21:15: Workflow (Peter Plessers)

Location:

Ordina HQ
Blarenberglaan 3B
2800 Mechelen

Route description to the Ordina HQ can be found here. Please print the itinerary, as most GPS devices have problems with finding this address.

Registration:

Click here to register for this event.

 

Monday, January 18, 2010

User activity statistic in SharePoint Server 2007

Did you ever wonder what the User Activity value means in the SharePoint site statistics? Apparently this is the total number of times the user accessed the site (or site collection) over the past 30 days, divided by 30 to give daily average.

Great explanation on MOSS Usage Reports Explained