Timeline for Naming conventions DAL, BAL, and UI Layer
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 26, 2023 at 23:58 | comment | added | Troy Gizzi | @Ben The namespaces would just be MyProject.Models and MyProject.Logic. There would be no User segment in the namespaces themselves. User and UserLogic would be the class names within those namespaces. | |
| May 3, 2023 at 10:01 | comment | added | Ben | How would you avoid explicity writing namespaces between the Model layer and the Logic layer? For example, you have this namespace in your Model layer - MyProject.Models.User With a class called - User.cs. And this namespace in your Logic layer - MyProject.Logic.User with a class called - UserLogic.cs. You can't use User.cs in UserLogic.cs without specifying its entire namespace as User is part of the Logic namespace | |
| Dec 12, 2019 at 21:44 | comment | added | Yousha Aleayoub | IMO, using Data is much better than Engine in DAL... PersonData, AddressData ProductData etc | |
| Nov 18, 2016 at 18:12 | comment | added | James Shaw | I know this is an ancient post but in the spirit of recognition. I just wanted to say that I found this to be usefully concise in a topic that leaves much to debate. Thanks for sharing this! | |
| Oct 13, 2014 at 5:29 | history | answered | Troy Gizzi | CC BY-SA 3.0 |