Posts

Showing posts from December, 2018

Blazing Trails with Blazor

There is anew way to build web applications using C# and .Net Core, it is called Blazor.Net .   It is an experimental technology that leverages the mono run time in a browser, via web assembly, while utilizing the Razor engine from Asp.Net.     This article is not to explain the details about Blazor but to reflex on why I am excited about it and my experiences learning and using it. Here is a set of links that I have already gather to help me get started on the Blazor trail:            Blazor Documentation               Learn-Blazor            CodeDaze            Git Hub Samples            Explanation Video            BlazorFiddle.com            Video Studio          Pluralsight => Web Assembly   ...