September 3, 2009 tools

Add “Search the Internet” Back to the Win7 Start Menu

Add “Search the Internet” Back to the Win7 Start Menu

Windows 7 took away a feature I use all the time, as shown on the right: Search the Internet.

September 2, 2009 oslofeaturedcontent

Amanda Laucher on Using Oslo for DSLs

Amanda Laucher talks about Oslo and its tools, Intellipad, m.exe and mg.exe - the
July 24, 2009 oslofeaturedcontent

SQL Script to Uninstall an “M” Image

In the May CTP bits, we started working on parts of uninstall support for schema created by an image, but didn’t expose it as a user-visible feature as we will in future CTPs. So if you want to get your hands on this functionality right now, give this SQL script a try. This creates a stored procedure creatively named Uninstall,’ which takes one argument, the id of the image to uninstall which can be obtained from the [Language.Catalog.Runtime].[Images] table.”

July 10, 2009 spout

PowerBoots makes me want to use PowerShell!

I’ve picked up PowerShell half a dozen times or more. The central premise, that I can pipe streams of objects instead of streams of text between programs, is pure genius. However, in the day-to-day, two things make me put it down again every single time:

July 10, 2009 oslofeaturedcontent

Modeling Inheritance in “M”

Dave Langer, an architect at Microsoft, explores the question of how to model inheritance in M”
July 10, 2009 oslofeaturedcontent

Use the “Oslo” Repository to Store Service Config

Mikael Håkansson has built a WCF ServiceHostFactory to load service configurations from the Oslo” Repository, which allows you to configure your services with
July 9, 2009 oslofeaturedcontent

Telerik Ships Alpha “M”-Based Comparison Tool

Imagine you’ve shipped v1 of your database applications against a schema created from M”. Now, you’re about to ship the v2 of your database, but what about the v1 clients? Are the tables and views exposed from your database backward compatible or are you going to break those existing clients? How do you even find out?

Well, wonder no more! Telerik has shipped the alpha of their Oslo” comparison tool, which can compare v1 of your M” source code against v2 to see what’s changed and whether that’s going to break your v1 clients. And as if that weren’t enough, they’re working on another version of the tool that will create scripts so that you can migrate your v1 data to v2 after you’re satisfied that your v1 clients will continue to work.

July 8, 2009 oslofeaturedcontent

Telerik Does LINQ to “M”

Stephen Forte and Mehfuz (who, like Prince and Cher, needs no last name), have built LINQ to M”, which means that if you’ve got M” source code like this (shown in a C# string variable for loading convenience):

string MGraphCode =
@"{{Name=""Stephen Forte"", Age=37}, ... }";

← Newer Entries Older Entries →