February 2010
M T W T F S S
« Jan    
1234567
891011121314
15161718192021
22232425262728

What I'm Doing...

Posting tweet...

Powered by Twitter Tools

Speaking at Cairo Code Camp

I’m exited about going to speak at Cairo Code Camp on the 27th and 28th of februari 2010. I will be doing two sessions at this code camp around the new Microsoft product SharePoint 2010. It is still in beta 2 but there is a lot of stuff to talk about.

Alexander_MeijersSM

The sessions are:

BCS usage and Web Part development in SharePoint 2010
The presentation will go into usage of Business Connectivity Services in SharePoint 2010 to connect to external data sources and everything you need to know when developing Web Parts in SharePoint 2010. This will be supported with some live demo’s.
Level: Beginner / Medior

Architecture of SharePoint 2010
This presentation will show us around infrastructure and software architecture decisions made in SharePoint 2010. Elements like requirements, metadata services, digital assets, farm configuration, services, application platform support and more.
Level: Medior

I’m looking forward to meet the technical people in Cairo and have a great weekend with full of great technical stuff and information.

Microsoft SharePoint Connections 2010 in Amsterdam RAI

Attend Microsoft SharePoint Connections at the Amsterdam RAI Convention Centre, 18-19 January, 2010. Highlights of this two-day event include over 40 technical sessions. This conference will cover many of the existing announcements and highlights of the International SharePoint conference held in Las Vegas. Learn about the new capabilities in the upcoming release of SharePoint 2010 now. The Microsoft SharePoint Connections conference also offers networking opportunities to engage with SharePoint industry partners who are exhibiting. Technical sessions will be delivered by known SharePoint experts from Europe and the USA.

For developers, SharePoint 2010:

  • Offers big changes for SharePoint development on Windows 7
  • You can now install SharePoint 2010 on a Windows Client
  • Includes support for LINQ, JSON, REST, Silverlight, jQuery and more
  • SharePoint 2010 becomes a true developer platform
  • Works great with Visual Studio 2010. New visual designers and project templates have been added to Visual Studio to develop, debug and deploy your SharePoint applications
  • Includes tighter integration between SharePoint Designer and Visual Studio and Visio
  • Includes a sandbox solution
  • Features great built-in workflow support

For IT professionals, SharePoint 2010:

  • Includes tighter integration with Office 2010
  • Supports SharePoint workspace client and Office web apps
  • Deploys better for cloud solutions
  • Allows new ways for small and large businesses to use SharePoint on the Internet using SharePoint Online
  • Features a new Business Collaboration Platform that connect and empowers people

Some well-known speakers like Spencer Harbar, Mirjam van Olst, Marianne van Wanrooij, Donald Hessing, Daniel McPherson, Matthijs Hoekstra, Bart Wessels and others will be there!

This will also be a great oppertunity to meet and connect to all the SharePoint people in the Netherlands.

http://www.devconnections.com/

Technical diagrams and posters on SharePoint 2010

On technet some technical diagrams and posters are pre-released on SharePoint 2010. Many of these resources are visual representations of recommended solutions.

 hostenvironment sharepoint 2010

 They include poster-sized documents available in formats including Microsoft Office Visio 2007 files (.vsd), PDF files, and XPS files. You might need extra software to view these files. See the following table for information about opening these files.

 The following for SharePoint 2010:

  • Services in SharePoint 2010 Products
  • Cross-farm Services in SharePoint 2010 Products
  • Topologies for SharePoint Server 2010
  • Hosting Environments in SharePoint 2010 Products
  • Search Technologies for SharePoint 2010 Products
  • Search Environment Planning for Microsoft SharePoint Server 2010
  • Search Architectures for Microsoft SharePoint Server 2010
  • Design Search Architectures for Microsoft SharePoint Server 2010
  • Business Connectivity Services Model
  • Microsoft SharePoint Server 2010 Upgrade Planning
  • Microsoft SharePoint Server 2010 Upgrade Approaches
  • Microsoft SharePoint Server 2010 — Test Your Upgrade Process
  • Microsoft SharePoint Server 2010 — Services Upgrade
  • Getting started with business intelligence in SharePoint Server 2010

