TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Happy Traveller
NA
11
508
BLL file to manage Lookup tables in one or more BLL files
Apr 23 2019 12:45 PM
Hi All,
I am new of this forum and I would ask a suggestion.
I have a UI component which manages some Lookup tables in one single UI component (loading the different lookup data based on which lookup table to load).
The UI component, currently, access a single BLL file called LookupBLL.cs which contains all the methods (View, Edit, Add, Delete) for all Lookup tables. This involves that the LookupBLL.cs contains a huge amount of code lines (more than 1000).
Is it a good approach to manage all the methods for all Lookup tables in one single BLL file or it would be better to differentiate the BLL in different files (e.g. One BLL for each Lookup table which contains only the methods of View, Modify and Delete specific for that table)?
Thank you
Reply
Answers (
3
)
LINQ - No output
Not able to get rid of IndexOutOfRangeException