dotnet

Oct
28
Exploring the Differences Between C# and .NET

Exploring the Differences Between C# and .NET

Are you confused with the difference between C# and .NET? Let's try to see the differences one by one.
4 min read
Oct
25
The Evolution of .NET Project Files: .csproj vs. project.json

The Evolution of .NET Project Files: .csproj vs. project.json

Let's see why the evolution of the project.json and .csproj.
3 min read
May
13

In-Memory Caching .NET Core Concepts

In-memory caching using, dotnet's IMemoryCache represents a cache stored in the web server's memory. It does have many concepts to understand, and we'll explore that in this article.
8 min read
May
06

3 Myths Around the .NET

There are a lot of myths about .NET, which was adopted from the legacy .NET Framework and persists even today. Let's try to bust the top 3 myths.
4 min read
Apr
14

Range and Indices Using C#

Can you bypass the for loop entirely by condensing it and getting the sections of an array you are only interested in? These are where the range and indices come into the picture.
5 min read