0
votes
Using Visual Studio or Resharper, can I jump to the .aspx page while in the code behind?
It will be possibly (and even more) with new feature "Go To Related Files" coming in new ReSharper 5 version.
…
2
votes
Resharper gotchas
You can mark such properties by UsedImplicitly attribute and ReSharper will not suggest to remove it.
…
