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 Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native 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
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2020-12-16 19:13:19
30-Day Money-Back Guarantee

This course includes:

  • 15.5 hours on-demand video
  • 1 article
  • Full lifetime access
  • Access on mobile and TV
Development Web Development Blazor

Blazor - The Complete Guide (WASM & Server .NET Core 5)

Build real world resort booking website using Blazor Server, Blazor WASM and .NET 5(.NET Core) API and deploy to azure.
Highest Rated
Rating: 4.8 out of 54.8 (90 ratings)
444 students
Created by DotNet Mastery, Bhrugen Patel
Last updated 12/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Build real world application using Blazor Web Assembly
  • Manage admin features using Blazor Server
  • Build .NET 5 API from scratch
  • Consume .NET 5 API using Blazor WASM
  • Authentication & Authorization in Blazor Server and WASM
  • Emails with Blazor
  • Integrate Stripe Payments in Blazor WASM
  • Repository Pattern and Dependency Injection
  • Deploying .NET API, Blazor WASM & Server to Azure

Course content

19 sections • 226 lectures • 15h 39m total length

  • Preview02:22
  • Preview07:06
  • Preview03:15
  • Bonus Content on Blazor
    01:13
  • Project Resources
    02:41
  • Preview04:22
  • Preview03:45
  • What this course is not about
    02:17
  • Create Project
    02:21
  • Blazor Server Application Overview
    11:01
  • Blazor Server Vs Client Demo
    09:44

  • Introduction
    00:49
  • One way data binding
    04:47
  • Two way data binding
    03:58
  • Assignment 1
    01:08
  • Assignment 1 - Data Binding
    02:51
  • Dropdown and Loops
    05:20
  • Add Rooms List
    02:35
  • Assignment 2
    01:43
  • Assignment 2 - Bind Property Practice
    04:21
  • Code Cleanup and Routing Introduction
    04:30
  • Assignment 3 - Demo Hotel
    02:03
  • Assignment 3 Solution - Demo Hotel
    07:43
  • Components in Blazor
    05:24
  • Passing parameters to Components
    02:29
  • Individual Room Component
    05:00
  • Assignment 4 - Hotel Amenities
    01:19
  • Solution Hotel Amenities
    06:00
  • Lifecycle 1
    06:39
  • Lifecycle 2
    03:41
  • Lifecycle 3
    05:17
  • Lifecycle 4
    05:40
  • Event Call Back
    10:05
  • Assignment 5- Event Call Back
    01:02
  • Assignment 5- Event Call Back Solution
    05:30

  • Introduction
    00:33
  • Render Fragement
    05:51
  • Another way for Event Call Back
    03:27
  • Multiple Render Fragment
    02:28
  • Assignment 6- Render Fragment
    00:53
  • Assignment 6 Solution- Render fragment
    01:32
  • Need for Attribute Splatting
    05:06
  • Attribute Splatting
    03:59
  • Capture All Values with Splatting
    02:54
  • Passing Parameters at multiple level
    03:52
  • Cascading Parameter
    03:31
  • Cascading Value with Name
    05:08
  • Routing Basics
    04:52
  • Routing Advance Topics
    06:59
  • Navigation Manager
    02:14

  • Introduction
    00:30
  • Add Multiple Class Library Projects
    03:16
  • Add ApplicationDbContext
    04:43
  • Configure Hidden Villa Server Project for DbContext
    05:10
  • Create Database
    02:26
  • Hotel Room Model
    06:24
  • Hotel Room DTO
    05:12
  • Hotel Repository Interface
    04:12
  • Hotel Room Repository Implementation Part 1
    04:01
  • Hotel Room Repository Implementation Part 2
    09:48
  • Hotel Room Repository Implementation Part 3
    10:14

  • How to access free content?
    00:22

  • Introduction
    00:32
  • Create Hotel Room List Page
    04:12
  • Forms in Blazor Part 1
    05:45
  • Forms in Blazor Part 2
    03:02
  • Validations in Edit Form
    06:07
  • Create First Hotel Room
    06:16
  • Hotel Room List
    04:40

  • Introduction
    00:32
  • JS in Blazor
    07:21
  • Add Toastr to Project
    08:01
  • JSRuntime Extenstions
    06:27
  • Assignment 7 - Sweet Alerts
    01:28
  • Assignment 7 Solution- Sweet Alerts
    03:19
  • Referencing Components
    03:59

  • Introduction
    00:59
  • Update Hotel Room Part 1
    05:29
  • Update Hotel Room Part 2
    05:44
  • Hotel Room Image Model
    05:11
  • Hotel Room Image Repository Interface
    04:11
  • Implement Room Image Repository
    05:09
  • File Upload Interface
    02:33
  • Implement File Upload Interface
    08:11
  • Input File Component
    03:01
  • Handle Uploading Image
    07:21
  • Image Viewer when uploading
    05:18
  • Upload and assign image to room
    04:05
  • Display Image on Edit
    05:01
  • Add more image while updating hotel room
    06:02
  • Delete Image Issue
    02:10
  • Delete Image while creating room Part 1
    05:28
  • Delete Image while updating room
    11:59
  • Show Image Processing Link
    04:10
  • Add Font Awesome
    02:30
  • Delete Confirmation Component
    05:30
  • Hotel Room List Delete Button
    06:46
  • Delete Room Images
    09:09
  • Bug with Delete
    02:59
  • Quill Text Editor
    13:06
  • Assignment 8 - Hotel Amenity
    02:02
  • Make image accessiable across all projects
    07:37

  • Introduction
    00:52
  • Scaffold Identity
    06:06
  • Identity In Action
    06:39
  • Login and Logout
    06:52
  • Authorize Attribute
    03:08
  • Authentication State
    03:49
  • Adding roles access to pages
    03:29

  • Introduction
    00:44
  • DB Initializer Part 1
    04:06
  • DB Initializer Part 2
    05:57
  • DB Initializer in action
    02:45

