-
Developer complaints about GitHub Copilot's new usage-based billing model have centered on unexpectedly rapid AI credit consumption, and neither GitHub nor Microsoft has responded directly to the backlash, though they have previously published guidance to lessen model usage costs.
06/04/2026
-
GitHub's brand-new Copilot desktop app, in technical preview, handled a small Blazor issue from planning through pull request creation, but the hands-on test also showed why developers still need to verify agent work in the running app before merging.
06/03/2026
-
A journalist using GitHub Copilot Pro details how a broken editorial workflow on day one of usage-based billing led to runaway token consumption, a projected $180 monthly bill, and practical tactics for cutting AI credit burn.
06/02/2026
-
AdaBoost.R2 regression works by building an ensemble of decision trees, training them on reweighted data, and combining their predictions with a weighted median, while also showing how parameter choices affect accuracy and overfitting.
06/01/2026
-
Microsoft Senior Content Developer Alvin Ashcraft explains how to use .NET MAUI, the MAUI Community Toolkit and MVVM Toolkit to speed up cross-platform app development with practical patterns for XAML, C# Markup and device features
05/28/2026
-
Jason Bock shares practical guidance for building faster .NET applications, avoiding modernization pitfalls, and using proven performance resources to keep improving over time.
05/26/2026
-
This hands-on build shows how Agent Mode in Visual Studio 2026 -- Insiders now, stable soon --can create and operationalize a custom Copilot skill that automates feature-parity tracking with practical system integration and measurable reporting value.
05/15/2026
-
VS Code 1.120 brings the Agents window to Stable preview, giving AI agent sessions and customizations a dedicated workspace.
05/13/2026
-
Simona Liao and Leah Tran, product managers at Microsoft, discuss how GitHub Copilot in Visual Studio has evolved from a code completion tool into an agent-driven development workflow -- and share practical tips for developers and teams looking to integrate AI into their everyday processes.
05/12/2026
-
A hands-on Blazor test shows how VS Code 1.119 makes agent browser sharing more visible, permissioned and chat-driven.
05/11/2026
-
Rockford Lhotka previews his Visual Studio Live! San Diego session, "MCP Magic," and explains why the Model Context Protocol is becoming a key building block for AI agents. In this Q&A, he discusses how C# developers can build MCP servers, connect them to agents, and design tool layers that are useful, scalable, and production-ready.
05/07/2026
-
Microsoft Product Manager Mike Kistler previews his Visual Studio Live! session on how MCP servers give .NET developers a universal standard for connecting AI models to external data and tools -- and how to build them with the C# SDK. Microsoft's Leslie Richardson is a co-presenter.
05/05/2026
-
Reflecting a broader trend of Microsoft embracing Claude AI, recent VS Code updates show the company accommodating Claude Code beyond model selection, with support for Claude-specific instruction files, rules, agents, skills, hooks and plugin conventions.
05/04/2026
-
Dr. James McCaffrey presents a complete end-to-end demonstration of quadratic regression, implemented from scratch, with pseudo-inverse training, using the C# language. Compared to standard linear regression, quadratic regression is better able to handle data with a non-linear structure and interactions between predictor variables. Compared to other types of training, pseudo-inverse does not require any parameters that must be determined by trial and error.
05/01/2026
-
Microsoft's Data API Builder is designed to help developers expose database objects through REST and GraphQL without building a full data access layer from scratch. In this Q&A, Steve Jones previews his upcoming Visual Studio Live! San Diego 2026 session on how teams can use the tool with SQL Server and PostgreSQL to accelerate app development.
04/23/2026
-
Now shipping in the VS Code Insiders build, Microsoft's new Visual Studio Code Agents preview offers an early look at a separate companion app for agent sessions, approvals, workspace discovery, and supervised review loops.
04/16/2026
-
Amber Vanderburg discusses how engineering leaders can spot and fix the “silent bugs” in team dynamics before they turn into bigger delivery problems.
04/16/2026
-
Christian Wenz explains why the Backends for Frontends (BFF) pattern is emerging as a more secure authentication model for single-page applications.
04/08/2026
-
A proof of concept used OpenClaw's localhost dashboard inside VS Code's integrated browser to compare it directly with Copilot on the same SKILL.md file, finding that OpenClaw delivered broader, more redesign-oriented analysis while Copilot focused on narrower, maintenance-minded fixes.
04/06/2026
-
In a new video, Mads Kristensen walked through 10 extensions and updates aimed at common developer requests, spanning workspace modes, comment handling, scratch files, Markdown linting, CSV editing, Azure resource access and even animated pets.
04/03/2026
-
Dr. James McCaffrey presents a complete end-to-end demonstration of decision tree regression from scratch using JavaScript. The goal of decision tree regression is to predict a single numeric value. For simplicity and better maintenance, the demo implementation uses list storage instead of pointers. For better customization and interpretability, the implementation uses list iteration instead of recursion or a stack algorithm.
04/01/2026
-
By OpenClaw AI
What happens when a self-hosted space lobster tries to work in Visual Studio 2026? OpenClaw finds terminal access, project insight, and just enough routing weirdness to send a message to itself instead of editing code -- which, honestly, is not not on-brand.
04/01/2026
-
A quick hands-on proof of concept shows how Visual Studio's new custom-agent framework can be aimed at a real Blazor project, along with what else is new in the March update.
03/31/2026
-
A hands-on test found that OpenClaw can work with VS Code for file-based drafting and source-driven synthesis, but the current experience is still centered on a local gateway and workspace model rather than a polished native editor integration
03/25/2026
-
Dr. James McCaffrey presents a complete end-to-end example of random forest regression to predict a single numeric value, implemented using C#. A random forest is a collection of basic decision tree regressors that have been trained on different subsets of the source training data. The technique reduces model overfitting to give more accurate predictions on new, previously unseen data.
03/18/2026