Welcome to MSDN Blogs
Sign in
|
Join
|
Help
The Brain Dump
My brain poured out on paper (or so to speak)
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
Admin Center
April First
C++
CLI
Dallas
Debugging
Fiddler
Fun
LINQ
Live Framework
Live Mesh
Photosynth
security
Silverlight
Silverlight Streaming
Thailand
Training
Travel
Virtual Earth
Visual Studio
webcast
Windows Live
Windows Live ID
News
These postings are provided "AS IS" with no warranties, and confers no rights.
Archives
August 2009 (1)
April 2009 (1)
March 2009 (11)
February 2009 (3)
December 2008 (3)
November 2008 (4)
August 2008 (2)
July 2008 (2)
June 2008 (1)
April 2008 (9)
Team Blogroll
Rick Rainey
Yves Dolce
Larry Wall
Pat Altimore
Maarten Van De Bospoort
Larry Duff
Erik Leaseburg
Tim Rule
Michael Washam
Sylvia Vargas
Chris Hopkins
Girish Pillai
Windows Live Blogroll
Windows Live Platform team
Angus Logan
Via Windows Live
Live Mesh Blog
Windows Live Dev Resources
Dev.Live.Com
Windows Live QuickApps
Windows Live Quick Start
Browse by Tags
All Tags
»
Live Framework
(RSS)
C++
CLI
Debugging
Fiddler
LINQ
Live Mesh
security
Silverlight
Silverlight Streaming
Visual Studio
webcast
Windows Live
Windows Live ID
Friday, August 21, 2009 11:58 AM
Important Updates to Live Services!
from the Live Services blog : Important Updates to Live Services Starting September 8th, 2009 the Live Framework CTP (services, SDK & Tools) will be unavailable. The Live Framework will be integrated into the next release of Windows Live. Stay tuned
Posted by
benwilli
|
0 Comments
Filed under:
Visual Studio
,
Silverlight Streaming
,
Windows Live
,
Live Mesh
,
Live Framework
Monday, March 30, 2009 12:37 PM
Feeling a bit loopy
A looping construct is one that is often requested in the Live Framework forum discussions regarding scripting. With the latest release you can now perform loops and iterate over collections in resource scripts. In the following example we will walk through
Posted by
benwilli
|
1 Comments
Filed under:
Live Framework
Monday, March 23, 2009 8:54 AM
Building a better library through blog conversations
In my helper library post Jamie Thompson rightly points out that the MeshObject helper doesn’t help that much in a MEWA since you primarily use the MeshApplicationService instead. So he added a few methods to extend the pattern to the MEWAs . Thx Jamie
Posted by
benwilli
|
0 Comments
Filed under:
Live Framework
Friday, March 20, 2009 5:06 PM
Release the hounds!
Up on http://code.msdn.microsoft.com/LiveFramework we have released 6 new code samples including Office add-ins and code in PHP and IronPython! You may read the announcement or go straight to the goodies .
Posted by
benwilli
|
0 Comments
Filed under:
Live Framework
Friday, March 20, 2009 10:18 AM
I’m just async. Yes, I’m only async.
Some people have noticed (especially those who read the release notes ) that the new Live Framework April CTP removed all the synchronous methods from the Silverlight MEWA library. Sometimes when big changes happen, I like to cull internal email discussions
Posted by
benwilli
|
0 Comments
Filed under:
Silverlight
,
Live Framework
Monday, March 16, 2009 4:02 PM
Live Framework now supports the Windows Live ID Client SDK!
Until now. if you were building a .NET client application for Live Framework you had to ask the use for his username and password and use that to log in on his behalf. In general its bad form to need to expose the credentials to anyone except the authentication
Posted by
benwilli
|
2 Comments
Filed under:
Windows Live
,
Live Framework
,
Windows Live ID
,
security
Thursday, March 12, 2009 3:15 PM
Live Framework Update!
As noted on the Live Framework Blog , the Live Framework team has released the April 2009 CTP update for the Live Framework. This update includes performance improvements, bug fixes, and improved functionality. For the details on what's new, see
Posted by
benwilli
|
0 Comments
Filed under:
Live Framework
Monday, March 09, 2009 11:26 AM
LINQing to the Live Framework (or “CreateQuery vs Entries”)
There are two possible different ways to query in the Live Framework if you are using the .NET or Silverlight Toolkits. They look very similar but behave differently. Let’s say we want to find all the Mesh Objects which start with the letter ‘M’ and generate
Posted by
benwilli
|
2 Comments
Filed under:
Live Framework
,
LINQ
Monday, March 09, 2009 10:57 AM
Moving from local LOE to local LOE
How Do I Ensure My Mesh Object Is Available Everywhere I Need It? Let’s say you have a scenario in which you have a regular WPF client application which is going to create and manage its own mesh objects in the local Live Operating Environment (LOE) on
Posted by
benwilli
|
1 Comments
Filed under:
Windows Live
,
Live Framework
Monday, March 09, 2009 10:14 AM
Live fx Helper Class
Everyone seems to have their own Live fx helper class. I use one myself to cleanup the sample code that I build to demonstrate functionality or to reproduce reported problems. In the past in the forums I’ve just put a little caveat into discussion to
Posted by
benwilli
|
8 Comments
Filed under:
Debugging
,
Windows Live
,
Live Framework
Friday, March 06, 2009 3:01 PM
Local LOE and Fiddler woe
Fiddler and the Live fx Resource Browser are the dynamic duo that debug my Live Framework applications. Recently I started doing some things that were specific to the local Live Operating Environment (LOE) and Fiddler doesn’t do that by default.
Posted by
benwilli
|
0 Comments
Filed under:
Debugging
,
Live Framework
,
Fiddler
Monday, February 23, 2009 2:58 PM
Cleaning up my mesh
After working with the Live Framework for a while I tended to accumulate a lot of random Mesh Objects as I build little samples to test this or that. I was just leaving these laying around but it was starting to clutter my account. And since the objects
Posted by
benwilli
|
0 Comments
Filed under:
Debugging
,
Live Framework
Monday, December 08, 2008 1:54 PM
Meshing in C++ (CLI)
I recently was asked about accessing the Live Framework from C++. Taking this from the standpoint of “Hey, I have a regular old C++ application. How can I start putting my stuff into Live Services using Live fx?” there are a couple of options. REST/XML
Posted by
benwilli
|
1 Comments
Filed under:
Live Mesh
,
Live Framework
,
C++
,
CLI
Monday, December 01, 2008 1:19 PM
Live Framework Webcast: Getting started with Live Framework
The Live Services team is having a webcast event for Live Framework (Livefx). During the session, you will have a chance to hear from the Microsoft engineering team which developed Live Framework. The session will be held from 8am PST to 10am PST on Dec
Posted by
benwilli
|
3 Comments
Filed under:
Windows Live
,
Live Framework
,
webcast
Tuesday, November 18, 2008 11:37 AM
Navigating LiveFX with .NET
When first given a new SDK, what I do is immediately try to figure out the object model. This is how I try to understand what the SDK developer’s intent was and how he thinks I will or should use the new tools provided. Since documentation on the object
Posted by
benwilli
|
1 Comments
Filed under:
Windows Live
,
Live Mesh
,
Live Framework
More Posts
Next page »