What VS Projecttype for Model and Database?

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-05-26T09:14:29Z Indexed on 2010/05/26 9:21 UTC
Read the original article Hit count: 306

Filed under:
|
|
|

Hello folks, i've just started a new asp.net project which could increase fastly(a small erp-system for our company). So i thought it would be a good idea to split at least the model from the view/controller(the asp.net project). Because it could be that i need to access some classes and the database from a windows app in future, i dicided to put the Model into its own Project. What Visual Studio 2005 Professional Projecttype is most suitable for this requirement and why?

  • SqlServerProject (DB is MS Sql Server 2005 EP)
  • Class Library
  • Web Service Application
  • Database project
  • no separate Project/other(keep in mind VS 2005 has no ASP.NET MVC-Project)

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about asp.net-mvc