//devdigest
392 subscribers
2.09K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ PDF Creation and Conversion in ASP.NET Core

The text explains how to create PDF files using QuestPDF and how to convert HTML to PDF in ASP.NET Core with IronPDF and Aspose.PDF. It also covers using Razor views with TailwindCSS and JavaScript to make detailed PDF reports, and compares IronPDF and Aspose.PDF.

♻️ Subscribe for free now!
⚡️ .NET 10 Preview 5 New Features Released

.NET 10 Preview 5 is released and brings new features to areas like the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, and .NET MAUI. Users can now see and try updates in these parts.

♻️ Subscribe for free now!
1
⚡️ .NET and .NET Framework June 2025 Updates

This text gives a summary of the most recent servicing updates for .NET and .NET Framework released in June 2025. It lists key changes and improvements for both platforms.

♻️ Subscribe for free now!
⚡️ ReSharper and Rider 2025.1.3 Updates Released

The third update for ReSharper and Rider 2025.1 has been released, bringing important bug fixes and new features. ReSharper 2025.1.3 now adds support for SQL and NoSQL queries.

♻️ Subscribe for free now!
⚡️ JetBrains GameDev Days 2025 Call for Speakers

JetBrains GameDev Day will take place online on October 21, 2025. Organizers are inviting people to speak and share their knowledge, tools, or creative ideas about game development.

♻️ Subscribe for free now!
2🆒2👍1
⚡️ C# Song Recommendations Using LINQ-Style Composition

This article shows how to use C# combinators like SelectMany and Traverse to make song recommendations. It is part of a series about different ways to use functional programming, and builds on code from earlier articles in the series.

♻️ Subscribe for free now!
1
⚡️ How to Automatically Rerun Failed GitHub Actions Workflows

GitHub Actions does not have a way to rerun a job by itself if it fails. You can use the workflow_run event to start a new workflow when one did not pass, which helps to do this step without manual work.

♻️ Subscribe for free now!