Archives
-
Live Mesh FeedSync: an overview of the protocol under the hood
-
Live Mesh Everywhere: open source and cross-platform
You have probably read or listened all the (maybe a bit vague) information about the Mesh Operating Environment (MOE): a platform that will allow multiple applications and devices to participate in the Live Mesh.
-
Improving MoQ to allow arrange-act-assert testing style
-
MoQ now uses xUnit for its unit tests
After talking to a few guys during the MVP summit and the proceedings of the ALT.NET conference, I decided to give xUnit a serious try.
-
Locating the active item in the solution explorer
Say you are working with a code file. At some point, you "Go To Definition" of another type, and now you have its code file opened. Or maybe you just run the solution to debug a weird issue that's happening, turn on "break when exception is thrown" option, and just when the exception is thrown, Visual Studio gets activated, and you get the relevant code file opened at the appropriate location.
-
For those that think Microsoft Connect is useless
A while back I reported both through my weblog and Microsoft Connect what I thought was a serious flaw in the WPF validation infrastructure for ValidationRule and Binding. The issue, in short was:
-
Is Adobe AIR really a v1 product?
-
Expression tree usage in ASP.NET MVC Preview 2 rocks!
The latest MVC release adds some pretty cool usage of LINQ expression trees. It's another example of how cool (and WAY beyond querying) LINQ is.