Posts Tagged programming

Reading a PDF in C# on .NET Core

Reading a PDF in C# on .NET Core

Tags: ,

Create reusable UI using the Razor class library project in ASP.NET Core

https://learn.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-9.0&tabs=visual-studio#rcl-lay

Tags: , ,

Telepresence Quickstart

https://telepresence.io/docs/quick-start Ways to work with your development environment Fast, local development for Kubernetes and OpenShift Microservices

Tags: ,

GitOps on Docker using Portainer

https://medium.com/linux-shots/gitops-on-docker-using-portainer-8712ba7d38c9

Tags: , ,

Using HTTP Request Routes, Request Body, and Query string parameters for Authorization in ASP.NET Core

Tags: , , ,

Turn your Raspberry Pi into an AI agent with OpenClaw

https://www.raspberrypi.com/news/turn-your-raspberry-pi-into-an-ai-agent-with-openclaw created a wedding photo booth using AI agent..

Tags: ,

Decades before the current AI boom, Oracle’s Larry Ellison argued that applying AI to every problem was “the height of nonsense.” | TechRadar

https://www.techradar.com/pro/the-height-of-nonsense-oracle-co-founder-larry-ellisons-1987-argument-that-not-everything-should-be-ai-makes-perfect-sense-in-2026

Tags: ,

Change Default Swagger Route in an ASP.Net Core Web Api

For me just setting the RoutePrefix was sufficient

Tags: ,

ArgoCD – Cluster Bootstrapping

https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping

Tags: ,

Secure Environment Variable Handling: Best Practices for Secrets Management

Tags: ,

Libgit2

https://github.com/libgit2/libgit2sharp?tab=readme-ov-file

Tags: , ,

C# Recommended Reading / Videos 2511

The New Best Scheduling Library in .NET (TickerQ) Orleans: Microsoft’s distributed systems framework for .NET C#’s Best features you might not be using Clean Architecture with ASP.NET Core 9 Testing.Platform, the new way to run .NET tests System Design was HARD until I Learned these 30 Concepts The Future of Web Development with ASP.NET Core […]

Tags: , ,

Run a docker image as a container

https://stackoverflow.com/questions/18497688/run-a-docker-image-as-a-container This also allows you to inspect contents of the container, its files etc.

Tags: ,

Dependency Injection based on request headers

https://keestalkstech.com/dependency-injection-based-on-request-headers

Tags: ,

Git Tips : Git tags not pushing to remote

https://openillumi.com/en/en-git-tag-remote-push-guide https://stackoverflow.com/questions/5195859/how-do-you-push-a-tag-to-a-remote-repository-using-git https://stackoverflow.com/questions/71950117/using-nuke-build-to-push-a-tag-to-an-azure-devops-repository – pushing tags to git using nuke

Tags: , ,

How to create responses in Minimal API apps

How to create responses in Minimal API apps

Tags: , ,

Performance Improvements in .NET 9

Performance Improvements in .NET 9

Tags: , ,

Parametised test primitive obsession code smell

https://blog.ploeh.dk/2021/01/18/parametrised-test-primitive-obsession-code-smell

Tags: , ,

Stubs and mocks break encapsulation

https://blog.ploeh.dk/2022/10/17/stubs-and-mocks-break-encapsulation Moq is mentioned – but the issue is bigger than Moq

Tags: , ,

ASP.NET Core Blazor authentication and authorization

https://learn.microsoft.com/en-us/aspnet/core/blazor/security/?view=aspnetcore-9.0&tabs=visual-studio

Tags: , ,