S
shapper
Hello,
I am working on an ASP.NET project and it is getting a kind of big.
So I decided to create 3 projects:
Site.Core > Contains common helpers classes, repositories,
interfaces, models, etc
Site.LinqToSqlProvider > Contains the code to communicate with a SQL
database using LinqToSql
(I can have other providers like Site.XML if the data is saved on
XML files instead of using an SQL database)
Site > The site itself
A few questions:
1. Site.Core should be visible to both Site.LinqToSqlProvider and Site
Site.LinqToSqlProvider shoudl be visible to Site
Is there a way to create these dependencies in VS2008?
2. Is this a good approach?
3. Should I name the providers in some other way?
Thanks,
Miguel
I am working on an ASP.NET project and it is getting a kind of big.
So I decided to create 3 projects:
Site.Core > Contains common helpers classes, repositories,
interfaces, models, etc
Site.LinqToSqlProvider > Contains the code to communicate with a SQL
database using LinqToSql
(I can have other providers like Site.XML if the data is saved on
XML files instead of using an SQL database)
Site > The site itself
A few questions:
1. Site.Core should be visible to both Site.LinqToSqlProvider and Site
Site.LinqToSqlProvider shoudl be visible to Site
Is there a way to create these dependencies in VS2008?
2. Is this a good approach?
3. Should I name the providers in some other way?
Thanks,
Miguel