Requirements

  • 3-6 months familiarity with C# and SQL
  • Basic knowledge of .NET Core 5 (MVC & API)
  • Basic knowledge of EF Core
  • Visual Studio 2019
  • SQL Server 2016+

Description

For years JavaScript frameworks have dominated the front end/client side development! But things are about to change with Blazor!

Blazor is an exciting new part of .NET Core (.NET 5) designed for building rich web user interfaces in C#. This course will help developers transition from building basic sample apps to implementing more real world concepts, design patterns, and features.

With that there are many questions.

  • How do you scale an existing application? 

  • How do you architect a mid-large scale project?

  • How to correctly process payments?

  • How to efficiently understand Blazor and use it in real world projects?

This course will provide you a complete real world scenario with Blazor which will make you face many challenges and solve those issues as we proceed with the course.

There are other courses on Udemy, but this is the ultimate course, it covers everything there is to Blazor from Blazor Server to Blazor WASM applications which consumes .NET 5 API.

This course will help developers transition from building basic sample apps to implementing more real world concepts, design patterns, and features.

So join me in this exciting course of exploring what real world challenges are with Blazor as it evolves drastically!

We will be using the latest .NET 5 for this course along with Entity Framework Core and Stripe for payment processing.





Who this course is for:

  • Anyone who wants to learn fundamentals of Blazor Web Assembly and Server
  • Anyone who wants to understand new file structure in Blazor (.NET 5)
  • How to create .NET API and consume it in Blazor Application
  • Build real world application using Blazor!

Featured review

Junior Matlou
Junior Matlou
10 courses
6 reviews
Rating: 5.0 out of 53 days ago
I have been developing with Blazor for a year now and this course cement a lot more about Blazor and the instructor demonstrate SOLID understanding of the subject matter. I will recommend this course to anyone who needs a mentorship in Blazor. Job well done to the Instructor.

Instructors

DotNet Mastery
Ultimate Training Resource for .NET Developers
DotNet Mastery
  • 4.7 Instructor Rating
  • 390 Reviews
  • 1,625 Students
  • 6 Courses

DotNetMastery's mission is to provide the most comprehensive training for .NET Developers.

We want to make coding and software engineering accessible to everyone through courses that are simple to follow, but still give exposure to solve real world challenges. All the courses have real world exposure to make sure, not just to teach you technology but make you ready for real world challenges.

Most important part about writing and teaching code is to eliminate the hardships of every student out there who is willing to learn but cannot find adequate resource which is easy to understand.

DotNetMastery's goal is to provide quality and real world training in the .NET world.

Coding is a way to be creative and have fun!

Bhrugen Patel
Passionate Software Developer
Bhrugen Patel
  • 4.5 Instructor Rating
  • 12,035 Reviews
  • 76,154 Students
  • 20 Courses

I am a passionate and creative software engineer with a strong focus on simplicity and thorough details. I have been programming since high school and I have been involved with multiple web and desktop using .net.

I have a master's of science degree in computer science and a Bachelor of Computer Engineering. I also have many years of experience with .NET C# and .NET MVC. I enjoy teaching along with my full-time job.

For me, the most important part about writing and teaching code is to eliminate the hardships of every student out there who is willing to learn but cannot find adequate resource which is easy to understand. Coding is a way to be creative and have fun! 

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