Jeremy Sinclair #ฺNET
sinclairinat0r.com
Jeremy Sinclair #ฺNET
@sinclairinat0r.com
#BlackSky #BlackTechSky 's anime obsessed, #ADHD cursed, super enthusiastic .NET Dev in #WestVirginia

#WindowsInsider #SnapdragonInsider | .NET / Windows Dev #MVP | Avalonia MVP | #ArmAmbassador #WindowsOnArm ❤️ #dotnetfdn member | #PowerToys contributor
It's @blowdart.me! Talking about all the .NET Security goodness

##dotNETConf
November 12, 2025 at 11:30 PM
Testing, Testing with .NET 10 AOT.

Will it work?
November 12, 2025 at 6:10 AM
It's time for the Code Party and the Baking Challenge 😂

#dotNETConf
November 12, 2025 at 1:20 AM
Tada. Completed app!

What's new in WinForms for .NET 10 and Visual Studio 2026. This is impressive that Copilot created this WinForms app.

Form Customization APIs
Dark Mode
Proper async/await support for cross-thread UI updates!
November 12, 2025 at 12:53 AM
Hi Klaus and Merrie! WinForms presentation app using GitHub Copilot! \o/

Also, Merrie with the Veteran's Day shoutout 👏🏿.

This is awesome. With the proper prompting context, and guardrails, it's going to follow through.

##dotNETConf
November 12, 2025 at 12:53 AM
Demo of Foundry Local SDK incorporated and running within Win UI!

It's awesome to see this slick example of sending a prompt into a local model and parsing the data from it in a particular format. RIGHT within the app. \o/.
November 12, 2025 at 12:06 AM
Foundry Local!

I've been using this locally to test, experimented with a chat provider implementation in VS Code and currently have it implemented in the app I'm posting this from lol

Get started with winget install Microsoft.FoundryLocal

And play with models that run on NPU!
November 12, 2025 at 12:05 AM
AI Dev Gallery!

This app was integral to me jumping into learning how to integrate local LLMs into applications. The samples are awesome
November 12, 2025 at 12:05 AM
Open Sourcing WinUI

- October - Repo Sync
- November - Locally Buildable
- February - Test and Contribute
- Future - Central to GitHub
November 12, 2025 at 12:05 AM
WinUI 3 Gallery
Windows Community Toolkit
MVVM Toolkit

= AWESOME. These are the ways to pick up on WinUI Development
##dotNETConf
November 12, 2025 at 12:05 AM
Came back home at the right time! Roy and Michael are here to talk about Modern Windows Development with .NET!

- Modern Windows Development
- WinUI Open Source Jouyrney
- AI for everyone with AI Dev Gallery
- Microsoft Foundry Local
- WinAppSDK Updates
##dotNETConf
November 11, 2025 at 11:47 PM
Nice! Its running the benchmark, analyzing the perf trace and it found a top insight to address.

It's fixing the issue :O.

Interesting point to remember, you have to still understand whats going on because it returned something that wasn't the best fix the first time.
November 11, 2025 at 10:22 PM
Redirecting console output to a StringWriter
November 11, 2025 at 10:22 PM
Visual Studio 2026 will help out with the optimization loop by way of Copilot Profiler Agent!
November 11, 2025 at 10:20 PM
Nik Karpinsky schooling us about Real-World .NET Profiling with Visual Studio

First thing's first, How do we optimize in the real world?
- Do I know the issue? If not, run profiler. If yes, generate/run benchmark, optimize code, loop
##dotNETConf
November 11, 2025 at 10:20 PM
Presenting - aspire do!

A way to define the steps to your deployment

aspire deploy => aspire do deploy

Write your own integrations to target your own steps. Your new generic deployment pipeline but running through aspire.

##dotNETConf
November 11, 2025 at 8:00 PM
Oh! Dev Tunnels themselves have support in Aspire 13 ! :O

aspire add devtunnel

BAM. Dashboard shows the Dev Tunnel resource with the public URL available.
##dotNETConf
November 11, 2025 at 7:53 PM
Local Dev Tunnels with Aspire 13 \o/
##dotNETConf
November 11, 2025 at 7:50 PM
3 languages and 3 debuggers at once with the Aspire VS Code extension \o/.

Look at that Python integration 👀👀

##dotNETConf
November 11, 2025 at 7:47 PM
The .NET 10 one since I don't know how to copy/paste
November 11, 2025 at 7:46 PM
Ooo Aspire VS Code extension!

##dotNETConf
November 11, 2025 at 7:43 PM
Aspire 13 - CLI

aspire update --self
aspire new - new templates!

##dotNETConf
November 11, 2025 at 7:41 PM
Get started with Blazor today by going to blazor.net!
November 11, 2025 at 7:32 PM
Blazor state persistence
• Simplified prerendered state persistence
• Persist circuit state before eviction for improved reliability
• Persist idle circuits for better scalability

November 11, 2025 at 7:32 PM
YOO!

BlazorWebApplicationFactory to stand up a Kestrel endpoint for testing!
##dotNETConf
November 11, 2025 at 7:32 PM