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
March 2009 - Posts
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:47 AM
Theme change!
Just changed the them on the blog. Not because I like the new one, but purely because I have some posts coming up which can’t display properly. Long method signatures and fancy LINQ queries tend to get cut off and don’t fit will in a confined space. For
Posted by
benwilli
|
0 Comments
Filed under:
Fun
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