Tagged Questions

2
votes
26answers
2k views

Is Oslo going to make the role of developer obsolete?

Before, during, and after The PDC there was plenty of talk about Model-Driven Development bringing about the obsolescence of "the developer" as we know it today. Many people are s …
1
vote
3answers
103 views

What is the difference between “DSL Tools” and “Oslo”?

Hi, I've just started playing with domain-specific tools development, and I'm playing with Visual Studio SDK DSL Tools. However, I heard that Microsoft have another initiative int …
0
votes
3answers
194 views

Microsoft Codename?

Hello, Today I was walking at the MSDN Forums and I see two very strange forums, Microsoft Codename 'Oslo' and Microsoft Codename 'Dublin', what is this? what they do?
0
votes
1answer
20 views

Is there a way to parse a T-SQL select statement with the “Oslo” M runtime?

Searching around the Microsoft.M assembly I found the SourceParser class and whole set of classes in the Microsoft.TSQL10 namespace that seem related to parsing SQL but I cannot fi …
0
votes
0answers
51 views

MGrammar for parsing IF statement

I am building up a MGrammar spec to parse some pseudo code looking for particular bits of information. I have most of the spec working except for 1 cruical element. The pseudo …
2
votes
1answer
104 views

Will I be able to create dynamic classes at runtime in Oslo?

For instance, will I be able to create an application that allows users to create and modify existing types at runtime? Will I be able to persist instances of those types in SQL wi …
1
vote
1answer
47 views

Is there a better way to define a decimal in an MGrammar?

I'm working on a DSL in Microsoft's new M Grammar, and it needs to allow decimal values. I've defined decimal as token digits = "0".."9"; token spot = "."; token decimal = digits+ …
3
votes
2answers
330 views

What is model driven development good for?

Microsoft, of Cairo fame, is working on Oslo, a new modeling platform. Bob Muglia, Senior Vice President of Microsoft Server & Tools Business, states that the benefits of model …
2
votes
2answers
183 views

What problems will Microsoft’s Oslo project solve?

I watched few videos/webcasts about "Oslo" but I still fail to see how it all comes together. I understand that Oslo is a modeling platform. What's the process to create a DSL? …
1
vote
1answer
272 views

Is transforming internal DSL to external DSL anti-pattern?

In our legacy system, we wrote our own VM to execute our internal DSL at run time. The in-house VM was designed to run our internal DSL only. We are in the process of rewriting our …
3
votes
5answers
662 views

T4 vs CodeDom vs Oslo

In an application scaffolding project on which I'm working, I'm trying to decide whether to use Oslo, T4 or CodeDom for generating code. Our goals are to keep dependencies to a min …
2
votes
1answer
282 views

Shift reduce and reduce reduce conflicts

I'm having a hard time wrapping my head around this and need some help understanding shift reduce and reduce reduce conflicts. I have a grammar which I can't seem to understand why …
5
votes
3answers
385 views

Oslo’s Intellipad: How to set up the 3 column MGrammarMode?

I've been using Oslo for MSchema. Works great. I can write an M Schema for a database design and it generates T-SQL to build the entire db with PKs, FKs, checks for integrity etc …
0
votes
3answers
237 views

Explanation of Oslo error “M0197: ‘Text’ cannot be used in a Type context”?

In Microsoft Oslo SDK CTP 2008 (using Intellipad) the following code compiles fine: module M { type T { Text : Text; } } while compiling the below code leads to …
6
votes
4answers
393 views

What advantages does using Oslo and M have and when would you use it?

After attending a talk on Oslo/M I am struggling a bit to see the advantages of using it over existing methods and in what situation it would be useful. I know its quite new and n …

1 2 next
15 30 50 per page