Creating Multi-Language AI-Powered Apps w/ Rust, Python & Blazor | TJ Gokken | SSW User Groups

Let’s do some polyglot programming. We’ll create a modern system diagnostics tool called HAL (Hardware Assistant that Learns). We’ll combine Rust’s system-level performance, Python’s AI capabilities with AutoGen, a multi-agent framework, and Blazor’s modern web interface into a cohesive application.
Key Takeaways:

Inter-process communication between Rust, Python, and .NET
Understand when and why to use different languages in AI applications
Learn to implement Microsoft’s AutoGen for multi-agent AI systems

Read More

Modern Web Dev with Blazor and .NET 6 with Jason Taylor

Modern web dev

Ready to get up to speed with Blazor WebAssembly? You’ve picked the right time! Blazor has been running production systems for over two years now – it’s battle-tested and what’s more, Microsoft is just about to launch .NET 6 , the long-term support version of their hugely successful development platform.

Read More

Fluxor + C#9 – Redux Pattern in Blazor WebAssembly

Redux pattern is well-known in front end development to represent a view with complex logic with an immutable state, updated by a predictable pure function. In this lightning talk, Chris will discuss how to implement the redux pattern in a Blazor WebAssembly project using Fluxor with the latest .NET 5 and C# capabilities to implement…

Read More