A Business Logic Layer (BLL) is a typical software engineering artifact within a Multitier architecture.
-1
votes
0answers
32 views
UPDATE data from textbox the pass through BLL [closed]
I have a problem with regards on updating data from the value of the textbox then pass it to BLL. How can I be able to update the data?
ASPX
<asp:textbox id="txtbx1" runat="server" />
...
2
votes
2answers
28 views
Returning Data Objects from DAL
What is the best practice to return data objects from Data Access Layers to Interface?
Currently, I have a layer that communicates with database and returns DataTable to business Layer and then ...
0
votes
1answer
32 views
Retrieving Data from BLL to labels
I have a problem with regards on passing value from ListPageObj to show the value on the labels.
How can I be able to get the value?
BLL
public List<ListPageObj> MyList(int ItemID)
{
...
0
votes
0answers
70 views
Adding data from a database into a dynamic piechart
I'm trying to make a piechart that automaticly gets data from the database
This is the SQL query for it:
select sum(f.bedrag), c.omschrijving
from financien f
inner join categorie c on f.categorieId ...
0
votes
1answer
206 views
Using EF5 Linq to Entities as DAL to BLL to ObjectDataSource
I am struggling with Linq to Entites. I am new to EF5 and Linq. I am programming in VB.NET. I have been using Table Adapters that return DataSets as the DAL into a BLL that I then linked to ...
0
votes
1answer
29 views
Organize objects in a BLL
What is the most common way to organize objects in a Business Object Layer?
For Example, I've worked with a BLL with that took this approach:
Common Folder - contains static utility files
...
2
votes
5answers
82 views
Is it better to divide a software into multiple modules with each module having its own database
I am working on a health care application mainly developed in asp.net with Oracle 11g as backend. In its current state the application is divided into 3 layers i-e UI, BLL and DAL. Since the BLL and ...
0
votes
2answers
561 views
Cannot implicitly convert type 'void' to 'string'
I've tried for a while now and I really dont get it. I recive error "Cannot implicitly convert type 'void' to 'string'"
I have tried multiple variants of string, int, nothing, void, public, static and ...
4
votes
1answer
196 views
Business Logic Layer Design
I feel like such a noob for asking this question, but it's been bugging me for a while now.
When designing the BLL of a tiered application, would you put all your entity classes in one namespace? For ...
2
votes
1answer
216 views
How to implement good practise of Business Logic Layer in Real Life asp.net
I usually create dataset as DAL, and BLL INSIDE the original project.
After I learned Entity Framework, I know that business logic layer are commonly created in separated project(class library).
...
0
votes
2answers
125 views
How to correctly create BLL and GridView in such situation, ASP.NET
I have designed a database, in order to better demonstrate my question, I've simplified it:
TB: CONSULTANTS
ID uniqueidentifier
NAME NVARCHAR(30)
TB: EXPENSES
ID ...
0
votes
1answer
58 views
what is the second parameter of dataobjectmethod, asp.net BLL
I'm studying BLL of data access in asp.net.
just one thing not clear, what is the second parameter of DataObjectMethod which is a boolean variable called isDefault.
0
votes
2answers
108 views
how can I overload this data access layer method with a sql connection object
Both Services use the AddChildrenUnit method of the IUnitDataProvider.
The TemplateService has to pass this method an already open connection object because the CreateTemplate method must run in a ...
2
votes
2answers
74 views
How to throw an exception in BLL when no data found in DAL
I am trying to throw an exception in my BLL when there is no corresponding carID for the license plate number I've entered in a text box.
My DAL looks like this:
Public Class DALCar
Private dc ...
0
votes
2answers
427 views
Move Data Access logic from the business layer to the data access layer
I am doing an asp.net mvc application having a Data Access Layer (DAL).
Having done 90% of my database CRUD code I asked myself wether I need a Business Layer.
But what should I put there? All my ...
-1
votes
1answer
69 views
Is BLL absolutely necessary? [closed]
I'm new to the .Net world. I'm creating a website. It has DAL & Presentation Layer. As I mentioned earlier I'm a novice & I'm not sure how to create a BLL. So I was wondering if my current ...
0
votes
1answer
209 views
If I Use a BLL should I still access the DAL?
I want to create n-Tier architecture with a repository pattern. I'm wondering does it make sense to just duplicate all my calls up through the BLL layer and then access data only calls via the BLL? Or ...
0
votes
1answer
139 views
Different UI's sharing same BLL and DAL
We've written a system using a tiered UI, BLL, DAL architecture.
We now need to write a website which utilises the same database and will use up to 50% of the existing system BLL and DAL.
I don't ...
0
votes
1answer
429 views
Adding custom business logic to ASP.NET WebSite with entity DAL (Data Access Layer)
I have an ASP.NET web site that has a entities version 4.0 DAL. I have several pages that have texts boxes where you can enter data, and gridview to see and edit that data. I am using LINQ to write ...
1
vote
1answer
181 views
Use Settings File in Business Layer (BLL)
I have a settings file in my UI layer, and I need to use its values in my business layer. My UI and business layers are in separate assemblies.
I can't access the settings values in the business ...
5
votes
3answers
783 views
Dapper in relation to n-Tier design (BLL/DAL)
I have a basic logical question about Dapper.
In attempting to do best design practices does Dapper blur the line between DAL and BLL?
Many recommendations are that the DAL should know nothing about ...
4
votes
3answers
227 views
marking BLL classes as static or?
I already have a layered data access design which works well. But i dont know if it is the most suitable implementation or not.
i simply want to know that BLL classes or methots should be static or ...
1
vote
1answer
316 views
JSON/XML output in GUI, BLL or DTO?
I'm using content-negotiation, so depending on the header of the request I provide JSON/XML output. Now I was wondering what the best location is for providing this functionality.
Info:
BLL= business ...
0
votes
2answers
280 views
Should I call BLL methods directly into my Asp.Net MVC 3 Controller?
I have a Business Object Layer that I use in a couple of other applications and I want to use it on my MVC application. My concern is more a design concern: Is it correct to have something like the ...
1
vote
3answers
116 views
Help with debate on Separation of concerns (Data Access vs Business Logic)
I had a debate with my co-worker on whether certain logic belongs in the data access or business logic layer.
The scenario is, the BLL needs some data to work with. That data primarily lives in ...
0
votes
1answer
2k views
C# .NET4.0 TableAdapter.Update() won't insert new record
I have a small application which consists of a DAL, BLL and the Application itself all in different projects under one solution in Visual Studio 2010.
My DAL is using an xsd file to query the ...
0
votes
2answers
417 views
ASP.NET 2.0 C# DAL Multiple Variable Parameters
I'm developing a Web App designed to query a large database table based on the users selection of criteria. In some cases they may know and enter the primary key, other times they might want to see ...
4
votes
2answers
3k views
ASP.NET MVC: BLL and DAL to Repository design
We are moving from ASP.NET Web Forms to MVC 2.0. In most of our projects we have a typical setup to communicate with a database.
Common (objects/entities like 'SiteMenu' and 'Users')
Business Logic ...
1
vote
1answer
230 views
ASP.NET Business Layer Code Persists but I'm not sure where it's stored?
I'm royally confused about ASP.NET now. I believed that everytime you retrieved a webpage business model referred to by that page would be created and that after the display had been sent to the user ...
1
vote
2answers
430 views
Best Practice (Keeping it simple) to wrap a method returning List of Products from DAL to BLL
Below is a method from from my console application calling a DAL method. Whats the best way to wrap this in a BLL method so it can be called directly from the presentation? I have worked on projects ...
3
votes
4answers
3k views
How to use DTO's between UI, BLL, DAL
I'm trying to write a small app with very strict boundaries between BLL and DAL and am now wondering what the best way would be to pass the data (Domain Transfer Objects) between the layers.
I ...
1
vote
2answers
188 views
How should i implement my Business Logic Layer?
Let's say I have an application that is 80% complex business logic and 20% CRUD, or vice versa.
In the past I have used some kind of command pattern and had classes like ComplexFooCMD or ...
1
vote
5answers
2k views
Creating Global Variable For Web Application - ASP.NET
i'm building my web application to connect with db.
so far i have managed to deal with it, (although i didn't build BLL & DAL).
i have a table which has column "id". i know there is a way to ...
1
vote
2answers
124 views
Creating a repeater using BLL
I'm trying to create a repeater control bound with data of my database.
This should be use with a BLL.
But I don't know what I have to do.
I hope someone can help me with this..
The code I used in ...
1
vote
2answers
254 views
Design Patterns: Need help understand to this concept and how it applies to my project
The past few days I have done a lot of research using the DAL/BLL/UI approach without a very clear understanding of how it will apply to my project. In the past, I have left out the BLL connecting my ...
1
vote
3answers
91 views
Should I try to put asp control events into the BLL?
I have recently been learning about Data Access Layers, Business Logic Layers and Presentation Layers, but I still have a few things that aren't quite clear.
I can use the DAL and BLL with the ...
1
vote
1answer
344 views
Should a BLL be stateless?
I'm toying with building a BLL for my application. From what I've seen / read, it seems the BLL should be stateless. Doesn't this mean all BLL methods could be static? Or I'd at least only ever ...
0
votes
1answer
419 views
Middle tier - C# class library or WCF?
I am developing a new business application which will require a business layer and a data access layer.
Right now, I have both of those as simple C# class libraries which will be consumed by a ...
5
votes
4answers
3k views
Communication between BLL and DAL
Solution setup:
DAL (class library)
BLL (class library)
Common (class library (some common functionality - enums, logging, exceptions,...))
Application1 (Windows Application)
Application2 (Windows ...
2
votes
2answers
491 views
Designing layered app with NHibernate and context changing database
I'm designing a C# application
Presentation ( web site + flex apps )
Business Logical Layer (might be WCF to enable multi client platforms)
Data Access Layer ( With NHibernate )
We're going to ...
1
vote
1answer
96 views
RIA Services and the BLL
I'm currently looking at RIA services, in order to speed development of Silverlight enterprise applications. It's clever and powerful, but it seems to me that you are invariably going to collapse your ...
2
votes
1answer
343 views
DAL/BLL and Client/Server: Should the client use BLL or DAL objects for presentation? Or maybe another layer (data transfer object?)
I'm writing a client/server system. The server has a DAL/BLL design. The client is responsible for presenting the data objects and providing dialogs and wizard to allow the user to update these ...
4
votes
2answers
233 views
Working with MVC 2.0 and the Model in a separate assembly
I'm new to MVC and even though there is a lot (and I do mean a lot) of information out there that is very useful - it's proofing very difficult to get a clear understanding on how to achieve my exact ...
0
votes
2answers
467 views
How to return multi-table join value from BLL
This question is regarding the ASP.NET webservice that i am creating using the DAL-BLL architecture for my final school project.
I have a stored procedure, which is a select query with an inner join ...
2
votes
3answers
1k views
n-layered architecture - BLL, DAL and interfaces. What is best practice?
I have a question regarding n-layer architecture. I thought long and hard before asking this question as there's a lot of similar questions here already... however, after literally a day and a half ...
0
votes
1answer
217 views
Should I have one dll or multiple for Business Logic?
In my situation, my company services many types of customers. Almost every customer requires their own Business Logic. Of course, there will be a base layer that all business logic should inherit ...
2
votes
2answers
424 views
Decoupling into DAL and BLL - my concerns
In many posts concerning this topic I come across very simple examples that do not answer my question.
Let's say a have a document table and user table. In DAL written in ADO.NET i have a method to ...
-1
votes
1answer
57 views
BLL returning the right Type of an instance
I have a class "Artikel" and there i write some Business Logic. I also have a class "tArtikel" which is a type. In my class "Artikel" I work with "tArtikel" and returns are of that type. Now when i ...
0
votes
3answers
337 views
Functionality in a Data Access Layer formed by a dbml
I got a Data Access Layer that's being formed by one DBML in which i just include all object I need. Is it necessary to write more functionality in this dbml or can I just use the dbml as my DAL? I ...
6
votes
4answers
2k views
.net, C# Interface between Business Logic and DAL
I'm working on a small application from scratch and using it to try to teach myself architecture and design concepts. It's a .NET 3.5, WPF application, and I'm using Sql Compact Edition as my data ...



