Insights

Blog

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

Category: C# Clear ×
C#

C rival Zig language cracks Tiobe index top 50

Systems programming language that aims to replace C makes the Tiobe index top 50 for the first time. The Google-led Carbon language, an alternative to C++, ranked 168th.…

Read article
C#

How to keep up to date as a C# developer

As a developer, I bet you have a life long passion for learning and with the technology, there is always something exciting going on right now. Thus, how…

Read article
C#

C# 12 boosts AOT compilation

Latest C# 12 preview introduces an experimental feature that allows generators to reroute code to provide context-specific optimization. C# 12, a planned upgrade to Microsoft’s signature object-oriented language…

Read article
C#

Linear Ridge Regression Using C#

The goal of a machine learning regression problem is to predict a single numeric value. For example, you might want to predict the price of a house based…

Read article
C#

How to handle null values in C#

Null pointer exceptions are no fun. You can avoid them and keep your code clean and maintainable by using these techniques to elegantly handle null values in C#.When…

Read article