Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development Blazor

Programming in Blazor - ASP.NET Core 5

Create interactive web applications with C#
Rating: 4.4 out of 54.4 (1,655 ratings)
6,439 students
Created by Felipe Gavilán
Last updated 2/2021
English
English [Auto]
30-Day Money-Back Guarantee

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

Course content

11 sections • 143 lectures • 16h 23m total length

  • Preview00:00
  • Preview00:58
  • Preview01:47
  • Preview04:26
  • Preview02:46
  • Preview04:31
  • Preview03:28
  • Preview10:13
  • Preview01:15

  • Preview00:39
  • Preview09:35
  • Classes
    06:26
  • Loops
    05:46
  • Conditionals
    03:15
  • Markupstring
    02:31
  • Preview00:43

  • Preview00:49
  • Preview09:03
  • Preview06:16
  • Arbitrary Parameters
    11:18
  • Events
    05:33
  • Data Binding
    03:50
  • EventCallback
    03:13
  • RenderFragment
    08:03
  • Generic RenderFragment
    07:36
  • Preview06:33
  • Dependency Injection
    09:47
  • Services with Interfaces
    05:49
  • Partial Classes
    03:35
  • Layout
    04:29
  • Invoking JavaScript Functions From C#
    10:42
  • Invoking Static C# Methods from JavaScript
    04:41
  • Invoking Instance C# Methods from JavaScript
    05:59
  • JavaScript Isolation
    06:53
  • CSS Isolation
    03:36
  • Ref directive - Making References of Components
    09:09
  • Cascading Parameters
    09:50
  • Debugging Blazor WebAssembly Apps
    05:53
  • Timers and IDisposable
    17:58
  • Preview02:03
  • Homework
    00:14

  • Preview00:45
  • Cleanup and UI Improvements
    08:21
  • Preview03:46
  • Exploring the App.razor File
    09:07
  • NavigationManager
    04:15
  • Route Params
    05:11
  • NavLinks
    05:41
  • Lazy Loading
    08:37
  • Preview01:03

  • Preview00:50
  • Preview05:22
  • Validations with Data Annotations
    05:34
  • Updating Records
    06:56
  • Building a Movie Filtering Component
    11:10
  • Building a Person Form
    06:17
  • Component for Inserting Images
    10:34
  • Component for Markdown
    07:10
  • Building a Movie Form
    07:01
  • Building a Multiple Selector Component
    14:27
  • Building a Typeahead Component (autocomplete)
    15:30
  • Reordering Elements in a List
    09:00
  • Preview00:39

  • Preview01:01
  • Preview05:00
  • Creating the Database
    16:23
  • Creating Genres
    12:27
  • Creating People
    04:11
  • Saving an Image in Azure Storage
    10:44
  • Alternative to Azure Storage - Local
    06:35
  • Creating Movies
    12:16
  • Reading Records
    08:09
  • Filters
    11:27
  • Movie Details
    13:29
  • Updating Genres
    04:04
  • Updating People
    08:55
  • Updating Movies
    12:47
  • Deleting Records
    07:34
  • Pagination - Back-End
    11:46
  • Pagination - Front-End
    09:37
  • Finishing the Movie Filter Component
    17:47
  • Key Attribute and the Diffing Algorithm
    02:06
  • Preview00:49
  • Homework
    00:15

  • Preview00:53
  • Preview09:09
  • AuthorizeView - Hiding UI Content for Anonymous Users
    06:36
  • Authorize - Protecting Our Components
    03:19
  • Reading the Authentication State from C#
    04:00
  • Configuring Identity - ASP.NET Core
    15:37
  • Building a Real Authentication State Provider
    10:24
  • Building Components for Register, Login and Logout
    13:10
  • Creating a Rating Component
    15:19
  • Providing Feedback with SweetAlert - Third Party Library
    06:28
  • Implementing Roles
    22:07
  • Renewing the JWT - Background Tasks
    19:34
  • Automatic Logout if User is Inactive
    07:45
  • Preview03:23
  • Preview15:41
  • Migrating Our Application to IdentityServer4
    12:30
  • Adding Claims in IdentityServer4
    06:13
  • Sending the JWT through the HTTPClient
    14:03
  • Preview01:10
  • Homework
    00:24

  • Preview00:48
  • Deploying to Azure App Service
    10:33
  • Deploying to Azure App Service - IdentityServer4
    07:51
  • Deploying to Azure Storage
    04:06
  • Continuous Delivery with Azure DevOps
    12:35
  • Deploying to IIS - ASP.NET Core Hosted
    06:05
  • Deploying to IIS - Non ASP.NET Core Hosted
    03:00
  • Preview00:25

  • Preview01:23
  • Preview05:19
  • Accessing CSS and JavaScript files in RCLs
    06:20
  • Dependency Injection in a Shared Component
    03:56
  • Routable Components in Razor Class Libraries
    02:55
  • Passing Data to a Routable Component with Cascading Parameters
    02:52
  • Migrating our BlazorMovies Components into a RCL
    16:38
  • Preview00:59

  • Preview01:02
  • Preview02:04
  • Preview09:56
  • JavaScript in Blazor Server
    08:21
  • Dual-Architecture
    03:14
  • BlazorMovies app in Blazor Server
    19:02
  • Enabling Authentication
    15:45
  • Avoiding Firing OnInitializedAsync Twice
    02:21
  • Genres Entity
    06:45
  • People Entity
    18:40
  • Movies and Ratings Entity
    15:51
  • Users and Roles
    08:32
  • Deployment to Azure App Service
    05:27
  • Summary
    01:19

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.

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

Ruan Fourie
Ruan Fourie
2 courses
2 reviews
Rating: 4.5 out of 5a year ago
Truly enjoyed this course. Very informative on the subject especially for someone who has not worked with Blazor at all. Also really enjoy and appreciated the full stack nature of the course taking in account the 'Start from scratch' of the project all the way to db creation and project deployment. Only lost half a star because of the occasional jump in technical difficulty from low to very high of what is explained in a section. Learned allot, Thanks.

Instructor

Felipe Gavilán
Software Engineer
Felipe Gavilán
  • 4.5 Instructor Rating
  • 6,261 Reviews
  • 18,985 Students
  • 10 Courses

I am a software engineer with 7 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. 

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.