Programming in Blazor - ASP. NET Core 5
※注意事項:
1.需透過LINE購物前往並在同一瀏覽器於24小時內結帳才享有回饋,點數將於廠商出貨後,隔天起算之90個日曆天陸續確認發送。
2.國際商家之商品金額及回饋點數依據將以商品未稅價格為準。
3.國際商家之商品金額可能受匯率影響而有微幅差異。
4.若於商家App下單,不符合LINE購物導購資格。商品描述
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