Éric Moreau wrote an article about an interesting component that I didn’t know about (available since 2.0): the TextFieldParser. It provides methods and objects for parsing structured text files (i.e. .CSV).
Unfortunately, Microsoft included it in the Microsoft.VisualBasic.dll extension. Even though you can add this extension in C#, it is not really specific to VB.
See also
- Local RAG with Ollama, LiteLLM, and Qdrant
- Local AI Development with Ollama and .NET
- Quality & Delivery: Testing, Security, Performance, and CI in Mes Recettes
- Inside the Architecture: Patterns, Data Modeling, and Extensibility in Mes Recettes
- Mes Recettes: Building a Modern Recipe Index with Blazor WebAssembly & Supabase