Microsoft ignores C# and .NET... AGAIN
Video
12585 views

Microsoft ignores C# and .NET... AGAIN

Another massive AI porting project at Microsoft decided to ignore C# and .NET and chose Rust... but why? And was it the right choice? 0:00 Intro 0:24 The Copilot Rust Migration 1:03 Community reaction 1:46 Architectural concerns 2:23 Rationale for choosing Rust 3:13 C# and native AOT capabilities 3:57 Performance and validity 4:23 AI generation and error analysis 5:33 Microsoft's broader rust adoption 6:47 Closing thoughts and critique #dotnet #csharp #rust

about 20 hours ago
Spying on Claude Code: more lifecycle events, different blind spots

Spying on Claude Code: more lifecycle events, different blind spots

How Claude Code hooks differ from Cursor: broader lifecycle and permission telemetry, strong native IDs, batch and compaction events, but no thought or specialized execution hooks.

2 days ago
Is Local AI Worth it?
Video
2775 views

Is Local AI Worth it?

3 days ago
There's No Official Claude Agent SDK for C#. Here's What to Use Instead

There's No Official Claude Agent SDK for C#. Here's What to Use Instead

The Claude Agent SDK (the package that turns Claude into an autonomous coding agent with tools, permissions, and a conversation loop) only ships officially for Python and TypeScript. In C#, the closest thing is buried inside the regular Anthropic SDK: a `ToolRunner` helper that drives the tool-use loop for you. Here's how to build a real file-editing, command-running agent with it, and where the unofficial alternatives fit.

3 days ago
.NET AI Community Standup: Interview Coach Evolves: MAF + GitHub Copilot SDK
Video
0 views

.NET AI Community Standup: Interview Coach Evolves: MAF + GitHub Copilot SDK

We just updated the Interview Coach! Join Bruno Capuano and Justin Yoo to explore the latest evolution of Interview Coach, a .NET sample built with Microsoft Agent Framework (MAF), now with GitHub Copilot SDK support. Discover how Copilot moves beyond the code editor to power an application where specialist agents review resumes, ask behavioral and technical questions, and deliver personalized feedback. The Copilot SDK handles model interactions and tool calls, while Agent Framework coordinates the agents and their handoffs. With shared MCP tools, a Blazor interface, and continued Microsoft Foundry support, this sample offers a practical starting point for your own agent-powered applications. 🌍 Explore the source code and continue learning with the companion walkthrough and hands-on workshop: https://aka.ms/mafinterviewcoach/repo https://aka.ms/mafinterviewcoach/blog https://aka.ms/mafinterviewcoach/workshop 🔗 Links: https://learn.microsoft.com/en-us/collections/d4gkh1tee47wo?source=docs 🎙️ Featuring: Bruno Capuano https://www.linkedin.com/in/elbruno/, Justin Yoo https://www.linkedin.com/in/justinyoo/ #dotnet #MAF #GitHubCopilotSDK #Agents #AI

4 days ago
Scaling the Claw: Skills, Shell, CodeAct and Background Agents
Video
4241 views

Scaling the Claw: Skills, Shell, CodeAct and Background Agents

Four additions make the agent genuinely useful. Skills package domain knowledge such as valuation and risk scoring into files it discovers and loads only when a request calls for them, including skills managed centrally in Foundry that update with no redeploy. Shell access lets it reorganise a messy folder of trade confirmations, confined to one working directory. CodeAct gives it a sandbox where it writes and runs code to work out an answer rather than guessing at the arithmetic. Background agents let it research several tickers at once and pull the results back together. 📌 This event is part of a series. Learn more here: https://aka.ms/FMTA/series 🔗 Learn more by exploring the resource: https://aka.ms/AgentHarness #MicrosoftReactor #LearnConnectBuild [eventID:27519]

4 days ago
3 unknown Claude Code Skills #claudecode #claude #aiengineering
Video
1142 views

3 unknown Claude Code Skills #claudecode #claude #aiengineering

4 days ago
Build Your Own AI Agent Harness in C#, the MafClaw Live Series

Build Your Own AI Agent Harness in C#, the MafClaw Live Series

