7/24/2008
LifeCycle Solutions - Home ( the software development blog )
 

<July 2008>
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

Subscribe to this feed:

RSS 2.0 | Atom 1.0 |CDF





Add to Technorati Favorites

Friday, April 25, 2008

I got my beta invite today and tried out Windows Live Mesh.   There a are a couple similar services out there, not the least of which is Microsoft's own FolderShare.  But what makes Mesh interesting is the promise of true, seamless synchronization between PCs, mobile devices, and the web.  Your data just appears everywhere you want it to.  In theory, there's no need to use ActiveSync or any other tool to sync up.  Add to that a sharp, clean UI and this is an interesting new product (Excuse me, Technology Preview).

By sheer coincidence, I also played with Peer-to-Peer binding in Windows Communication Framework.  This lets you very easily expose your services in a P2P manner, and also uses the term "mesh" to describe the "cloud" into which your application is connecting.  I haven't quite figured out when I could use it in a typical line-of-business app, but there's something fun about being able to dress up your services in P2P, Message Queuing, or any of the other suits WCF offers, just by adjusting configuration.

Posted by Daniel Root

Tuesday, April 08, 2008

Did you know there was a "hidden" code-generation feature in VS2008?  Text Templating Transformation Toolkit  (aka T4) actually debuted in VS2005 Guidance Automation Toolkit, but shipped baked into VS2008.  This gives you CodeSmith-style code-generation templates that can be used in your projects to generate code from any source.  Simply add a text file with the extension ".tt", and VS will add a "Transform Templates" button to the solution explorer window. 

Here's a video that shows some of the basics:
http://msdn2.microsoft.com/en-us/vs2008/cc308634.aspx

Posted by Daniel Root

© 2006 LifeCycle Solutions, LLC | All Rights Reserved