Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

.Net Development best practice

  • 19-09-2013 09:17PM
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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