Meta
-
Tags
.NET Core ASP.NET C# code analysis and quick-fixes code completion code style debugger dotCover dotMemory dotPeek dotTrace EAP events F# generation and templates JavaScript JetBrains navigation and search NuGet performance plugins profiling refactoring ReSharper ReSharper 5 ReSharper 6 ReSharper 7 ReSharper 8 ReSharper 9 ReSharper 10 ReSharper 2016.2 ReSharper 2016.3 ReSharper 2017.2 ReSharper 2017.3 ReSharper C++ ReSharper Ultimate Rider TypeScript unit testing Unity VB.NET video Visual Studio webinar XamarinJetBrains Blogs
Tag Archives: WPF
ReSharper Ultimate 2018.1.1 bug fix update is here!
Hello from JetBrains! We have something interesting for you today. A few moments ago, we published the first bug fix update for our first release of the year – ReSharper Ultimate 2018.1.1. Below, you can find a list of the … Continue reading
Posted in How-To's
Tagged ASP.NET, dotCover, performance, Razor, refactoring, ReSharper, ReSharper C++, unit test coverage, unit testing, WPF, Xamarin, XAML
33 Comments
XAML preview tool window for WPF in Rider
A fresh new build of Rider 2018.1 EAP just landed with many new additions. There was already a WPF Application project template, and we have now added a XAML preview tool window for WPF (on Windows)! When working in a WPF window or … Continue reading
Fighting Common WPF Memory Leaks with dotMemory
When developing Windows Presentation Foundation (WPF), Silverlight and Windows Store applications, a number of common memory leaks may surface. In this blog post, we’ll see how dotMemory can help detect these common WPF memory leaks and how we can fix … Continue reading
INotifyPropertyChanged Support in ReSharper 7
Let’s see what’s good in ReSharper 7 in addition to support for Visual Studio 2012 and WinRT development. Ever since the release of Windows Forms, the INotifyPropertyChanged interface has been used by developers to allow properties to notify whoever needs … Continue reading