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
Category Archives: How-To’s
Entity Framework support in Rider 2018.1
A fresh build of Rider 2018.1 EAP just landed, adding Entity Framework support! Rider adds functionality to enable migrations, add a migration, get migrations, update the database and more! On Windows, Linux and macOS! Let’s check this out, shall we? Initializing Entity … Continue reading
Code style settings from Roslyn conventions in EditorConfig
In our previous post, we looked at how we can specify ReSharper’s inspection severities inside our EditorConfig file. In this post, we will see how ReSharper and Rider integrate with Roslyn conventions. In this series: Maintaining consistent code style with … Continue reading
Posted in How-To's
Tagged C#, code analysis and quick-fixes, code style, F#, ReSharper, ReSharper Ultimate, Rider, Roslyn, VB.NET
1 Comment
Configuring inspection severities with EditorConfig
In our previous post, we looked at how we can maintain a consistent code style with the newly added formatting inspections in ReSharper and Rider. In this post, we will look at the different ways to configure inspection severities. In … Continue reading
Posted in How-To's
Tagged C#, code analysis and quick-fixes, code style, ReSharper, ReSharper Ultimate, Rider, VB.NET
2 Comments
Control Unity editor play mode with Rider 2018.1
One of our big themes with Rider’s Unity support is to reduce how much time you spend context switching between Rider and the Unity editor, and Rider 2018.1 introduces some new features that are designed to do just that. Our … Continue reading
Maintaining consistent code style with formatting inspections in ReSharper 2018.1
ReSharper (and Rider) have always provided a wide range of code inspections to notify us about redundancies in code, potential code quality issues or common practices. In the next 4 blog posts, we will dive into a bunch of new … Continue reading
Posted in How-To's
Tagged ASP.NET, C#, code analysis and quick-fixes, code style, generation and templates, JavaScript, ReSharper
4 Comments
Marten: Using Postgresql as a Document DB and Event Store – Webinar Recording
The recording of our March 28th webinar featuring Jeremy Miller is now available. In this webinar we look at how Marten’s programming model allows developers to be more productive compared to using a more typical ORM tool. We check out … Continue reading
Memory View – Exploring .NET memory while debugging with Rider 2018.1
During the past few weeks, the Rider 2018.1 EAP builds came with a number of new debugger features, and today’s build is no different. Rider 2018.1 EAP adds another improvement: a Memory View that lets us explore the managed heap while debugging, allowing … Continue reading
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