Insights

Blog

Ideas, guides, and stories on AI, technology, and building for the future.

Category: C# Clear ×
C#

Rising C++ closes in on C language

C++ has surpassed Java and may soon eclipse C, according to the Tiobe index of programming language popularity. Cobol is back in the top 20. C++, having already…

Read article
C#

C# Overtaking Java in Popularity Index

“The gap between C# and Java never has been so small,” says the latest edition of the TIOBE Index of programming language popularity. “Currently, the difference is only…

Read article
C#

How to use structured concurrency in C#

Structured concurrency offers a more organized and more intuitive way of managing the lifetimes of asynchronous tasks. Here’s how to take advantage of it in C#. Modern programming…

Read article