Programming in Blazor - ASP.NET Core 5
What you'll 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
Requirements
- C# Fundamentals (functions, variables, loops, the basics)
- HTML and CSS Fundamentals
Description
Blazor is a Microsoft technology that allows us to make interactive web applications with C# without using JavaScript.
In this course we will learn to develop web applications with Blazor.
Throughout the course 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, and user system with roles and more.
We will use an ASP.NET Core 5 application to serve our Blazor project, and with Entity Framework Core 5 we will create our database.
In the end, we will use Azure services, such as Azure App Service and Azure DevOps, to publish our application to production.
This is some of the things that we'll learn in the course:
- Creating a new Blazor project
- Review Razor syntax
- Learn how to work with components
- Reusing code using components
- Pass parameters to components
- Execute events from components to send messages to the parent component
- Use dependency injection
- Invoking JavaScript code from C#
- Invoking C# code from JavaScript
- Use routing to allow users to navigate in our page
- Building forms with validations
- Communicate from the front-end to the back-end using HTTP
- Creating a database and interacting with it using Entity Framework Core
- Creating a user system so that users can log in our app
- Deploy our web app into a production environment
Who this course is for:
- 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
Featured review
Instructor
I am a software engineer with 12 years of experience. I am also a Microsoft MVP. My specialties include Web Development, ASP.NET Core & MVC, Entity Framework Core, SQL Server, Javascript, Angular, WPF, JAVA, Android Mobile Development and Xamarin. I am a passionate coder that loves problem solving and automating tasks. I believe in clean code and the importance of good software architecture. With a passion on learning and teaching also.