Misplaced Pages

Bistro Framework

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Compositional .NET MVC framework
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Bistro Framework" – news · newspapers · books · scholar · JSTOR (April 2010) (Learn how and when to remove this message)
This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. Please help improve this article by introducing more precise citations. (April 2010) (Learn how and when to remove this message)
(Learn how and when to remove this message)

Bistro Framework is a compositional .NET MVC framework with concepts from REST and AOP. Bistro modifies the traditional concepts of MVC by breaking down a single HTTP request into a series of aspects, each processed by a separate controller. Individual controllers are bound to aspects of a URI, and may service multiple disparate HTTP requests. This forces each controller to be entirely agnostic of the specific of an HTTP request, focusing only on the functionality that is responsible for.

This focus simplifies implementations of controllers using functional languages, as it minimizes side-effects within controllers. The current version of bistro supports controllers written using the F# programming language.

Bistro Framework is published under the GNU LGPL.

References

  • Pedenko, Alex. , Bistro Documentation, May 12, 2009

External links

.NET
Implementations
Architecture
Components
Tools
Decompilers
Obfuscators
IDEs
Organizations
Categories: