ReSharper 2020.2.4 and Rider 2020.2.4 Are Released
Hello everyone, Today we’ve published small bugfix updates to ReSharper and Rider. Here are the issues that we’ve addressed. Rider Fixed launching iOS apps on Xcode 12 simulators (RIDER-50673)....
View Article.NET Annotated Monthly | October 2020
A little bit of October’s computing history: In 2001, Microsoft released Windows XP! Thank goodness for the chance to get away from Windows 98 & ME. Meanwhile, Apple was busy working on consumer...
View ArticleCreate UML Diagrams using PlantUML
UML, or Unified Modeling Language, is, as the name implies, a modeling language that allows you to visualize systems. In this post, we’ll look at how PlantUML enables you to create various kinds of...
View ArticleTop-level Statements In ReSharper and Rider
With the upcoming release of C# 9, we’re all getting some new tools for our development toolboxes. One of the most exciting features .NET 5 is delivering to developers is top-level statements. In this...
View ArticleFinding Text More Quickly with Go to Text in ReSharper
In ReSharper, you can use Ctrl+T to Search Everywhere. And with everywhere, we do mean everywhere! Did you know ReSharper also indexes and searches in textual content? I’ll use the Carter framework as...
View ArticleService Creation via .NET Core Templates – Webinar recording
The recording of our webinar, Service Creation via .NET Core Templates, with Olga Nelioubov, is now available. Subscribe to our community newsletter to receive notifications about future webinars....
View ArticleImmediate Window – Interact with your Code while Debugging in Rider
A valuable part of the debugging experience is experimentation, modifying variables and determining whether the outcomes were what we expected. With the latest release of Rider 2020.3 EAP, we’re happy...
View ArticleTroubleshoot allocations with Dynamic Program Analysis – ReSharper 2020.3 EAP
How often do you reach for a profiler? Only when things go wrong, right? All too often, we use profilers only as a last resort, even though dotTrace and dotMemory are both pleasant to work with. What...
View ArticleWebinar – .NET Microservices == MEGAFUN
Join us Tuesday, November 17, 2020, 16:00 – 17:00 CET (10:00 AM – 11:00 AM EST or check other timezones) for our free live webinar, .NET Microservices == MEGAFUN, with LaBrina Loving. Register now and...
View ArticleBuilding A Blazor Farm Animal Soundboard
How’s it going, fellow Blazorinos? Here at JetBrains, we’ve been diving face-first into Blazor, improving the development experience for Blazor lovers. For those unfamiliar with Blazor, but still...
View ArticleBlazor – C# in the Browser – Webinar recording
The recording of our webinar, Blazor – C# in the Browser, with Brian Jablonsky, is now available. Subscribe to our community newsletter to receive notifications about future webinars. Ever dream about...
View ArticleProject Dependency Diagrams come to Rider 2020.3
In the latest Rider 2020.3 Early Access Preview (EAP) builds, we’re bringing in Project Dependency Diagrams from ReSharper! With project dependency diagrams you can visualize project dependencies in...
View ArticleBuild Serverless Apps with Azure Functions
Azure Functions is a cloud technology from Microsoft. It helps individuals and companies from startups to mega-corporations, since they all have these few things in common: Code that doesn’t fit into...
View Article.NET Annotated Monthly | November 2020
In 1995, Microsoft shipped Internet Explorer 2.0. Do you remember browsing the internet in 1995? According to Internet Live Stats, there were about 23,500 sites. That’s all there was, and Geocities was...
View ArticleRun Blazor Apps Within Electron Shell
Hi-diddly-ho Blazorinos! A long-lived mantra of the .NET community has concentrated on transferable knowledge of C# into different paradigms, including desktop, mobile, web, and embedded systems....
View ArticleDiving Into NuGet History For Fun and Community Insights
In the dark ages of .NET, developers had to crawl the internet for dependencies, run installers, create bloated lib folders, and possibly introduce assemblies into the Global Assembly Cache. Gross!...
View ArticleSource Generators in .NET 5 with ReSharper
One of the most exciting features in .NET 5 and C# 9 are source generators. They enable us to hook into the compilation pipeline that is executed for our projects, analyze source files that are to be...
View ArticleWorking With Uno Platform And Rider
Today we would like to share with you a special guest post from our friends over at Uno Platform. They have been working hard on bringing a first-class cross-platform experience to .NET developers...
View Article.NET Microservices == MEGAFUN – Webinar recording
The recording of our webinar, .NET Microservices == MEGAFUN, with LaBrina Loving, is now available. Subscribe to our community newsletter to receive notifications about future webinars. In this...
View ArticleWebinar – Tips & Tricks to improve your .NET Build Setup with MSBuild
Join us Thursday, December 10, 2020, 16:00 – 17:00 CET (10:00 AM – 11:00 AM EST or check other timezones) for our free live webinar, Tips & Tricks to improve your .NET Build Setup with MSBuild,...
View Article