Iron Software builds trusted .NET libraries for document automation. The PDF specification is a 1,000-page ISO standard, and generating compliant documents from C# code is harder than most developers ...
The new Visual Studio March Update touts "Build Your Own Custom Agents" so I had to immediately try that out. I pointed the IDE's Copilot Chat at an existing Blazor project and had it generate a ...
Blazor vs React is a question every .NET developer eventually asks. Blazor lets you build interactive web UIs with C# instead of JavaScript. If you're already a .NET developer, this means one language ...
You can use the HttpClient to obtain data from the remote service. Save data to a collection and bind the Grid to it.
Microsoft has released .NET 10, a major update of its software development platform. .NET 10 features a range of improvements including enhancements for AI, new cryptography APIs, runtime improvements ...
For years, JavaScript has reigned as the undisputed language of the web, powering everything from single-page apps to massive enterprise systems through frameworks like React, Angular, and Vue. But ...
I released the Blazing.MVVM library that enables Blazor to use the CommunityToolkit.Mvvm with minimal effort. It also incldes Navigation by ViewModel (class/interface) - no more magic strings! Whilst ...