Search Results

1
vote

Best practices for project organization with ASP.NET MVC

If you models are Domain Transfer Objects, then having them in a sepearate assembly will allow you to reuse them. If your app is a simple MVC app, and that's all there is to it, or you're just doi …