The DAL as is is very verbose. What exactly do I need to eliminate if I am strictly going to use only SQL server and will not be using any other store in the future?
The use of providers and all is great, but for a quick and dirty implementation of a site in strictly one database format it is too much work.
Thanks
You are so wise...like a miniature budha covered in fur. -Anchorman
Beerhouse is a sample application with 3-tier architecture.
if you want to develop application with sql server only then also you should follow DAL file concept because its a part of three tier architecture.
if you want to remove that then your application will be 2-tier.
Regards,
Nishant
Flatter me, and I may not believe you. Criticize me, and I may not like you. Ignore me, and I may not forgive you. Encourage me, and I may not forget you.
spinz2112
Member
214 Points
219 Posts
What to eliminate from DAL if only SQL Server
Feb 21, 2010 04:50 AM|LINK
This is regarding the original beerHouse Project
The DAL as is is very verbose. What exactly do I need to eliminate if I am strictly going to use only SQL server and will not be using any other store in the future?
The use of providers and all is great, but for a quick and dirty implementation of a site in strictly one database format it is too much work.
Thanks
Nishant BEIT
Member
454 Points
146 Posts
Re: What to eliminate from DAL if only SQL Server
Feb 22, 2010 10:35 AM|LINK
Hi,
Beerhouse is a sample application with 3-tier architecture.
if you want to develop application with sql server only then also you should follow DAL file concept because its a part of three tier architecture.
if you want to remove that then your application will be 2-tier.
Nishant
Flatter me, and I may not believe you. Criticize me, and I may not like you. Ignore me, and I may not forgive you. Encourage me, and I may not forget you.