Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Team Foundation Server 2015 Customization

You're reading from  Team Foundation Server 2015 Customization

Product type Book
Published in Oct 2015
Publisher
ISBN-13 9781785888199
Pages 208 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Gordon Beeming Gordon Beeming
Profile icon Gordon Beeming

Table of Contents (17) Chapters

Team Foundation Server 2015 Customization
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Creating a Dashboard and a Welcome Page 2. Streamlining Your Teams' Boards 3. Customizing Your Process Template 4. Enhanced Work Item Forms with Field Custom Controls 5. The Guide Standards for Check-in Policies 6. Enforcing Standards with Server-Side Plugins 7. Customizing the TFS Build 8. Creating TFS Scheduled Jobs 9. Service Hooks 10. VSO Extensions Index

Check-in policies versus server plugins


Check-in policies, as we just saw (in Chapter 5, The Guide Standards for Check-in Policies), run completely on the client. This allows us to provide a nicer user experience, because validation is done on the client, whereas server plugins run completely on the server. Therefore, we can't launch any kind of UI on the server and rather have to rely on only sending helpful messages when validation fails.

You are able to override a check-in policy warning and proceed with a commit against any policies that are setup for the team project, whereas server plugins have no way to override unless you build logic into them that only validates on certain types of data making them ideal for when you need to enforce some behavior.

With check-in policies running on the client, the computing resources for whatever operations are required run on the client. On the other hand, with server plugins, all of the logic is executed as part of the overall request to TFS. So...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}