XAML Llama πŸ¦™

@xamlllama.bsky.social

πŸ¦™ helping folks. Technical Content Creator .NET and GameDev @jetbrains.com, Ex-Microsoft, Michael Hawker.

πŸ¦™πŸ“’ It's been an amazing celebration of #XAMLStudio v2 these last couple of weeks. 🎊 And so #WindowsDev to culminate it all, I'd like to announce that the project is now open-sourced! A seed project in the @dotnetfdn πŸŽ‰ Read all about this journey here: devblogs.microsoft.com/ifdef-window...

XAML Studio is now Open Sourced - #ifdef Windows

XAML Studio is now open sourced! It's a WinUI developer tool for rapid prototyping with XAML before integrating in a Visual Studio project.

devblogs.microsoft.com

🎊 Happy New Year! 🎊 #WindowsDev using #XAML, have you been following the latest on #XAMLStudio? A new v2 is dropping this year! πŸŽ‰ Find out all about it with the #12DaysOfXAML below and join the windowsappcommunity.com/discord to get more insight in the xaml-studio channel!

XAML Llama πŸ¦™@xamlllama.bsky.social Β· 8mo ago

On the first day of Christmas my true love sent to me πŸ¦™πŸπŸŽ„ A Llama in a #FluentUI #XAML Tree… πŸ¦™πŸπŸŽ„ Happy Holidays! We're back for a classic twist to preview the upcoming 2026 #XAMLStudio v2 w/ #12DaysOfXAML! Now with a new Fluent coat πŸ§₯! #WindowsDev πŸ¦™πŸπŸŽ„

Screenshot of Desktop with Llama field background behind XAML Studio v2 IDE showing updated Fluent UI Design. A new navigation view is on the left akin to the Microsoft Store, and the tabs are within the titlebar of the application on top. The preview pane on the top-half of the app shows a Christmas tree with Happy Holidays from the XAML Llama and to stay tuned each Christmas Day for more previews of XAML Studio v2. The Editor below shows the XAML code which creates the scene above it.

πŸ¦™ So, folks requested Input Validation, eh? Adorners make this work for any input field, and it's super simple... πŸ˜… <NumberBox DataContext="{x:Bind VM}" Value="{x:Bind VM.Age,Mode=TwoWay}"> <ui:AdornerLayer.Xaml> <local:InputValidationAdorner PropertyName="Age" />

Example of using WinUI XAML Adorners in the Windows Community Toolkit Labs to do input validation on any input element. The example shows a stereotypical input form with various textboxes and a number box. Some of the fields are marked invalid with a red border and an icon. A tooltip is displayed over the number box specifying the age must be between a certain range.

PowerToys v0.91 is here with TONS of Command Palette fixes and performance gains! New CmdPal features to call out: the activation shortcut can now use a low-level keyboard hook (i.e. Win+R or Win+Space) and you can now hide the system tray icon ❀️‍πŸ”₯❀️‍πŸ”₯❀️‍πŸ”₯ github.com/microsoft/Po...

Release Release v0.91 Β· microsoft/PowerToys

In the v0.91 release cycle, we focused on new features, stability, and automation. Installer Hashes Description Filename sha256 hash Per user - x64 PowerToysUserSetup-0.91.0-x64.exe 190DD702...

github.com