For Loop vs ForEach Loop

Programming

For Loop vs ForEach Loop - which of them performes faster?

Read more...

C#

Execute SQL scripts with GO statements

Programming

How to execute SQL script with GO statements in C# with SQL Server Management Objects (SMO)

Read more...

Validate URL

Programming

Check if a given string contains a valid URL without the usage of messy RegEx expressions .

Read more...

C#

Use Google Translate programmatically

Programming

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.

Read more...

C#

The future of .NET Core

Information

.NET Core is dead, long live .NET

Read more...

Tuple Patterns in C# 8.0

Programming

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.

Read more...

C#

Switch Expressions in C# 8.0

Programming

The new C# 8.0 switch expressions are a very convenient way to map information in a compact fashion.

Read more...

C#

Turn any Class into a Singleton!

Programming

How-to turn any C# class into a Singleton

Read more...

C#

Replace JavaScript with client-side C#

Video

Replace JavaScript with C# code on the client side with Blazor in ASP.NET Core 3.0

Read more...