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!
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 ?
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?
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
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 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...!!!
Simplest and best one i could find online
Thank you sir, the concept is very well explained and pretty much clear right now. Please keep on making such videos.
Thank you for the Video Sir..Very helpfull for me
Great lesson in 30 minutes
great sir
In this case what is the use of model in our mvc project ?
Thanks for the video.
In 2022, if an interviewer asked , explain your project architecture?
Then would this architecture is fine ??
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!
Thanks for this informative video. However, I wish you have used Code-First instead of Database-First approach.
Noted
getting an error in circular dependency when we access data access layer in Business layer
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 ?
Business logic is the custom login between database and interface.
Rule means algorithm and way to create things..
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?
3 layer architecure using interface example or any link available??
Thanks you so much
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
Are you taking about Entity Framework?
@@gauravxdhingra yes
while adding the controller for first time you get an error , how do you solved that?
solved,I just need to rebuild the project
Error show runtime framework
This is good. but this is not enough. Please try to add full CRUID operations into this Video.
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 !!
Ok no problem
@@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...!!!
@@girishparganiha3694 I will create one more video. I had explained that 3 layer and 3 tier both are diff please keep in mind.
@@TekTuition Yes, Sir you have explained both are different layer and Tier.
@@girishparganiha3694 Sure will upload
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
Please Share the source code of this project