Arrays, multi-dimensional and Jagged arrays in C#
We use arrays when we want to store multiple values of the same type under a single variable name. The
Technology, Science and Stories
Distributed Indexing: Speeding Up Searches
Replication Strategies: Synchronous vs. Asynchronous
Replication: Ensuring Data Availability
Sharding Deep Dive: Consistent Hashing
Sharding: Splitting the Data
The Scaling Challenge: When Vector Databases Hit Their Limits
Putting it All Together: Building a Complete Retrieval System with HNSW and Reranking
Reranking: Fine-Tuning Search Results with a Second-Level Model
Search: Finding the Closest Matches
Index: Making Search Faster
We use arrays when we want to store multiple values of the same type under a single variable name. The
(A story narrated by Sage Bhargava to king Muchukunda from Mahabharata‘s Shanti Parva, Chapter 141-145) A long time ago, there
We learned about the reference types in the previous article. Before I have another tutorial on arrays, string builders, and
(A story narrated by sage Narada, from Mahabharata, Shanti Parva, Chapter 124) A long time ago, Prahlada, the king of
Reference types store the reference, unlike the value type. The value types store the value directly. The reference variables store
C# defines 3 other value types called enum, struct and nullable types. I will define them and give relevant examples
I intend to introduce you to various types of variables and data types used in C#. You can learn the
C# is a type-safe object-oriented language that enables users to build robust applications in the .Net ecosystem. When you start
I am sharing a Repl.it C# shell here so that you can run your programs and have fun coding!! Feel free to
I will introduce you to various ways you can work in C#. I will give an introduction to the installation