Blazor Vs. Traditional Web Apps
Read about single page applications made with Blazor compared to traditional web applications.
Read about single page applications made with Blazor compared to traditional web applications.
The options for building cross-platform phone, desktop, and web-apps with C# are expanding. The recent Microsoft Build conference mentioned Blazor, Uno Platform and MAUI. MAUI is an evolution of Xamarin.Forms that targets .NET 5/6. This article compares the technologies and some others and attempts to clarify some confusion around the future of C# cross-platform development.
Blazor is Microsoft's latest Single Page Application (SPA) framework, which is C# based and renders to the browser HTML DOM. Blazor comes in two flavors:…
RestClient.Net is a simple wrapper for HttpClient. It adds strong typing to REST calls and speeds up writing basic Http Request/Response operations. WebAssembly (Wasm) is…
WebAssembly may be the most exciting technology for C# developers to emerge in recent times. Browser based applications have been developed in JavaScript, or languages…