Meta
Tweets about .NET tools
-
Tags
.NET Core ASP.NET C# code analysis and quick-fixes code style debugger dotCover dotMemory dotPeek dotTrace EAP events F# generation and templates JavaScript JetBrains navigation and search NuGet plugins profiling refactoring ReSharper ReSharper 5 ReSharper 6 ReSharper 7 ReSharper 8 ReSharper 9 ReSharper 10 ReSharper 2016.1 ReSharper 2016.2 ReSharper 2016.3 ReSharper 2017.1 ReSharper 2017.2 ReSharper 2017.3 ReSharper C++ ReSharper Ultimate Rider TeamCity TypeScript unit testing Unity VB.NET video Visual Studio webinarJetBrains Blogs
Monthly Archives: March 2008
ReSharper 3.1 vs Plain Visual Studio
A clear comparison table that illustrates how exactly ReSharper complements the functionality of Visual Studio Continue reading
Create an overloaded delegate quickly
Sometimes it is necessary to create method overloads that just pass default values to other overloads. ReSharper allows you to do this quickly and easily. Take this simple method for example: We need to take the CreateUser method and add … Continue reading
Custom Templates
ReSharper templates enable you to quickly generate predefined code constructs. Many templates are provided ready to use; you can create new templates, edit existing ones and easily manage them. Creating and using your own templates is a quick and easy … Continue reading
ReSharper in Detail: Quick-Fixes vs Context Actions
Clarifying the difference between Resharper’s two bulbs: quick-fixes and context actions Continue reading