Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

.Net Development best practice

Options
  • 19-09-2013 10:17pm
    #1
    Registered Users Posts: 16


    Looking for advice please

    I joined a team working on MVC project. We use TFS 2010 and VS 2012 for source control and sprint tasks. I am trying to figure out some best practice guidance to enhance the productivity of the team for example TFS auto builds

    Any thoughts about this please?


Comments

  • Registered Users Posts: 2,781 ✭✭✭amen


    Some thoughts
    • Nightly Automated TFS Builds. Results emailed to the whole team. You break the build you fix the build.
    • Build script should auto deploy to your test environment (you do have one?) which matches your live environment as closely as possible
    • Automated Tests
    • Code Reviews
    • Test Plans required as part of the Task checkin. You might need the TFS Power Tools.


Advertisement