Skip to main content
edited body
Source Link
Heslacher
  • 51k
  • 5
  • 83
  • 177

Our team is developing an educational website using ASTASP.NET webforms. We designed DAL & BAL classes and now I have some questions:

Our team is developing an educational website using AST.NET webforms. We designed DAL & BAL classes and now I have some questions:

Our team is developing an educational website using ASP.NET webforms. We designed DAL & BAL classes and now I have some questions:

Fixed what appeared to be an edit clash
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Is my data access layer designed well ? Or Educational website using an ORM will be better?ASP.NET webforms

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:

  1. Are DAL & BALDAL & BAL designed good well?

  2. 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 ) )

  3. 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.

Is my data access layer designed well ? Or using an ORM will be better?

Our team is developing an educational website using Asp.net webforms. We designed DAL & BAL classes and now I have some Questions:

  1. Are DAL & BAL designed good ?

  2. Would it be better using ORM ( like EF ) instead of using our own classes  ?(ORM are Slow ( not sure ) )

  3. Should we ignore BAL and only have DAL ( 2 layer instead of 3 layer )  ?

notice that  :

  • there are many users and hits.
  • every page needs Database and there are many queries.
  • performance and speed are important for our team.

Educational website using ASP.NET webforms

Our team is developing an educational website using AST.NET webforms. We designed DAL & BAL classes and now I have some questions:

  1. Are DAL & BAL designed well?

  2. Would it be better using ORM (like EF) instead of using our own classes? (ORM is slow, but I'm not sure)

  3. Should we ignore BAL and only have DAL (2 layers instead of 3 layers)?

Notice that:

  • there are many users and hits.
  • every page needs a database and there are many queries.
  • performance and speed are important for our team.
edited title
Link
Oli
  • 205
  • 1
  • 5

Is Mymy data access layer design gooddesigned well ? Or using andan ORM will be better?

deleted 33 characters in body; edited title
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238
Loading
Source Link
Oli
  • 205
  • 1
  • 5
Loading