For Loop vs ForEach Loop
For Loop vs ForEach Loop - which of them performes faster?
Execute SQL scripts with GO statements
How to execute SQL script with GO statements in C# with SQL Server Management Objects (SMO)
Validate URL
Check if a given string contains a valid URL without the usage of messy RegEx expressions .
Use Google Translate programmatically
It's quite easy to utilize Google Translate API to programmatically translate content from language A to language B as shown in this C# demo.
Tuple Patterns in C# 8.0
The new C# 8.0 Tuple Patterns are a very convenient way to allow matching of more than one value in a single pattern matching expression.
Switch Expressions in C# 8.0
The new C# 8.0 switch expressions are a very convenient way to map information in a compact fashion.
Replace JavaScript with client-side C#
Replace JavaScript with C# code on the client side with Blazor in ASP.NET Core 3.0