#ConsoleApp
New post from my blog...

Photo Organizer - A Handy Little App
https://barretblake.dev/posts/development/2026/07/photo-organizer/ #dotnet #utilities #consoleapp
July 24, 2026 at 12:45 AM
Asked Chat GPT "How do I build a .NET project named ConsoleApp using a Cake C# script?"

The result wasn't terrible, could be a good starting point. When I regenerated it had the CleanDirectory path wrong which can be a bit dangerous, so do proofread the code it spits out😎
August 17, 2023 at 6:39 PM
New post from my blog...

In case you missed it earlier...

Photo Organizer - A Handy Little App
https://barretblake.dev/posts/development/2026/07/photo-organizer/ #dotnet #utilities #consoleapp
July 24, 2026 at 8:45 AM
Built an AI image generator using: C#, Hugging Face MCP, and the new C# MCP SDK

Result? A cool ConsoleApp that can generate pixelated squirrel images 🐿️

Blog post & video 👉 elbruno.com/2025/07/21/%...
🤖 Using C# to Call Hugging Face MCP Server and Generate AI Images!
NOTE: This blog post was created with the help of AI tools like GitHub Copilot and ChatGPT, and it’s part of my journey to explore how AI can boost our productivity in sharing technical content. 📺 …
elbruno.com
July 21, 2025 at 8:56 PM
Worker Service vs Console App in .NET Console = fast & simple for quick tasks. Worker Service = structured long-running jobs, built-in DI, config, logging & lifecycle. #dotnet #csharp #workerservice #consoleapp #backgroundjobs www.ottorinobruni.com/worker-servi...
Worker Service vs Console Application in .NET: Understanding the Right Choice - Ottorino Bruni
Understand the real differences between Worker Services and Console Applications in .NET, and learn how to choose the right template for background and long-running processes.
www.ottorinobruni.com
February 18, 2026 at 1:47 PM
I'm playing with #devcontainer simple .Net consoleApp and the #dotnet build command failed 📢 "unable to copy file"... "access to the path is denied" How can I fix this without running #Vscode as admin? ❓
November 18, 2024 at 3:49 PM
🛠️ Worker Service vs Console App in .NET Console = fast & simple for one-off tasks. Worker Service = structured background jobs, built-in DI, config, logging, proper lifecycle. #dotnet #csharp #workerservice #consoleapp #backgroundjobs www.ottorinobruni.com/worker-servi...
Worker Service vs Console Application in .NET: Understanding the Right Choice - Ottorino Bruni
Understand the real differences between Worker Services and Console Applications in .NET, and learn how to choose the right template for background and long-running processes.
www.ottorinobruni.com
January 31, 2026 at 10:30 AM
🛠️ Worker Service vs Console App in .NET Console = quick & simple. Worker Service = structured, long-running, DI-ready, hosted lifecycle. Choose right for background tasks & services. #dotnet #csharp #workerservice #consoleapp #backgroundjobs www.ottorinobruni.com/worker-servi...
Worker Service vs Console Application in .NET: Understanding the Right Choice - Ottorino Bruni
Understand the real differences between Worker Services and Console Applications in .NET, and learn how to choose the right template for background and long-running processes.
www.ottorinobruni.com
January 27, 2026 at 5:35 AM
Hi, I'm on my PC right now. Hopefully, I have written my migration steps on Joplin 😀
I've followed this way to migrate all my Onenote notes to Jopli: github.com/alxnbl/oneno...
I don't know if its the offical way but it worked fine (except pen notes and drawings). Have you tried this tool ?
GitHub - alxnbl/onenote-md-exporter: ConsoleApp to export OneNote notebooks to Markdown formats
ConsoleApp to export OneNote notebooks to Markdown formats - alxnbl/onenote-md-exporter
github.com
June 22, 2025 at 12:03 PM