In an ASP.NET project, when I edit a file .aspx(or .ascx), TFS automatically checks all the appropriate .aspx.csand aspx.designer.cs.
I understand that changes in server-side tags .aspxcan also affect files on the server side, but so far I donβt change anything in them, should I wait .csfrom the extract?
Environment: VS2013, TFS2010.
Note. The only real negative effect here is that before checking, I need to go through each .csfile and make sure that I have not made any random changes.
source
share