.NET blog

Essential .NET and C# interview preparation advice

Essential .NET and C# interview preparation advice

.NET and C# interview prep on how to apply for a job, tips to get the best possible salary and questions you may be asked alongside answers.
Land your next .NET job role with these helpful resume tips

Land your next .NET job role with these helpful resume tips

Struggling to get your next .NET and C# job? Read how to improve your resume so companies show enthusiasm in your job application, even if you have no experience.
Why does LINQ have so many ways to return one element?

Why does LINQ have so many ways to return one element?

A LINQ query in C# has many ways to return one element from a list and we compare each one and find out the differences between each one.
Primary constructors has caused concerns for C# developers

Primary constructors has caused concerns for C# developers

Primary constructors, the new C# 12 feature, have caused some concerns for developers when using it with dependency injection.
How to download and install the .NET 8 and C# 12 release

How to download and install the .NET 8 and C# 12 release

.NET 8 and C# 12 have been released and we'll show you how to update Visual Studio and download the .NET 8 SDK.
Why singleton hates scoped injection in .NET dependency injection

Why singleton hates scoped injection in .NET dependency injection

Find out why a "Cannot consume scoped service" runtime exception is thrown when injecting a scoped service into a singleton with .NET dependency injection.
Will ChatGPT replace .NET developers?

Will ChatGPT replace .NET developers?

ChatGPT is a new free AI model from OpenAPI. This review shows how it can give examples and answers by writing .NET code.
.NET 7: What's new in ASP.NET Core?

.NET 7: What's new in ASP.NET Core?

Find out about the .NET 7 release, looking at features, performance improvements and how to download and install ASP.NET Core.
C# 11: Preview of features for .NET 7

C# 11: Preview of features for .NET 7

C# 11 preview in a nutshell, looking at features for .NET 7. Find out what's new in .NET 7, its release date, and how to download.
EF Core 6 new features and changes for .NET 6

EF Core 6 new features and changes for .NET 6

Check out what's new in EF Core 6. As part of .NET 6, Entity Framework Core introduced migration bundles and support for temporal tables.