http://technet.microsoft.com/en-us/library/cc263199(office.14).aspx

And the following for SharePoint Foundation 2010:

  • Services in SharePoint 2010 Products
  • Cross-farm Services in SharePoint 2010 Products
  • Hosting Environments in SharePoint 2010 Products
  • Search Technologies for SharePoint 2010 Products

http://technet.microsoft.com/en-us/library/ee806874(office.14).aspx

Installation And Configuration SharePoint 2010 Beta 2 What to know!

The last two days i have been busy trying to get an environment up and running for SharePoint 2010 beta 2. It took me some time but finally succeeded today. This post is attended to provide you information about the installation and configuration based on failures of my side and some blog posts i found.

I’m not that fortunate to have an 64bit system which allows virtualisation. Therefore i had to install my environment directly on a partition of my harddrive. The advantage is of course that my environment is working as fast as possible. The downside is that duplicating this environment for development purposes is not possible.

Determine your hardware and software requirements here. The following steps are necessary to install SharePoint 2010 beta 2 on a Windows Server 2008 environment.

1) Install Windows Server 2008 Standard / Enterprise on your partition (or virtual environment when possible). Make sure that you got the latest updates (mostly hotfixes) ,Service Pack 2 and the Cumulative Update 2. Do not use Windows Server 2008 R2 because a certain hotfix (step 3) is not yet available.

2) SharePoint 2010 offers two types of installation named Stand-alone and Complete Farm. I strongly believe that your development environment should be identical to the test, acceptance and production environment, so we will lateron install the Farm installation. SharePoint 2010 Products Configuration Wizard expects for Complete Farm installation the usage of domain accounts only. There is a work-around for this which can be found here. I rather use a domain. So you need to add the role “Active Directory Domain Services” for this. After installation a restart is required. Execute the application dcpromo.exe through the command line to generate a domain. Use for example the name corp.contoso.local and uncheck the DNS service during installation. If everything goes ok your environment will restart with corp\administrator as account.

3) You will need to install a hotfix which provides a method to support the token authentication without transport security or message encryption in WCF is available for the .NET Framework 3.5 SP1. If you do not install this fix, you will get “Unrecognized attribute ‘allowInsecureTransport’” error in ULS log. Even worse, most of your service applications will not run properly. The fix can be found here.

4) Install Windows SQL Server 2008 Standard / Enterprise. Do not install the R2 version of SQL Server. This will cause that some functionality inside SharePoint will not work anymore.

5) Install the SharePoint Pre-Requisites using the SharePoint 2010 beta 2 installer or install all Pre-Requisites yourself. List of Pre-Requisites and explanation with screendumps can be found here.

6) Install SharePoint 2010 beta 2 and choose Complete Farm installation. At the end of the installation the SharePoint 2010 Products Configuration Wizard starts up and will need some info to configure your environment. In my case create a new farm on localhost with the domain administrator account or another domain account because of security reasons. Finally go to “Configuration Wizards” in SharePoint 2010 Central Administration to setup your environment completly.

7) install other applications like Office 2010 beta 2, SharePoint Designer 2010 beta 2, Visual Studio Team System 2010 beta 2 and Visio 2010 beta 2.

A lot of my problems were resolved thanks to the blog post of Jie Li.

Have fun!

Betas SharePoint 2010, Visio 2010, Office 2010 and SharePoint Designer 2010 available

I was just surfing around when i got the feeling, lets check the MSDN subscriptions website. And yes… All betas 2 are released since this morning UTC time (meaning available now for us in Europe). The following betas are made available:

  • SharePoint Designer 2010
  • Office 2010
  • Visio 2010
  • SharePoint 2010

Visual Studio 2010 beta 2 was already released. So download all the iso’s from the MSDN subscriptions and start installing your system. Keep in mind that you will need a MSDN subscription to get those files.

Have fun!