Learn Minimal APIs from start to finish. Perfect for beginners.

C# articles

Missed these 12 new C# features?
Missed these 12 new C# features?

Discover 12 C# features from C# 12, 13 and 14 you may have missed, including primary constructors, collection expressions, extension members and more.

Write cleaner code in C# with changes you may not know about
Write cleaner code in C# with changes you may not know about

We'll take a look at the C# features and improvements over the years that help you to write cleaner code and improve it's readability.

Popular C# coding questions to prep for a technical interview
Popular C# coding questions to prep for a technical interview

We look at eight popular C# technical interview questions and answers that will help you prep for your coding assessment and help you secure a job.

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.