没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > sentient |
sentient
|
0 | 0 | 10 |
贡献者 | 讨论 | 代码提交 |
概述
Sentient is a web application framework written in c#.
It is intended to use what we believe are the current best practices in .net web application architecture.
It is based on a Domain Driven Design architecture, and is set up to allow pain free Test Driven Development.
It utilises:
MVC - Asp.Net MVC IoC - Castle Windsor ORM - NHibernate Automated build - NAnt
Usage:
> sentient MyCoolAppWill create a self contained tree which can immediately be built via nant:
MyCoolApp
+- lib
+- src
+- MyCoolApp.Domain
+- MyCoolApp.Domain.Tests
+- MyCoolApp.Nant.Tasks
+- MyCoolApp.Nant.Tasks.Tests
+- MyCoolApp.Web
+- MyCoolApp.Web.Tests
+- tools
+- NUnit
创建时间:2014-05-11 17:00