In a recent series of blog posts, I created what might best be described as a PowerShell front end for Ollama. For anyone who might not be familiar with Ollama, it's a tool that allows you to run ...
Blazor is a modern .NET application framework, primarily used to build web applications. Since its release in 2020, it has evolved with new features and capabilities, enabling developers with the ...
Transferring large files is a serious hassle, especially if you want to upload to the internet or use a removable drive with small storage. It is possible to compress and split files using archive ...
Now available as a Blazor web application builder component, the SortableJS library supports CSS animation, auto-scrolling, and smooth animations in touch devices and modern browsers. SortableJS, a ...
Blazor received the lion's share of dev attention for the ASP.NET Core web-dev component in the new .NET 8 Preview 5. Preview 5 basically marks the halfway point of the .NET 8 schedule, as it will ...
Microsoft this week fleshed out plans for its upcoming .NET 8 software development framework. For web development, .NET 8 will combine the strengths of server-side and client-side rendering with the ...
Blazor United is a feature in ASP.NET Core roadmap for .NET 8. Blazor United will have similar features which can be found in JavaScript frameworks, such as Next.js, Nuxt.js or Angular Universal. In ...
Blazor is a new single-page application (SPA) framework form Microsoft. Unlike other SPA frameworks such as Angular or React, Blazor relies on the .NET framework in favor of JavaScript. The Document ...