3-Layer Architecture in ASP.NET MVC

Sdílet
Vložit
  • čas přidán 9. 10. 2019
  • Don't forget to Like, Comment, Share and Subscribe to my Channel
    🧛‍♂️ Connect with me on LinkedIn -www.linkedin.com/in/tek-tuition
    GitHub: github.com/tektuition
    Telegram : t.me/Tektuition
  • Věda a technologie

Komentáře • 32

  • @JeetuSingh-uf3nx
    @JeetuSingh-uf3nx Před 4 lety +2

    Simplest and best one i could find online

  • @friendlyneighbours129
    @friendlyneighbours129 Před 4 lety +2

    Thank you sir, the concept is very well explained and pretty much clear right now. Please keep on making such videos.

  • @shanmugapriya4217
    @shanmugapriya4217 Před rokem

    Thank you for the Video Sir..Very helpfull for me

  • @technosoftpatel5890
    @technosoftpatel5890 Před 3 lety +1

    Great lesson in 30 minutes

  • @bhattisport2011
    @bhattisport2011 Před 2 lety +1

    great sir

  • @sameerkumar2106
    @sameerkumar2106 Před 4 lety

    Thanks you so much

  • @ricomarcelo5521
    @ricomarcelo5521 Před 4 lety +2

    Thanks for this informative video. However, I wish you have used Code-First instead of Database-First approach.

  • @metekaba6532
    @metekaba6532 Před 3 lety +3

    Hello sir, thank you for this great tutorial again and again:)) May I ask you a question about BLL?
    Some tutorials show 3 layers like "BOL, DAL and UI" while others show like "DAL, BLL and main appy". Actually, all of them are similar but I am really confused because every tutor shows different and implements some layers for different purposes.
    In a video tutorial, I saw a source code contained in BLL, and the software developer had defined all of the functions in this code file.
    However, you have defined a function called "AddUser" in UserDAL located in DAL and defined the same function in UserBL located in BLL. Can we not directly define all of our functions in BLL, or should we define them all in DAL first?
    In brief, what is the point of defining a function in UserBL? I mean, there is already a function called AddUser in UserDAL. I am so sorry to constantly bother you. Have a great day!

  • @rasheed9070
    @rasheed9070 Před 4 lety +1

    Thanks for your video.
    Can you explain, what is meant by Business logic ?
    What is meant by Business rule ?
    What is the difference between Business logic and Business rule ?

    • @TekTuition
      @TekTuition  Před 3 lety

      Business logic is the custom login between database and interface.
      Rule means algorithm and way to create things..

  • @rupeshkamble9105
    @rupeshkamble9105 Před 2 lety

    Thanks for the video.
    In 2022, if an interviewer asked , explain your project architecture?
    Then would this architecture is fine ??

  • @yallapuvenkatesh3566
    @yallapuvenkatesh3566 Před 7 měsíci

    When I try to add an entity model I'm getting an error 😞 I'm tried with re-build but it's not working it shows entity firework runtime assemblies does not contain
    Can you please give me suggestions or any solutions for this error?

  • @engineersINnight
    @engineersINnight Před rokem

    This is good. but this is not enough. Please try to add full CRUID operations into this Video.

  • @rupeshkamble9105
    @rupeshkamble9105 Před 2 lety

    In this case what is the use of model in our mvc project ?

  • @mangeshGandhale
    @mangeshGandhale Před 2 lety

    getting an error in circular dependency when we access data access layer in Business layer

  • @kuppurajr515
    @kuppurajr515 Před 4 lety

    3 layer architecure using interface example or any link available??

  • @derveshpasha1002
    @derveshpasha1002 Před 3 lety

    I have a question, I was wondering, if I implement ntier architecture and use database first approach in a data access layer. Then if I use identity framework with code first approach. It won't work. I have tried that. Is there any solution regarding this. Thanks in advance

  • @wardaalbalushi7527
    @wardaalbalushi7527 Před 3 lety

    while adding the controller for first time you get an error , how do you solved that?

  • @technicalgyan6725
    @technicalgyan6725 Před 2 lety

    Error show runtime framework

  • @fixmanan
    @fixmanan Před 4 lety

    can u show us, how to display all the data from the database using this architecture? your video really help me complete my projects.. thanks

  • @girishparganiha3694
    @girishparganiha3694 Před 4 lety +1

    Hi Sir...Lot of Confusion in 3 Layer Architecture not precise clear this topic. Can you please upload one more example by explaining in more detail in part wise & if possible in Hindi. Because topic undertsanding is very important. Thanks !!

    • @TekTuition
      @TekTuition  Před 4 lety

      Ok no problem

    • @girishparganiha3694
      @girishparganiha3694 Před 4 lety +1

      @@TekTuition Thank You Sir. I want to understand that topic more clearly because in job requirement they want a developer to develope an application using 3-Layer or Tier Architecture in there Job Description that's the reason I told you sir. Thank You...!!!

    • @TekTuition
      @TekTuition  Před 4 lety

      @@girishparganiha3694 I will create one more video. I had explained that 3 layer and 3 tier both are diff please keep in mind.

    • @girishparganiha3694
      @girishparganiha3694 Před 4 lety +1

      @@TekTuition Yes, Sir you have explained both are different layer and Tier.

    • @TekTuition
      @TekTuition  Před 4 lety

      @@girishparganiha3694 Sure will upload

  • @AkashTripathi5
    @AkashTripathi5 Před 2 lety

    Please Share the source code of this project