Monday, February 25, 2008 1:00 AM dede

PoCoRail

PoCoRail is a little bit of free software from the PoCoBits family created to ease and structure the development of asp.net web applications. It aims to help developers concentrate on the domain model and presentational logic involved in their application, enabling a clear separation between these layers and the asp.net user interface.

It doesn't require any changes to the fundamental templating capabilities of asp.net, but due to the Model View Presenter style, development naturally moves towards a thinner and more maintainable user interface layer. This approach simplifies unit testing and Test Driven Development, but also gives a little bit of structure to your applications. Our applications usually have little or no need for many of the higher level abstractions provided by Web Forms such as the GridView or DataGrid, however no restriction is imposed by use of PoCoRail.

The vision which inspired PoCoRail is of dynamic asp.net web sites with an emphasis on clean semantic markup, CSS and Unobtrusive Javascript. All of this can be achieved while still having access to the fantastic flexibility and power provided by asp.net and the dotnet framework.

Untuk melihat lebih jauh soal PoCoRail ini pergi ke Intrepid Noodle.
Walaupun agak di sayangkan untuk VS2008 belum tersedia template-nya.

Share this post: | | | |
Filed under: ,

Comments

No Comments