The library

All articles

36 articles about .NET, C#, Azure, mobile development and artificial intelligence.

36 results

Clear filters
1 min
ASP.NET Core .NET

ASP.NET Core: handling errors

Displaying a custom error page in ASP.NET Core is very simple, but there are some pitfalls to avoid. To display an error page (error 500), simply write the…

Read article
1 min
.NET C#

C#: FormattableString

Today, I just discovered the classroom. FormattableString Two years after it came out. This class has been added with the functionality of string interpolation In…

Read article