July 2026

How to Use Ollama with C# to Run Local Large Language Models (Local LLMs)

How to Run Local Large Language Models (Local LLMs) with Ollama in C# Large Language Models (LLMs) have become an essential part of modern software development. While cloud-based AI services such as OpenAI and Azure OpenAI are popular, many developers and organizations are also exploring local LLMs for reasons including privacy, offline capability, and reduced […]

How to Use Ollama with C# to Run Local Large Language Models (Local LLMs) Read More »

Git Submodule

In large-scale software projects, it is common to reuse code from other repositories. Simply copying the code can make maintenance difficult and error-prone. This is where Git Submodules provide one of the most classic and effective solutions. In software development, there are many situations where a project needs to reference another independent project, such as

Git Submodule Read More »