Our team is developing an educational website using Asp.netAST.NET webforms.
We We designed DAL & BALDAL & BAL classes and now I haveI have some Questionsquestions:
Are DAL & BALDAL & BAL designed good well?
Would it be better using ORMORM ( like EF like EF) insteadinstead of using ourour own classes ?(ORM are Slow (ORM is slow, but I'm not sure ) )
Should we ignore BALBAL and only have DALDAL ( 2 layer2 layers instead of 3 layer layers) ?
noticeNotice that :
- there are many users and hits.
- every page needs Databasea database and there are many queries.
- performance and speed are important for our team.