Google Sheets API with .NET Core
Learn how to use Google Sheets API using the Google Sheets Client Library for .NET with this step-by-step guide. Configure the Google Sheets API in the Google developer console and build an ASP.NET Co...
Uno Platform 4.6: Hello .NET 7! - Build .NET-based applications that run everywhere
Uno Platform 4.6 offers support for .NET 7, Library Assets, SVG Support, Android 13, the new WebAssembly Bootstrap 7.0, and ASP.NET Core Hosting Project. With .NET 7 support, developers can experience...
Whats New in .NET 7 for Authentication and Authorization
Learn about the new features in .NET 7 that enhance authentication and authorization support in .NET applications. This includes default authentication schemes that are automatically inferred by the f...
Bringing .NET to EdgeDB
Today, the EdgeDB team announces the official .NET binding for EdgeDB. The API implements zero-config connectivity, automatic reconnection on network and serialization errors, client-side connection p...
Refit: The automatic type-safe REST library for .NET Core, Xamarin and .NET
Refit is a library heavily inspired by Squares Retrofit library, and it turns your REST API into a live interface. With RestService, Refit generates an implementation of your API that uses HttpClient ...
Performance Improvements in ASP.NET Core 7
This blog post covers the latest performance improvements made to ASP.NET Core 7. Performance is a key feature of .NET, and the .NET team and community contributors work towards making apps faster and...
Mandrill.net - Simple, cross-platform Mandrill api wrapper for .NET Core
Mandrill.net is a simple, cross-platform Mandrill API wrapper for .NET Core. With Mandrill.net, developers can easily send transactional messages through Mandrill using a template or without a templat...
How to Send Emails at Scale in .NET with the Azure Communication Service
Learn how to send emails securely and at scale using the Azure Communication Service in a .NET console app. This post walks through all the necessary steps, starting with creating a new Email Communic...
.NET Performance Series #1: Performance Improvements in .NET 7
In this first episode of the .NET Performance Series, Tobias Streng presents research, benchmarks, and comparisons on various topics in the .NET world with a focus on performance using the latest .NET...
.NET Performance Series #2: Newtonsoft vs. System.Text.Json
In this episode of the .NET Performance Series, we take a closer look at Newtonsoft and System.Text.Json to determine which method is the fastest to implement on the latest .NET 7. Our research and be...
Building a .NET Distributed Application with DAPR and Azure Container Apps
In this article, Albert Starreveld from VX Company explains the benefits of using DAPR (Distributed Application Runtime) for container-based, distributed architectures. He covers the advantages in ser...
Library for running command-line processes
CliWrap is a library that makes it easy to run command-line processes from .NET applications. It provides a convenient fluent API for building command lines, handling results and errors, and processin...
10 Reasons on why you’re not and should not use Clean Architecture in .NET
Clean Architecture has been around for years and if you’re a .NET developer, you’re probably familiar with it. But is it always the best approach? In this article, Anthony Trad explores 10 reasons why...
Automatically Version and Release .Net Application
In this post, Anto Subash shares a step-by-step guide on how to automatically version and release a .Net Application using GitHub Actions. The article covers topics such as Conventional Commits, Versi...
Announcing Entity Framework Core 7 RC2: JSON Columns
Entity Framework Core 7 RC2 has been released with all the features planned for the GA release, including mapping to SQL Server JSON Columns, ExecuteUpdate and ExecuteDelete (Bulk updates), improved p...
.NET Systems Programming Learned the Hard Way

This talk discusses net systems programming and the importance of performance in Akka.Net, which originated from the need to process campaigns for tens of millions of active users concurrently while m...
Console.ReadKey improvements in .NET 7
Developers expect APIs as fundamental as Console.ReadKey to be dependable. With .NET 7, all known bugs related to recognizing keys pressed inside Console.ReadKey on Unix/Linux were addressed. Key comb...
How to Download and Add iText PDF and its Add-ons
Learn how to efficiently download iText PDF and its add-ons for your software development projects. Discover the different products under the iText 7 Suite, from the Core library to the pdfCalligraph ...
NReco: .NET Components for PDF and HTML Generation, Video Conversion, and more
NReco offers a variety of .NET components for PDF and HTML generation, video conversion, data access, and more. Their HTML-to-PDF generator allows for seamless conversion with full support of CSS and ...
Playwright for .NET 🎭
Playwright for .NET is the official language port of Playwright, the library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that...