Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
  • Add AI to your apps
  • Learn AI Programming
  • Publish your AI projects
Free, open source, locally hosted, any platform, any language. View on GitHub

Discuss Download Docs
Turn a code snippet, simple Python module, or a Jupyter notebook into a CodeProject.AI module that can be deployed and used anywhere by everyone. Learn and AI without fighting tools and setup environments.
Over
1 Million
Downloads!
Latest Modules
  • Multi-modal LLM - Chris Maunder
  • LLama chatbot on your desktop - CodeProject
  • License Plate detection (update) - Mike Lud
  • Multi-TPU Coral.AI image detection (update) - Seth
  • AI Image generator - Matthew Dennis
9/2/2024 6:32:00 AM by Henrik Vestermark
A JavaScript function for breaking down a regular expression into its base components.
2/13/2024 3:40:00 PM by Retired Author
An extension library to simplify dealing with .NET's DateTime, DateOnly, TimeOnly and TimeSpan objects, also includes support for the ISO 8601 EDTF profile.
8/4/2023 2:14:00 PM by Paulo Zemek
This article presents a class similar to BigInteger, but supporting floating point values, like a decimal.
10/1/2024 10:10:00 AM by Nicolas DESCARTES
How to implement the MVP pattern in ASP.NET ?
11/13/2023 3:34:00 AM by ChristianNeumanns
This article explains why we need native record types, and how they work in PTS.
8/12/2024 3:54:00 PM by gggustafson
This article presents a tool that convert XML comments in a C# source file to HTML pages.
5/22/2024 1:27:00 AM by bradyguy
This article offers a comprehensive guide for developers to enhance the user experience of their applications through informative error handling and user empowerment features.
8/15/2023 3:02:00 PM by Han Bo Sun
In this tutorial, I will discuss how to add file upload functionality to an Angular web application.
7/30/2023 9:28:00 AM by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
2/15/2024 10:19:00 PM by Dev Leader
Learn about the pipeline design pattern in C#, discover how to create and chain pipeline stages and get code examples, tips, and use cases for this design pattern