ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • Model-View-Presenter and its implementation in ASP.NET - Part 1

    calendarOct 1, 2024 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Beginning today, we are launching a short series focused on the Model-View-Presenter (MVP) pattern in ASP.NET. Our goal is to offer a thorough overview, explaining what it entails, why it's worth considering for improved maintainability and testability, and outlining its potential limitations.
    Read more about Nicolas Descartes
  • Implementing vector databases in C# with kd-trees - Part 1

    calendarJul 10, 2024 · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we embark on a journey to explore the inner workings of vector databases. These databases have surged in popularity in recent years due to the growing demands of artificial intelligence. They allow us to efficiently store and query multidimensional data. In this series of articles, we will examine how …
    Read more about Nicolas Descartes
  • Implementing vector databases in C# with kd-trees - Part 2

    calendarJul 10, 2024 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will briefly summarize what vector databases are and why they have gained popularity.
    Read more about Nicolas Descartes
  • Implementing vector databases in C# with kd-trees - Part 3

    calendarJul 10, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will explore the primary applications of vector databases and the essential requirements they must fulfill to be effective. Additionally, we will provide an initial naive C# implementation.
    Read more about Nicolas Descartes
  • Implementing vector databases in C# with kd-trees - Part 4

    calendarJul 10, 2024 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will explore how to efficiently store multidimensional data by introducing the kd-tree data structure. Our goal is to effectively handle multidimensional searches.
    Read more about Nicolas Descartes
  • Implementing vector databases in C# with kd-trees - Part 5

    calendarJul 10, 2024 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we explore how nearest neighbor searches can be performed using a kd-tree.
    Read more about Nicolas Descartes
  • Implementing vector databases in C# with kd-trees - Part 6

    calendarJul 10, 2024 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this final post, we implement a kd-tree in C# and examine how nearest neighbor searches perform compared to the naive implementation we introduced earlier.
    Read more about Nicolas Descartes
  • Understanding authentication in Blazor and ASP.NET Core - Part 1

    calendarApr 3, 2024 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Today marks the commencement of our exploration into authentication within Blazor Server and ASP.NET Core. Our journey will begin with a rudimentary example centered around cookies, gradually progressing towards the development of a comprehensive application utilizing the SAML protocol. Our overarching aim is to …
    Read more about Nicolas Descartes
  • Understanding authentication in Blazor and ASP.NET Core - Part 2

    calendarApr 3, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will briefly delve into the concept of authentication and explore how we can swiftly implement a basic version utilizing cookies in ASP.NET Core and Blazor.
    Read more about Nicolas Descartes
  • Understanding authentication in Blazor and ASP.NET Core - Part 3

    calendarApr 3, 2024 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will delve into the intricacies of authentication in ASP.NET Core and explore how to implement them effectively.
    Read more about Nicolas Descartes
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Nicolas DESCARTES

This blog gathers the contributions of a passionate software engineer convinced that getting to the bottom of things is the best way to truly understand the big picture.
Read more about Nicolas Descartes

Don't miss new articles

/* Real people should not fill this in and expect good things - do not remove this or risk form bot signups. */

Recent Posts

  • Understanding and leveraging Semantic Kernel - Logging and monitoring
  • Understanding and leveraging Semantic Kernel - Integrating Semantic Kernel with the MCP protocol
  • Understanding and leveraging Semantic Kernel - Unleashing the power of plugins
  • Understanding and leveraging Semantic Kernel - Using Semantic Kernel with Ollama
  • Understanding and leveraging Semantic Kernel - Building a very simple agent in a few lines of C# code
  • Understanding and leveraging Semantic Kernel - Generative AI, LLMs and others
  • Understanding and leveraging Semantic Kernel - Introduction
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Implementing Azure Key Vault
Nicolas DESCARTES

Copyright  NICOLAS DESCARTES

to-top