Desmond File

Blog archive

Oslo: Making Models

Microsoft is working overtime to change the way you write software. That message might have gotten lost in all the news about Windows Azure, Windows 7, and all the .NET 4.0 and Visual Studio advances at the Microsoft 2008 Professional Developers Conference (PDC) last month. But one look at the messaging and tooling coming out of the "Oslo" project makes this fact crystal-clear.

We spoke at PDC with Burley Kawasaki, director of product management in the Connected Systems Division at Microsoft. He's in charge of managing the Oslo project, which is comprised of the "M" modeling language, the "Quadrant" visual modeling tool and the Oslo repository. These tools, currently in community technology preview (CTP), allow developers to create their own domain specific languages (DSLs) that are tuned to address a specific set of issues or requirements. Just as important, Oslo encourages developers to further abstract their thinking, building application behaviors based on configurable models that can be reused and reshaped.

To hear Kawasaki tell it, Oslo is just the latest -- albeit, most significant -- move in what has been a years-long trend at Microsoft toward model-driven development.

"We benefit from the fact that the core .NET platform has been getting much more model-driven over the last three-plus years. If you think about things like Silverlight or WPF, they are very model-driven. The presentation layer isn't specified as code, it's specified as XAML, and it's configurable so if I change the definition of the XAML file, it changes the presentation of my application," Kawasaki explained.

"The same is true for Web services. If I change the configuration metadata on a WCF-based service, it can change the behavior of the service. Or ASP.NET with the latest MVC extensions -- very model-driven. The whole structure of your application now is really a set of models, so as a platform it is getting much more model-driven," he concluded.

Microsoft developers seem attentive to Microsoft's modeling mantra. The Lap Around Oslo presentation at PDC, hosted by Microsoft Product Unit Manager Douglas Purdy, was packed with developers anxious to get familiar with the new tooling. Based on the response I saw at the presentation, the Oslo tooling was well-received.

Have you worked with the Oslo CTP? What are your impressions of the M modeling language and Quadrant visual editor? What works and what still needs work? E-mail me at [email protected]. And let me know if you think Microsoft's modeling push can really help dev shops better build and manage their applications.

Posted by Michael Desmond on 11/11/2008


comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube