ksmp

Stories kicked by ksmp

Introducing NHaml - An ASP.NET MVC View Engine(andrewpeters.net)

submitted by AndrewPetersAndrewPeters(1170) 4 years, 5 months ago

NHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine. From the Haml website: “Haml is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some code to generate dynamic content.” In other words, NHaml is an external DSL for XHTML. It’s primary qualities are it’s simplicity, terseness, performance and that it outputs nicely formatted XHTML. Additionally, the NHaml view engine provides support for Rails style layouts and partials. read more...

2 comments |category: |Views: 1032

tags: another

LightSpeed 1.1 Released(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 6 months ago

A new version of the popular O/RM framework LightSpeed is up. The new release includes soft delete, polymorphic querying, validation improvements, performance enhancements and even better documentation and samples. And the framework library is still only 125KB. read more...

13 comments |category: |Views: 12

tags: another

Mindscape LightSpeed on ARCast.TV(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 6 months ago

LightSpeed is a domain modeling and O/R Mapping framework. This ARCast.TV show discusses the framework with Jeremy Boyd and John-Daniel Trask. read more...

add a comment |category: |Views: 35

tags: another

LightSpeed Mats’ Challenge Sample Download(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 4 years, 9 months ago

A sample download illustrating how LightSpeed passes Mats Helanders ORM challenge. read more...

add a comment |category: |Views: 40

tags: another