Companies Home Search Profile

ASP.NET Core 6 Blazor Fundamentals

Focused View

Gill Cleeren

5:42:12

274 View
  • 1. Course Overview.mp4
    02:05
  • 1. Module Introduction.mp4
    02:16
  • 2. Hello Blazor.mp4
    08:01
  • 3. Understanding the Hosting Models.mp4
    10:04
  • 4. Demo - Exploring the Different Hosting Models.mp4
    02:30
  • 5. Demo - Looking at the Finished Application.mp4
    02:43
  • 6. Getting Your Machine Ready.mp4
    00:52
  • 7. Demo - Getting Your Machine Ready.mp4
    01:09
  • 8. Summary.mp4
    00:41
  • 1. Module Introduction.mp4
    01:11
  • 2. Exploring a New Blazor Project.mp4
    06:13
  • 3. Demo - Exploring a New Blazor WebAssembly Project.mp4
    10:09
  • 4. Creating a First Blazor Application.mp4
    01:42
  • 5. Demo - Creating the First Page of Our Application.mp4
    10:58
  • 6. Improving the Layout.mp4
    03:47
  • 7. Demo - Improving the Layout.mp4
    06:28
  • 8. Demo - Debugging Blazor Applications.mp4
    01:41
  • 9. Summary.mp4
    00:43
  • 01. Module Introduction.mp4
    01:22
  • 02. Doing More with Components.mp4
    07:17
  • 03. Demo - Working with Component Parameters.mp4
    05:50
  • 04. Events in Components and Component Life Cycle.mp4
    06:52
  • 05. Demo - Creating the Quick View Component.mp4
    08:28
  • 06. Adding Navigation.mp4
    06:09
  • 07. Demo - Navigating to the Details Component.mp4
    07:16
  • 08. Using RenderFragment.mp4
    01:36
  • 09. Demo - Using RenderFragment.mp4
    03:28
  • 10. Loading Components Dynamically.mp4
    01:34
  • 11. Demo - Loading Widgets on the Home Screen.mp4
    02:57
  • 12. Handling Errors in Components.mp4
    02:15
  • 13. Demo - Using Error Boundary.mp4
    02:46
  • 14. Using Built-in Components.mp4
    02:11
  • 15. Demo - Using the PageTitle Component.mp4
    01:03
  • 16. Summary.mp4
    00:58
  • 01. Module Introduction.mp4
    01:14
  • 02. Working with an API.mp4
    07:18
  • 03. Demo - Exploring the API.mp4
    06:41
  • 04. Demo - Moving to ASP.NET Core Hosted.mp4
    04:14
  • 05. Accessing API Data Using HttpClient.mp4
    08:11
  • 06. Demo - Communicating with the API Using HttpClient.mp4
    08:30
  • 07. Managing the Application State.mp4
    03:27
  • 08. Demo - Sharing State between Components.mp4
    04:07
  • 09. Storing Data Locally.mp4
    04:16
  • 10. Demo - Storing Data in LocalStorage.mp4
    04:13
  • 11. Summary.mp4
    00:30
  • 01. Module Introduction.mp4
    01:08
  • 02. Understanding Data Binding.mp4
    04:08
  • 03. Demo - Working with Data Binding.mp4
    03:20
  • 04. Creating a Form with Input Components.mp4
    05:22
  • 05. Demo - Creating a Form.mp4
    13:33
  • 06. Demo - Saving Data.mp4
    07:11
  • 07. Demo - Uploading an Image.mp4
    04:35
  • 08. Adding Validation.mp4
    02:15
  • 09. Demo - Adding Validation.mp4
    02:36
  • 10. Summary.mp4
    00:31
  • 1. Module Introduction.mp4
    01:06
  • 2. Invoking JavaScript from Blazor.mp4
    05:18
  • 3. Demo - Creating a Map Component.mp4
    06:37
  • 4. Wrapping Components in a Razor Class Library.mp4
    02:25
  • 5. Demo - Creating a Razor Class Library.mp4
    03:40
  • 6. Loading Libraries On-demand.mp4
    02:21
  • 7. Demo - Lazy Loading Assemblies.mp4
    03:46
  • 8. Summary.mp4
    00:41
  • 01. Module Introduction.mp4
    01:39
  • 02. Securing the Blazor Application.mp4
    05:19
  • 03. Adding an Identity Provider.mp4
    04:08
  • 04. Demo - Registering the Application with Auth0.mp4
    02:47
  • 05. Authenticating in the Application.mp4
    03:02
  • 06. Demo - Adding Authentication with Auth0.mp4
    05:28
  • 07. Configuring Authorization.mp4
    00:42
  • 08. Demo - Configuring Authorization.mp4
    01:06
  • 09. Demo Securing the API Calls.mp4
    04:03
  • 10. Summary.mp4
    00:36
  • 1. Module Introduction.mp4
    00:48
  • 2. Understanding Unit Tests.mp4
    05:02
  • 3. Writing Tests with bUnit.mp4
    02:24
  • 4. Demo - Creating the Test Project.mp4
    01:48
  • 5. Writing Tests.mp4
    01:55
  • 6. Demo - Writing Tests with bUnit.mp4
    06:07
  • 7. Demo - Testing Components with Injected Services.mp4
    03:06
  • 8. Summary.mp4
    00:23
  • 1. Module Introduction.mp4
    01:21
  • 2. Introducing Blazor Server.mp4
    05:13
  • 3. Demo - Looking at a Blazor Server Project.mp4
    03:03
  • 4. A New Architecture for Maximized Code-Sharing.mp4
    02:15
  • 5. Demo - Exploring the New Architecture.mp4
    04:14
  • 6. Summary.mp4
    00:38
  • 1. Module Introduction.mp4
    00:36
  • 2. Understanding Azure App Services.mp4
    04:33
  • 3. Demo - Exploring the Azure Portal.mp4
    03:02
  • 4. Deploying the Application to an Azure App Service.mp4
    02:02
  • 5. Demo - Deploying the Application.mp4
    05:52
  • 6. Summary and Course Closing.mp4
    00:31
  • Description


    Blazor is Microsoft’s technology to create rich web applications using C# and HTML. This course will teach you everything you need to know to build a full Blazor application using .NET 6.

    What You'll Learn?


      Blazor is Microsoft’s technology to use C#, Razor and HTML to create rich client-side web applications. In this course, ASP.NET Core 6 Blazor Fundamentals, you’ll learn how to build a full application from start to finish. First, you’ll explore what Blazor is and what the many files in a new project do. Next, you’ll see how to build a complete application with several screens, navigation, authentication, and data accessed from a remote API. Finally, you’ll learn how to deploy the application to an App Service in Azure. When you’re finished with this course, you’ll have the skills and knowledge of Blazor needed to build a full, real-world application using the technology.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Gill Cleeren
    Gill Cleeren
    Instructor's Courses
    Gill Cleeren is a Microsoft Regional Director, MVP and Pluralsight author. Gill is the CTO of Xpirit Belgium and focuses on web and mobile architecture. He's also a frequent speaker at many international conferences. Gill also founded Techorama, the biggest IT conference in Belgium and the Netherlands. You can contact him via xpirit.com/gill
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 93
    • duration 5:42:12
    • level preliminary
    • English subtitles has
    • Release Date 2022/12/12