Results 1 to 5 of 5

Thread: How to do ASP project in Team

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2005
    Posts
    30

    How to do ASP project in Team

    Hello guys,

    I just want to ask your opinion on how is better to work in a team. We have a big project and I would like to divide it between other members. The problem is how can we do that without making several different projects and at the end put them together.

    How do you usually work in ASP.NET in team?

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    Re: How to do ASP project in Team

    You should use some form of source control such as Visual SourceSafe that way you all work on the same project (although copies are kept locally) and you can't overwrite someone elses work.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2005
    Posts
    30

    Re: How to do ASP project in Team

    Could you explain me how we can put the project together at the end? Or we should put it meanwhile we work?
    I am now reading some documentation on Source Control.

  4. #4
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Re: How to do ASP project in Team

    Source Safe, lends its self to OO programming quite well. You all work on the same project at the same time but only work on one part of it at a time per person. This means you can work on the interface of a form while your colleague works on a class used by the form, alternativley, you could both work on different forms or classes. The main idea is that only one person can check out an object to work on at any one time, if someone else wants to work on it then the object first has to be checked back in. The more a project is split up the more people can work on different parts of it. The project is never physically spil up thus doesnt have to be put back together. We do our developments on a shared network drive.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to do ASP project in Team

    Planning and allocation would also be quite important, as you don't want the same page being conflicted and fought over by two people.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width