1
vote
5answers
762 views
ASP.Net 2.0 Application without Business Logic Layer?
Is it "acceptable" to have an ASP.Net 2.0 application without the BLL (Business Logic Layer) as the following?
SQL Server Data Storage & Stored Procedures
Data Link L …
