Building a Progressive Fluent Interface
Category: Languages > .net
Posted: 25 Jun 09
In this episode we take a look at how to build a progressive fluent interface
A Progressive Fluent Interface is a DSL in which the options can and will change as you progress through the syntax. This is a useful form of a fluent interface if the want to be able to skillfully guide the user...
|
|
Software Factories
Category: Architecture > IT Architect
Posted: 20 Jun 09
Bare-Naked Languages or What Not to Model
Domain-specific languages (DSLs) are useful as stand-alone languages, but not everyone knows when or...
|
|
Getting Started with StructureMap -- Simple Setup Scenarios (v2.5)
Category: Languages > .net
Posted: 05 Apr 09
In this episode we take a look at how to setup and configure StructureMap for dependency injection.
We will review how to configure your dependencies 2 different ways. First we will review how to use StructureMaps configuration Files and then we will review how to use the built in DSL synt...
|
|
Advanced DSLs in Ruby - Neal Ford
Category: Languages > Ruby
Posted: 08 Feb 09
Building Domain Specific Languages in Ruby shows the power and flexibility of the language. This
talk covers some advanced DSL techniques in Ruby, inc...
|
|
|
|
DSLs with C# 3.5
Category: Languages > .net
Posted: 06 Feb 09
LINQ is an internal DSL provided by C# for accessing streams of data. We can leverage the same feature set added to the language to make LINQ to author our own internal DSLs. In this session Ian introduces you to the ideas behind Internal DSLs and shows how C# 3.5 helps you to write them.
...
|
|
|
|
|
|
|
|
|
|
|