我已經創建瞭如下的項目結構爲我的新asp.net mvc的項目中的任何我後一些反饋,其他人是如何構建自己的項目,如果我想提高礦井...ASP.net MVC項目結構
這是我到目前爲止有:
+Assets
-+Images
-+Scripts
-+Stylesheets
-+... 'More things like the above here
+Controllers
-+Support
--+Actions 'Any custom action classes
--+Controllers 'Base controller classes
+Models
-+Domain 'Contains any class that specialise view specific domain logic
--+UrlProcessing 'Encoding/decoding business entities as URL parts
--+... 'More things like the above here
-+Views 'Contains view models
--+Support
---+Views 'Base classes for any view models
+Support
-+Application 'Global application interface classes (i.e. class that wraps the function of the global asax)
-+Configuration 'Typed config classes
-+Helpers 'Where you put additional html helper classes, etc
-+Services
--+Bootstrap 'Tasks that run on mvc start-up that are specific to the MVC project
--+Inversion 'Specific IoC registration registrations for this project
--+... 'More things like the above here
+Views
-+Home
-+Shared
-+... 'More things like the above here
乾杯安東尼
夥計..下次嘗試一個屏幕截圖:( – 2009-07-07 00:34:00
亞應該做的,託管的形象是一個問題,雖然... – 2009-07-08 01:17:51