M Programming Language with Paul Vick
Published July 13th, 2010 Under Coding, Database | Leave a Comment
Paul Vick describes the purpose and concepts of the M Programming Language. The Microsoft code name “M” language is a declarative language for working with data and building domain models. “M” lets users write down how they want to structure and query their data using a textual syntax that is convenient to both author and reader. “M” does not mandate how data is stored or accessed, nor does it mandate a specific implementation technology. Rather, “M” is designed to allow users to write down what they want from their data without having to specify how those requirements are met by a specific technology or platform.
Data Programming and Modeling for the Microsoft .NET Developer
Published April 29th, 2010 Under Architecture, Database, Services | Leave a Comment
This code-centric talk focuses on the advances being made in tools, languages, and frameworks that simplify how to model, consume, or produce data. Hear about the future of data programming and modeling using Microsoft products and services.
“Oslo”: Repository and Models
Published December 10th, 2008 Under Architecture | Leave a Comment
“Oslo” is making news. We’re taking silos of proprietary, platform, and application data and opening it up for sharing. What gets shared? Deployment configuration, web services definitions, workflow definitions, and that’s just a start. Learn how to utilize platform models, how to extend models, and how to add your own models to the repository using the “Oslo” modeling language. Also learn how to version, secure, and deploy models.
“Oslo”: Building Textual DSLs
Published December 10th, 2008 Under Architecture | Leave a Comment
The “Oslo” modeling language can define schemas and transformations over arbitrary text formats. This session shows you how to build your own Domain Specific Language using the “Oslo” SDK and how to apply your DSL to create an interactive text editing experience.
The “Oslo” Modeling Language “M” Grammar
Published November 26th, 2008 Under Architecture | Leave a Comment
Language Architect, Paul Vick, discusses “M Grammar,” the “Oslo” modeling language in detail. Gain a 360 degree view of how “M” helps people create and use textual domain-specific languages and data models.
keep looking »