Join us in these interactive sessions by Debasis Saha on Blazor Framework Learning Series from 08:30 PM to 09:30 PM (Indian Standard Time).
Meeting ID: 422 268 190 613
Passcode: vEBWT9
Platform: Microsoft Teams
WHAT IS BLAZOR?
Blazor is a Microsoft technology that allows us to make interactive web applications with C# without using JavaScript. In this learning series, we will learn how to develop web applications with Blazor. Throughout the series, we will create an application applying what has been learned. We will go from the basics to the advanced. We will create forms, components, entities, relations with our entities, user systems with roles, and more. In this series, we will organize around 12 different online sessions to discuss the Blazor Framework.
This series will discuss Blazor Server and Blazor WebAssembly for building interactive client-side web applications with .NET Framework. In this series, the participants will learn how to develop UI applications using the same component-based architecture as Angular and React. But here, we will use the C# code to develop the UI-based components. Also, we will use the Asp.Net Core Web APIs and SignalR to provide the data to the Blazor Components. We will use an ASP.NET Core 6 application to serve our Blazor project and Entity Framework Core to create our database. At the end of the series, we will also use Azure App Service and Azure DevOps to publish our application to the production environment.
IN THIS SERIES, WE WILL LEARN
- Develop web applications using C# and Blazor
- Use Azure DevOps to deploy Blazor apps
- Create a Database using Entity Framework Core
- Create a user system that uses roles
THE ESSENTIAL PERQUISITES OF THE SERIES
- C# Fundamentals (functions, variables, loops, the basics)
- HTML and CSS Fundamentals
FOR WHOM THIS LEARNING SERIES IS IMPORTANT:
- C# Developers who want to build complex web applications
- JavaScript developers that do not want to use JavaScript anymore
- Front-End Developers
- Back-End Developers who want to use C# on the Front-End
TOPICS COVERED IN THIS SESSION
- Understanding Razor Syntax
- Use different OOPs concepts using Razor
- Class
- Loops
- Conditional Statements
- Use MarksupString in Razor Syntax
- Understanding the Project Layout Concept