473,387 Members | 1,542 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,387 software developers and data experts.

Organize Projects and Assemblies

I am certain, this question was asked plenty of times before, but I
could not find a satisfying answer. So please apologyze my lack of
knowledge. We are fairly new to .NET and C#.

We would like to create a new ERP System with C#.NET that will contain
Windows Forms, Web Forms, UserControls, Resource files for multilingual
environments, and many Code-Behind classes as well.

Our first thought was an organization like this:

Solution <Abbreviation for Company Name>
|_Common Folder
| |_User Controls (Folder)
| | |_Domains (Folder)
| | |_Entities (Folder)
| | |_Controls & Classes
| |_Classes (Folder)
| |_Code
|_Product 1 (Project)
| |_Windows Version
| | |_Forms
| | |_Classes
| | |_Code
| |_Web Version
| | |_Forms
| | |_Classes
| | |_Code
| |_Language based Objects
| |_Ressource Files
|
|_Product 2 (Project)
| |...
|_Product 3 (Project)
| |...
....
Assuming this kind of structure would be durable could we
still refer to a namespace-setup like Company.Product.Forms,
and Company.Common.Controls throughout all projects within
the soulution? And, what would we have to consider to maintain
different realases/versions of thesame product/project?

What would be the down side of this setup?

Thanks, your input will be very much appreciated.

Nov 17 '05 #1
2 2162
I'd think you'd want to keep your UI layer
for the web environment and the windows
environment in separate assemblies.
I work quite a bit with software families
like this and the approach in the article
below has worked quite well.

This should help with your project setup
for this type of environment:

http://www.eggheadcafe.com/articles/...plications.asp

--
Robbe Morris - 2004/2005 Microsoft MVP C#
http://www.masterado.net

<bs*****@gmail.com> wrote in message
news:11*********************@g44g2000cwa.googlegro ups.com...
I am certain, this question was asked plenty of times before, but I
could not find a satisfying answer. So please apologyze my lack of
knowledge. We are fairly new to .NET and C#.

We would like to create a new ERP System with C#.NET that will contain
Windows Forms, Web Forms, UserControls, Resource files for multilingual
environments, and many Code-Behind classes as well.

Our first thought was an organization like this:

Solution <Abbreviation for Company Name>
|_Common Folder
| |_User Controls (Folder)
| | |_Domains (Folder)
| | |_Entities (Folder)
| | |_Controls & Classes
| |_Classes (Folder)
| |_Code
|_Product 1 (Project)
| |_Windows Version
| | |_Forms
| | |_Classes
| | |_Code
| |_Web Version
| | |_Forms
| | |_Classes
| | |_Code
| |_Language based Objects
| |_Ressource Files
|
|_Product 2 (Project)
| |...
|_Product 3 (Project)
| |...
...
Assuming this kind of structure would be durable could we
still refer to a namespace-setup like Company.Product.Forms,
and Company.Common.Controls throughout all projects within
the soulution? And, what would we have to consider to maintain
different realases/versions of thesame product/project?

What would be the down side of this setup?

Thanks, your input will be very much appreciated.

Nov 17 '05 #2
Robbe,

thank you very much. Your feature was exactly the answer to my
questions. Thanks again and keep up the good workon eggheadcafe.com.

Brent

Nov 17 '05 #3

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

Similar topics

3
by: AARON PECORARO | last post by:
I need to split apart my web application into multiple projects to allow it to be distributed in parts, but all of the projects need to work together (ie. they need to share session information)....
10
by: TokiDoki | last post by:
Hello there, I have been programming python for a little while, now. But as I am beginning to do more complex stuff, I am running into small organization problems. It is possible that what I...
16
by: Robert W. | last post by:
I'm building a solution that has 1 component for the Desktop and 1 component for the Pocket PC. (Though this isn't a mobile question). I have a data library that will be shared on both platforms....
2
by: Pinnguy | last post by:
Hello, I have started to use managed C++ in VS 2003. I have several .NET class libraries written in MC++. I am finding the rebuild tendencies in VS to be very annoying. If I make a minor change...
1
by: Greg Cyrus | last post by:
"How to organize a Web-Project with DLL-Projects and Forms-Authentication" Hi, i would like to create a multi-tier solution with many projects using ASP.NET such like presentation, biz-logic,...
1
by: David Herbst | last post by:
I have a solution that contains one main web project, ten sub web projects and a controls library project all in a single web application. I followed the steps in the following MS KB: How To...
10
by: eswanson | last post by:
I have broken up my web site into smaller web site projects. When I look at the precompiled files, it always has the virtual directory in them ie: <preserve resultType="3"...
0
by: Shimon Sim | last post by:
Hi I have a solution that involves a lot of integration with different parties. On such party requires that it assemblies would stay in one location Program Files\... and they are not installed in...
1
by: Dave Anson | last post by:
What is the recommended practice for referencing assemblies in a project from other solutions? I am using Visual Studio 2005 Team System. I have several assemblies in another solution which will...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.