C
craigkenisston
I have to create an asp.net application that will take an already
filled database and create about 30-40 different reports from it.
I'm new to asp.net and I started following the examples and created BLL
classes and a DAL bases on strong type datasets.
Now, that I understand a bit what is it and what does it do, I wonder
if this is really necesary.
I could use SqlDataSource to connect directly to the database stored
procedures I created for reports, right ?
So, what do I lose if I skip the BLL and DAL layers in this context ?
filled database and create about 30-40 different reports from it.
I'm new to asp.net and I started following the examples and created BLL
classes and a DAL bases on strong type datasets.
Now, that I understand a bit what is it and what does it do, I wonder
if this is really necesary.
I could use SqlDataSource to connect directly to the database stored
procedures I created for reports, right ?
So, what do I lose if I skip the BLL and DAL layers in this context ?