If I were to type both individually with // FullForm, It would seem that both are the same: However, in the context for example of a dumpsave:
DumpSave["~/Documents/test.mx", $Context] DumpSave["~/Documents/test2.mx", Evaluate[Context[]]] it would seem that the latter works as expected while the former does not. Why is that?