.NET 9 and C# 13 release
C# 13 - New features and how you can use them now!
C# 13 has been launched as part of the .NET 9 release and we'll take a look at the new features and how you can start using them today.What's new in .NET 9? Key features you need to know!
Discover the latest updates in .NET 9. Explore new features, enhancements, and tools that you can use in your ASP.NET Core application right now!.NET 9 has been released: How do you update?
Watch this video where we'll show you how to update to .NET 9. From updating Visual Studio to downloading the SDK and finally updating your project.Latest articles and tutorials
What's new in .NET 9? Key features you need to know!
Discover the latest updates in .NET 9. Explore new features, enhancements, and tools that you can use in your ASP.NET Core application right now!C# 13 - New features and how you can use them now!
C# 13 has been launched as part of the .NET 9 release and we'll take a look at the new features and how you can start using them today..NET 9 has been released and this is how you update
Find out how you can update your ASP.NET Core application to .NET 9 from updating Visual Studio, downloading the SDK and finding out about breaking changes.Data Annotations vs FluentValidation: Which should you use?
Get started with Data Annotations and FluentValidation in ASP.NET Core with validation examples for your .NET project like required and email validation.Try our C# online code editor
Convert hours, minutes and seconds into a time formatted string
Pass in the hours, minutes and seconds into a method and get it to return a time formatted string which should include leading zeros.
Contains online code editor
Work out the number of days between two dates
Write a C# function to work out the difference between two dates and return the number of days in this coding challenge.
Contains online code editor
Removing the last character from a string
This coding challenge involves writing a C# method that will removing the last character from a string and returning the value.
Contains online code editor
Write a C# function to convert MPH to KPH
Take our coding challenge to write a C# function with the necessary parameters that converts miles-per-hour (MPH) to kilometres-per-hour (KPH) and vice-versa.
Contains online code editor