I have an huge web project with 3 layer (UI,business logic, data access layer). I need to add sql database to it. There are two ways to do it:
1- Add Database Project like this:
2- Add sql database like this:
Which way is better?
Thanks.
I have an huge web project with 3 layer (UI,business logic, data access layer). I need to add sql database to it. There are two ways to do it:
1- Add Database Project like this:
2- Add sql database like this:
Which way is better?
Thanks.