News

Visual Studio Code is a lightweight IDE from Microsoft for developers to write code in a variety of languages like Python, PHP and more. It has inbuilt support for Git as well.
Using Blazor (at least, at this stage) means committing to client-side development. The Client project is, essentially, your application's front-end and has no server-side component. The Server ...
Blazor is the Microsoft toolset that exploits the WebAssembly standard to let you write C# code that will run in your browser. Here's how to set up Visual Studio 2017 and create your first app.