Accidentally I have undo my work (cshtml file) from my project. Is there a way to recover it from somewhere on my pc. I know about .NET reflector but its for dlls only. If there is any possible way to do it please let me know. Thanks.
Asked
Active
Viewed 152 times
0
-
Are you using TFS as source control? – PatrickLu-MSFT Aug 05 '16 at 05:54
-
Source control as Github .. supports TFS. – Renascent Aug 05 '16 at 06:30
1 Answers
0
You should be checking in frequently or setup some sort of backup system to avoid mistakes like this. If the files are gone from your file system, they're gone.
If you are using TFS as source control. You could also try to find the changes in the TFS temporary files in "AppData\Local\Temp\TFSTemp", but past that, there's no way to get them back.

PatrickLu-MSFT
- 49,478
- 5
- 35
- 62
-
-
Yes, maybe a file recovery utility. But the solution is too complicated. And both the .Net Reflector or Dotpeek is not suitable for your situation. – PatrickLu-MSFT Aug 05 '16 at 06:40