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

about developing a group c# application

Dear All

my company is going to re-develop the system with C# and this team
have 3 people

and each person are going to develop each function with its own
winform

and finally there are a main winform that contain a menu button to
access those functons

my question is how can i integrate these winforms together with the
main program

i have think of combine all the codes into the main program but it is
time consuming and much error will occur

the second one is that generate a dll and then import them to the main
program so that it can call the winform directly from the dll. but i
dont know whether it is feasible. i still having some research on that

i would like to ask any developer that have experiece to develop a
group c# application to give me some suggestion.

thanks very much

Nov 2 '07 #1
2 918
It's fairly common to have a setup as you describe. You will want a single
VS solution that contains four projects within it (3 dlls, 1 main app). Do
you have a revision control system to manage this? VS ties in nicely with
visual source safe and other revision control systems, so that each developer
has access to the other codes being developed.

"Ke**********@gmail.com" wrote:
Dear All

my company is going to re-develop the system with C# and this team
have 3 people

and each person are going to develop each function with its own
winform

and finally there are a main winform that contain a menu button to
access those functons

my question is how can i integrate these winforms together with the
main program

i have think of combine all the codes into the main program but it is
time consuming and much error will occur

the second one is that generate a dll and then import them to the main
program so that it can call the winform directly from the dll. but i
dont know whether it is feasible. i still having some research on that

i would like to ask any developer that have experiece to develop a
group c# application to give me some suggestion.

thanks very much

Nov 2 '07 #2
<Ke**********@gmail.comwrote:

<snip>
i would like to ask but it is a silly question
is there any free revision control system there?
Yes - Subversion is free and (IMO) wonderful:

http://svn.tigris.org

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Nov 3 '07 #3

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

Similar topics

220
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have...
9
by: john | last post by:
Hi I am developing a timesheet system. It will have 3 levels of access 1)Administrator 2)Approver -- Will approve or reject the timesheet filled by employees 3)Employees -- Fill in the timesheet...
10
by: KN | last post by:
I know both are pretty much the same and it comes down to personal choice. But I have to make the choice for the team. Things so far that I am considering 1. XML documentation in C# -- thats...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
6
by: cleveralex1212 | last post by:
Sorry to disturb. I'm truly a beginner in C++ and my knowledge of it is really not much. I've been facing a serious problem during these few days. Let me describe my situation as clearly as I can...
3
by: Andrej Hristoliubov | last post by:
I am the best c++ programmer in the whole wide world. Trust ME! My reference is Victor Bazarov,Valentin Samko,Alf P.Steinbach( Me and Alf actually intern together at Microsoft), and Bjarne...
10
by: Edward | last post by:
I've just taken over maintaining a system from a colleague who has left. I find the following line in her code: Dim params(2) As SqlClient.SqlParameter params(0) = New...
2
by: gemel | last post by:
Up until now I have been developing my ASP .NET web applications on the same machine as the client and then using 'Copy Project' or Web Setup to transfer the application.. This also included the...
8
by: Bruce D | last post by:
I'm developing my first VB.NET application and I want to use good coding technique, but I'm a little confused about 'modules and 'classes'. I have several windows forms that have to connect to my...
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: 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
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
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.