Category: Development
-
Migrating ridilabs.net: Eleven Years from BlogEngine.NET to WordPress
After more than eleven years on BlogEngine.NET, ridilabs.net now runs on WordPress. The decision was not an easy one. BlogEngine served me well through hundreds of posts, but the hosting bill no longer matched…
-
Configure Visual Studio 2026 with 9 Router
Yes, 9 Router is small Node.js server on your machine that proxies chat requests to 40+ AI providers (Anthropic, OpenAI, Gemini, GLM, local Ollama, etc.), with automatic fallback when a subscription hits its quota…
-
Save your token, here are the tips to build codes
Tips & Tricks to Save Your Claude Tokens While Building Apps in Visual Studio If you’re pairing Claude with Visual Studio or VS Code for day-to-day .NET development, you’ve probably noticed how fast tokens…
-
Your AI Pair Programmer
One programmer, one business analyst, and several fullstack “AI co-developers” — all running through GitHub Copilot with Claude models. Here is the setup, from .md configuration files to team workflow, for both greenfield and…
-
Measuring Developer Productivity in the AI Era
Every engineering leader running GitHub Copilot in Visual Studio has asked some version of the same question: “Is this actually making us faster, or just making us feel faster?” Lines of code went up. Commit…
-
Get Help from Github Copilot on Your SQL Server
Having trouble with your database server in production workload? or you need to optimize query? GitHub Copilot is now available inside SQL Server Management Studio, bringing AI‑powered assistance directly into your SQL workflow. For…
-
Vibe Coding Getting it Right
What is Vibe Coding? Vibe Coding is an AI-first development workflow where you: In Visual Studio 2026, this is powered by: The Problem: Prototype ≠ Production Vibe Coding excels at speed, but production systems…
-
Creating AI software Development Team
AI becomes agentic it means can be automated by your command. On this post, we want to create: Below is a practical, step‑by‑step guide grounded in the latest GitHub Copilot agentic‑AI documentation and mission‑control…
Tagged github copilot -
Program a Robot in C# Using Visual Studio
Programming robots with C# and Visual Studio is one of the most accessible ways to enter robotics—especially if you prefer working in the .NET ecosystem. Whether you want to control a physical robot arm…
-
Comparing ASP.NET Framework
Overview of ASP.NET Framework Models ASP.NET offers several server-side web programming models with different philosophies: Web Forms (page and event-driven, older ASP.NET), MVC (Model View Controller, separation of concerns), and Razor (Razor syntax used…