Godot 4.2 arrives in style!
Earlier this year we stepped into the future of Godot with the release of Godot 4.0, and 4 months later we followed it up with Godot 4.1 which was full of new features and improvements. Today we are p...
How .NET 8.0 boosted AIS.NET performance by 27%
At endjin, we maintain Ais.Net, an open source high-performance library for parsing AIS message. This article discusses how .NET 8.0 has provided a 27% performance increase compared to previous versio...
New Data Annotation attributes with .NET 8
With .NET 8, the System.ComponentModel.DataAnnotations Namespace has been revised and some new attributes have been added that have been requested by the community for some time and have only been imp...
The Developer Ecosystem in 2023: Key Trends for C#
We’ve captured insights from 26,348 developers worldwide in our annual Developer Ecosystem Survey 2023. This recap focuses on C# and .NET, but you can see what’s trending in other languages as well. E...
The Rider 2023.3 Release Candidate Is Now Available
There’s only a few days left before the next major release for Rider! Don’t feel like waiting? Get a sneak peek of Rider 2023.3 now by downloading the Release Candidate build that has just landed on o...
A failed experiment with interceptors in C# 12 and .NET 8
In this post, the author describes their attempt to add an interceptor to the NetEscapades.EnumExtensions NuGet package and the bug they discovered in the Roslyn compiler. The post explains the backgr...
The end of the Tye Experiment#1622
The end of the Tye Experiment#1622
The end of the Tye Experiment
Tye was an experiment built to explore various ways of making cloud native/distributed application/microservice development easier. Many of you used it in real scenarios and gave excellent feedback th...
.NET Aspire Frequently Asked Questions
This article lists commonly asked questions about .NET Aspire, including its release date, the differences between .NET Aspire and other technologies such as Microsoft Orleans, Dapr, and Project Tye, ...
.NET Conf 2023 Keynote - Welcome to .NET 8

NetCon is a 3-day event where the net community discusses new advancements in the unified development platform, .NET. With over 6 million developers using .NET, it is one of the most admired framework...
Announcing .NET 8
We are happy to announce the availability of .NET 8, the latest LTS version of one of the world’s leading development platforms. .NET 8 delivers thousands of performance, stability, and security impro...
Introducing .NET Aspire: Simplifying Cloud-Native Development with .NET 8
For several releases now we’ve been making progress on one of our ongoing aspirational goals. Making .NET one of the most productive platforms on the planet for building cloud-native applications. We ...
.NET 9 Runtime Async Experiment
In .NET 8 we started an experiment in adding support for green threads to .NET. We learned a lot, but decided not to continue at the current time. In .NET 9 wed like to explore new async capabilities ...
Building a Project Management Tool with ASP.NET 7 and React: Part 1 — Introduction & Environment Setup
Welcome to the beginning of an exhilarating journey where we embark on the mission to build a comprehensive Project Management Tool from scratch. This series is designed to guide you through every cor...
Building a Project Management Tool with ASP.NET 7 and React: Part 2— User Authentication
Welcome back to the second installment of our hands-on tutorial series where we meticulously craft a dynamic project management tool from scratch! In this segment, our expedition will primarily revolv...
Working with Vue 3.0 and ASP.NET Minimal API - Rob Conery - Copenhagen DevFest 2023

The speaker begins by introducing their plan to make the talk interactive and engage the audience. They mention that they gave a similar talk in Oslo with many slides but decided to make this one more...
Boosting Flexibility in .NET Applications: A Guide to Structured Code
While working on a new solution, the author explores the importance of good structuring and separation of concerns in .NET applications. The article delves into the components and data flows in the ap...
Why Does Microsoft Still Stick with ApiControllers?
The evolution of C# and its .NET Core framework has been nothing short of remarkable, establishing itself as a top-tier choice for robust applications and services. Yet, as I’ve journeyed alongside it...
Performance Improvements in ASP.NET Core 8
ASP.NET Core 8 and .NET 8 bring many exciting performance improvements. In this blog post, we will highlight some of the enhancements made in ASP.NET Core and show you how they can boost your web app’...
Clean Architecture Solution Template for ASP.NET Core
GitHub - jasontaylordev/CleanArchitecture: Clean Architecture Solution Template for ASP.NET Core. Automate any workflow, host and manage packages, find and fix vulnerabilities, instant dev environment...