<p>I am building a complete C# agent live, from a single call around an IChatClient to a production-ready, observable, governed agent, using the Microsoft Agent Framework harness in a 4-part Microsoft Reactor series.</p> <p>The post <a href="https://devblogs.microsoft.com/dotnet/build-your-own-ai-agent-harness-in-csharp-the-maf-claw-live-series/">Build Your Own AI Agent Harness in C#, the MafClaw Live Series</a> appeared first on <a href="https://devblogs.microsoft.com/dotnet">.NET Blog</a>.</p>

5 days ago
Performance Improvements in .NET 11

Performance Improvements in .NET 11

<p>Take a tour through hundreds of performance improvements in .NET 11.</p> <p>The post <a href="https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-11/">Performance Improvements in .NET 11</a> appeared first on <a href="https://devblogs.microsoft.com/dotnet">.NET Blog</a>.</p>

6 days ago
My Claude Code Status Line (Steal It)
Video
1730 views

My Claude Code Status Line (Steal It)

💎 Download my script here: https://gui-ferreira.kit.com/c6dd52421e #claude #claudecode

6 days ago
Understanding Device Bound Session Credentials (DBSC)

Understanding Device Bound Session Credentials (DBSC)

In this post I provide an introduction to Device Bound Session Credentials, I look at how DBSC protects against session hijacking, and how the protocol works

6 days ago
Share your .NET story with the community

Share your .NET story with the community

<p>Share how your team uses .NET to solve real problems and help us bring more community stories to .NET Conf 2026 and other .NET channels.</p> <p>The post <a href="https://devblogs.microsoft.com/dotnet/share-your-dotnet-story/">Share your .NET story with the community</a> appeared first on <a href="https://devblogs.microsoft.com/dotnet">.NET Blog</a>.</p>

7 days ago
Rebuilding the Agent conversation: sessions, turns, thoughts, tools, MCP, skills and summaries

Rebuilding the Agent conversation: sessions, turns, thoughts, tools, MCP, skills and summaries

How to correlate Cursor hook events into sessions, turns, concurrent tool and MCP calls, detect skill usage, and build useful summaries without pretending the reconstruction is perfect.

8 days ago
Beyond AI Agents: Is This the Future of Operating Systems?
Video
1729 views

Beyond AI Agents: Is This the Future of Operating Systems?

What if every application on your computer could explain how it works, discover other applications, and collaborate with them to get things done? In this session, I sit down with Maxim Khailo to explore Abject and the idea of Abject-Oriented Programming. Inspired by Alan Kay, Smalltalk, and the actor model, Max is building a system where objects communicate through messages and expose an “ask” handler that lets you ask them questions in plain language. LLMs help when needed, while ordinary messages remain deterministic. Max walks us through a live demo, including a chat that discovers how to interact with a virtual fish tank and feeds the fish. We explore shared workspaces, peer-to-peer communication, local AI, and his vision of “private software”: applications people create to solve their own problems. We also discuss why coding agents can struggle with original ideas, why engineering still matters, and why people should retain control over their software and computing. Explore Abject: Website: https://abject.world/ Source code: https://github.com/mempko/abject Max website and socials: https://mempko.com/ https://github.com/mempko https://x.com/MaximKhailo CHAPTERS 00:00 Introducing Abject and Maxim Khailo 02:20 Alan Kay, Smalltalk, and messaging 07:22 Why build Abject? 09:19 The “ask” handler 12:06 What does “Abject” mean? 15:00 Objects communicating across machines 17:00 Biology and peer-to-peer design 19:00 Live demo: Inside Abject 21:00 Asking objects how they work 23:00 Workspaces, chat, and agents 25:00 Discovery and collaboration 27:00 Shared workspaces and the fish-tank demo 29:00 Inspecting LLM calls and costs 31:00 Web browsing, skills, and MCP 32:30 Max’s vision for personal computing 36:00 The age of private software 41:13 Exploring the open-source project 42:34 Building Abject with Abject 46:14 Why software engineering still matters 48:28 Decentralization and software freedom 52:53 What comes next 54:23 Running with local LLMs offline 54:44 Closing thoughts What would you build if your applications could discover each other and work together? Let us know in the comments. Subscribe for more conversations with the people building the future of technology. #Abject #AI #OpenSource

9 days ago