Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.29 KB

Awesome Power Platform Resources

This is a list of Tons of Free & Awesome Power Platform Resources.

This is primarily for anyone looking to learn & create amazing no-code low-code apps using Microsoft Power Platform.

Contents

Introduction

What is Power Platform?

Blazor is a .NET web framework to build client web apps with C#.

Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. More information on the official Blazor website.

Get started

To get started with Blazor, follow the instructions in the Blazor Get Started documentation.

Doing the Build a web app with Blazor learning session on Microsoft Learn can also be a good idea. Another great resource to start is the beginner serie by Jeff Fritz on Channel9 or YouTube.