开发者

ASP.NET MVC project structure with user interface for editing content

I'm developing a small 开发者_StackOverflow中文版cms based on asp.net mvc. I'd like to have one user interface for all editing e.g like this http://www.example.com/dashboard/{controller}/{action}etc. What is the best practice for this kind of project structure?


My suggestion is to follow the standard MVC project conventions. Of course you can write your app using different conventions but the point of conventions is that once you learn where things go it's really easy to add new things and it's really easy for others to "read" your project. I would go with the suggestions in Scott's blog.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