Search Results

2
votes

Does resharper have problems with asp.net mvc?

Yep, current ReSharper version doesn't place references on MVC controllers (although, next one will). In meantime you can mark controller class and action methods with ImplicitUse attribute …
0
votes

Tools / Tips for refactoring Visual Studio projects

About file locations - next version of ReSharper will track file moving and renaming and adjust all it's references. It's useful for ASP.NET projects - Masterpage, User Controls, JS, CSS, Images re …
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. …
1
vote

How good are the resharper 5.0 nightly builds?

It's pretty stable and solid. Stability depends on area you are developing (ASP.NET, XAML, WinForms). …
2
votes

Resharper gotchas

You can mark such properties by UsedImplicitly attribute and ReSharper will not suggest to remove it. …