473,394 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Enterprise Design Question

Hi,

My Solution contains the following projects:

BusinessFacade
BusinessRules
DataAccess
SystemFrameworks
WebUI
=============================
namespace BusinessFacade //BusinessFacade project with added
SystemFrameworks reference

public ClassA : SystemFrameworks.ClassB
{
....
}

=============================

namespace SystemFrameworks //SystemFrameworks project

public ClassB
{
.....
}

=============================

namespace WebUI //WebUI project with added BusinessFacade reference

public class WebForm1 //code behind my webform
{
BusinessFacade.ClassA obj = new BusinessFacade.ClassA();
do something with obj.......
}
=============================
To make the code behind WebForm1work, I have to add SystemFrameworks
reference to WebUI project which doesn't seem right to me. I always thought
that I only suppose to add BusinessFacade reference to WebUI project and not
the others. But in this scenario I had to add SystemFrameworks reference to
WebUI. Have I got it wrong?

Thanks in advance
Mehdi


Nov 15 '05 #1
0 784

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: James | last post by:
We are writing a web based application which primarily will serve information to run an ivr. Based on our current IVR getting 1000000 hits a week, this is going to be heavy duty. We have very...
0
by: Jason Sirota | last post by:
I am an advanced database and vb programmer but recently my position has called for advanced archtecture descisions enterprise-wide. Although I have quite a bit of knowledge on designing relational...
0
by: po or | last post by:
Enterprise Manager wants to dial in to the Internet when I try to open up table design, and if I cancel the dial-in, the MMC window is simply blank -- no table design editing. This is rather...
5
by: ViperDK \(Daniel K.\) | last post by:
Could someone give me a hint where to find *good* information, samples, tutorials, hints, whatever on design of multi/three-tiered applications, business layers etc (mainly winforms but web...
0
by: Vinny_Davis | last post by:
Hi - I installed Enterprise Library successfully. Under the DAAB area I am seeing two VS solution links. One says "Data" and another says "Data Design". What is the difference? Thanks, Vinny
4
by: John Morgan | last post by:
I have Enterprise Manager on my local machine. For the last twelve months it has been connecting without problem to my online SQL Server database provided by my ISP. Three weeks ago the ISP...
2
by: Chris Fink | last post by:
I work with a lot of development tools such as Seebeyond and Jacada, enterprise tools written in java that allow developers to code and deploy business processes. These tools are designed for...
8
by: joels | last post by:
I'm in the preliminary reasearch stage of a large ASP.NET project; I'm looking for some resources (e.g., articles, books). I'm looking to determine the feasability of developing an ASP.NET...
13
by: Alan Silver | last post by:
Hello, MSDN (amongst other places) is full of helpful advice on ways to do data access, but they all seem geared to wards enterprise applications. Maybe I'm in a minority, but I don't have those...
7
by: rockdale | last post by:
hi, I just downloaded Microsoft Enterprise Library Jan 2006 and try to integrate it into my asp.net application. As i am going to connect to mySQL database, I need to include the source code in my...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.