Kevin Hoffman has a very quick overview of getting started with the Live Framework SDK and Tools for Visual Studio. I just wanted to go through the process in a little more detail to point some things out along the way. The first thing you will need to do is to get yourself signed up to the Live Framework CTP. This can be done via the Microsoft Connect website – there currently seems to be a waiting list for this which Microsoft will hopefully open up as they get closer to release for the Live Framework.
Once you are on the CTP program you need to install the following components:
You will also need to complete the registration process by going to the Azure Services Developer Portal. If you don’t already have an Azure account you may be prompted to agree to the services terms and conditions after signing in with your Live Id. Once in, you will need to go to the Account tab where you can reclaim the token you would have been assigned by entering the CTP program – this will enable you to create Live Framework projects.
Now that you are ready, let’s begin by creating your first Silverlight Mesh-enabled Web Application. You can do this by opening Visual Studio 2008 and selecting File>>New>>Project. In the New Project dialog you will see that there is now a tree item for Live Framework where there are some templates for creating Mesh applications.
Here we are selecting the Silverlight application and of course we are doing the canonical Hello [World] Mesh application. Upon selecting Ok you will see that two projects are created. One is the actual Silverlight application, whilst the other is used for packaging and deploying to the Azure platform ready for debugging – yes, that’s right you can debug your application whilst it is running in the cloud.

Here we have only slightly modified the text in the created TextBlock but other than that there have been no other changes. Without doing anything further we can go ahead and hit F5 to begin debugging the application in the cloud. When you do this you will notice the following dialog appear.
These three steps will take a couple of minutes but luckily only need to be done the first time you are debugging your application.
1.You will need to go back to the Azure Services Developer Portal (this can be done by clicking the link). There you will need to hit the New Project link.
Then select the Live Framework CTP project type. If this is disabled then you haven’t got a valid token registered against your Live Id account.
Next, fill in the details about your project
Select Mesh-enabled Web application, and hit Create to complete the project creation wizard.

2. Now, return to the dialog in Visual Studio and hit the “Copy full path of HelloSilverlightMesh.zip to clipboard” link. This is the local path for the compressed file that you need to upload to the cloud that represents your application.
Return to the Azure Services Developer Portal where you should still have the project you just created visible.
Select the Upload Package button, then hit the browse button. When prompted for a file to upload, just paste (Ctrl-V) the path from the clipboard and press Ok.
With a file select, hit the Deploy button to upload the application to the cloud.
I’ve experienced some issues at this point where it hasn’t accepted the application the first time I’ve attempted to upload it. You may need to retry this step a couple of times. Once it has been done successfully you will notice that the project information page has been updated to include additional information. This includes the Application Self Link which is required in the third step.
Select the Application Self Link url and copy (Ctrl-C) into the clipboard.
3.Paste the url into the textbox in the Visual Studio dialog
Click Ok to proceed with application deployment.
Once deployment has been completed you will notice that a new Internet Explorer window appears with your Live Desktop (you may be prompted to Sign In). Open on your Live Desktop should be your newly created application.
Notice that there is an application icon on the desktop so that you can restart your application at a later stage.
As Kevin points out, where this becomes really cool is that this application can be synchronized to your desktop. To do this you unfortunately need to uninstall the publically available Live Mesh client. Once you have done this, go to the Mesh CTP Live Desktop (https://developer.mesh-ctp.com/) and click on Add Device – from here you can download the LiveFrameworkClient installer. This is essentially Live Mesh but is only enabled for application synchronisation.
After installing the Live Framework Client you will of course be prompted to sign in. As with the Live Mesh Client you will have to enrol your computer into the (developer) mesh, which will in turn synchronise the Silverlight Hello Mesh application to your desktop.
Double-clicking this icon, like any other icon, opens the application. Despite being a Silverlight application it runs outside the browser with the familiar Live Mesh information tab alongside it.
This is the start of interesting times for application developers. I think that the Live Framework and other services offered by the Azure Platform will significantly change the way we architect applications into the future.