No announcements
Found 2589006 threads
-
0 Votes
DAL-BLL and List question
SachinW, Tier 2 Application Support, Server and Tools Online Engineering Live Services TeamAnswered | 1 Replies | 10750 Views | Created by Reza Mohamed - Sunday, October 12, 2008 12:37 AM | Last reply by SachinW - Friday, October 17, 2008 9:51 AM -
1 Votes
Standard for passing values from BLL to DAL?
I agree with Sherif. the object is always better. however i propose another design: The DAL is a kind of centering class to perform data ...Answered | 2 Replies | 3382 Views | Created by code_warrior - Friday, July 2, 2010 3:52 AM | Last reply by Ashish Khandelwal - Friday, July 2, 2010 6:49 AM -
0 Votes
Architecture problem for reusing BLL and DAL with different database connections
Hi I have a website using BLL and DAL.Answered | 1 Replies | 2501 Views | Created by sgude0 - Monday, January 11, 2010 1:41 AM | Last reply by Jing0 - Sunday, January 17, 2010 8:14 AM -
0 Votes
N-tier passing dataset from DAL to BLL and BLL to DAL
Well understand the difference between Layered and n-tier.Answered | 11 Replies | 561 Views | Created by Claudio111 - Saturday, January 6, 2018 12:08 PM | Last reply by DA924x - Sunday, January 7, 2018 11:47 AM -
0 Votes
POCO in n-tiers design
And now I am having problems using it in n-tiers design.Answered | 2 Replies | 3314 Views | Created by bryanfok - Sunday, May 30, 2010 4:13 PM | Last reply by NTDeveloper - Tuesday, June 1, 2010 3:27 PM -
0 Votes
How to call BLL from wcf?
In WCF service layer, How can I call BLL methods?Answered | 1 Replies | 4236 Views | Created by pyog - Friday, May 27, 2011 5:14 AM | Last reply by darnold924 - Friday, May 27, 2011 8:51 AM -
0 Votes
creation of DAL methodologies?
Keep in mind I suggest creating a DAL which uses the tool, not just using the tool as your DAL.Answered | 4 Replies | 3121 Views | Created by code_warrior - Tuesday, December 15, 2009 6:24 AM | Last reply by ScottyDoesKnow - Tuesday, December 15, 2009 8:49 PM -
1 Votes
Where do I put my miscellaneous BLL methods and functions?
This way, we combine the DAL (generated) and the BLL into one assembly.Answered | 3 Replies | 3234 Views | Created by c_manboy - Wednesday, July 29, 2009 9:07 PM | Last reply by Geert van Horrik - Friday, July 31, 2009 7:13 AM -
0 Votes
Formview multiple DataTable BLL
SachinW Tier 2 Application Support Server and Tools Online Operations TeamAnswered | 1 Replies | 9317 Views | Created by ShawShank - Friday, July 23, 2010 2:54 PM | Last reply by SachinW - Friday, August 13, 2010 12:13 PM -
0 Votes
WCF AND DAL
WCF is a framework which is used for N-tier Architecture where as DAL is Architecture pattern which is used for an N-Layer Architecture.Answered | 1 Replies | 3481 Views | Created by PRITHIVISWAMINATHAN - Wednesday, May 30, 2012 2:13 PM | Last reply by Lingaraj Mishra - Thursday, May 31, 2012 4:41 AM -
1 Votes
Using DGV information in DAL
Generally each row in a dgv would represent one object and so an instance of your business object class can be created from the row and you then pass it to your business logic ...Answered | 3 Replies | 3429 Views | Created by dfenton21 - Sunday, June 5, 2011 2:56 PM | Last reply by Dave299 - Monday, June 6, 2011 11:37 AM -
0 Votes
DAL and BLL
However, I am still unsure about how to decide if the BLL and DAL layers should be physically separate or remain as logical tiers in the website project.Answered | 6 Replies | 257 Views | Created by Anonymous - Friday, December 14, 2007 5:21 AM | Last reply by Anonymous - Tuesday, December 25, 2007 11:42 PM -
1 Votes
Calling a method from the DAL
I thought that might be correct, so there must be something wrong in the DAL.Answered | 5 Replies | 2858 Views | Created by Chloe2008 - Monday, October 20, 2008 12:59 PM | Last reply by Chloe2008 - Thursday, October 23, 2008 12:10 PM -
1 Votes
create DAL and BAL Automatically
hello is there any free application to assist me for creating DAL and BAL automatically from SQL Server/MS Access?Answered | 2 Replies | 817 Views | Created by mmbguide - Friday, August 12, 2016 7:22 PM | Last reply by DA924x - Friday, August 12, 2016 7:44 PM -
0 Votes
BLL vs DAL
It's one thing if you're doing it for educational purposes, but for a production project, N-Tier/SOA is very expensive and complex and in most scenarios unnecessary.Answered | 17 Replies | 460 Views | Created by Anonymous - Friday, May 16, 2008 12:00 PM | Last reply by Anonymous - Wednesday, May 21, 2008 3:56 AM -
0 Votes
Factory pattern to switch between WCF and BLL
If you separate your Business Layer from your service layer, that is another abstraction to your design which is great.Answered | 1 Replies | 2658 Views | Created by bilal hamdan - Thursday, April 5, 2012 9:31 PM | Last reply by Tanvir Huda - Friday, April 6, 2012 2:57 PM -
0 Votes
Best Practices for passing Data From the DAL to the BLL
What is the best practices for passing Data From the DAL to the BLL and finally to the Presentation layer?Unanswered | 2 Replies | 87 Views | Created by Anonymous - Monday, March 22, 2004 10:40 AM | Last reply by Anonymous - Monday, March 22, 2004 11:59 AM -
0 Votes
How to communicate from WCF Class Library to BLL Project????
wcf->bll->dal setup. however i would like an elegant way of switching between direct access to BLL or going through the WCF wrapper.Answered | 5 Replies | 5239 Views | Created by CaptainPicart - Monday, August 22, 2011 1:03 AM | Last reply by bilal hamdan - Thursday, April 5, 2012 9:22 PM -
0 Votes
Create DAL & BLL
User-448512826 posted How to create DAL and BLL in asp.net.Answered | 8 Replies | 181 Views | Created by Anonymous - Thursday, May 9, 2013 3:29 AM | Last reply by Anonymous - Friday, May 10, 2013 8:17 AM -
0 Votes
Passing Objects Between BLL & DAL
Then you can use the data class anywhere, from UI to DAL.Answered | 10 Replies | 113 Views | Created by Anonymous - Friday, November 21, 2008 4:59 PM | Last reply by Anonymous - Saturday, November 22, 2008 4:13 PM - Items 1 to 20 of 2589006 Next ›
No announcements