Blazor WebAssembly – Full Stack Web Development
Blazor WebAssembly – Full Stack Web Development, available at $69.99, has an average rating of 4.35, with 52 lectures, based on 241 reviews, and has 11491 subscribers.
You will learn about Build a Modern Web Application using Blazor WebAssembly Use Blazor and .NET 5 (.NET 6 / 7 / 8) Upgrade Included) Code First and Entity Framework Enterprise Level Architecture and Patterns Dependency Injection Use NuGet Package Manager Manage and Track Changes using GitHub Asynchronous Programming in .NET Core Deploy Blazor Application to Microsoft Azure Progressive Web Application Blazor Components Blazor WebAssembly and .NET Core RESTful API Identity Core and Identity Server (Upgrade to Duende Identity Server) REST API Development Custom CSS and JavaScript in Blazor Single Page Application This course is ideal for individuals who are Anyone who wants to learn Blazor WebAssembly or Anyone who wants to learn .NET 5 (or .NET 6 / 7) Web Development and Programming or Anyone who wants to learn Entity Framework or Anyone who wants to learn to consume an API in Blazor It is particularly useful for Anyone who wants to learn Blazor WebAssembly or Anyone who wants to learn .NET 5 (or .NET 6 / 7) Web Development and Programming or Anyone who wants to learn Entity Framework or Anyone who wants to learn to consume an API in Blazor.
Enroll now: Blazor WebAssembly – Full Stack Web Development
Summary
Title: Blazor WebAssembly – Full Stack Web Development
Price: $69.99
Average Rating: 4.35
Number of Lectures: 52
Number of Published Lectures: 52
Number of Curriculum Items: 52
Number of Published Curriculum Objects: 52
Original Price: $89.99
Quality Status: approved
Status: Live
What You Will Learn
- Build a Modern Web Application using Blazor WebAssembly
- Use Blazor and .NET 5 (.NET 6 / 7 / 8) Upgrade Included)
- Code First and Entity Framework
- Enterprise Level Architecture and Patterns
- Dependency Injection
- Use NuGet Package Manager
- Manage and Track Changes using GitHub
- Asynchronous Programming in .NET Core
- Deploy Blazor Application to Microsoft Azure
- Progressive Web Application
- Blazor Components
- Blazor WebAssembly and .NET Core RESTful API
- Identity Core and Identity Server (Upgrade to Duende Identity Server)
- REST API Development
- Custom CSS and JavaScript in Blazor
- Single Page Application
Who Should Attend
- Anyone who wants to learn Blazor WebAssembly
- Anyone who wants to learn .NET 5 (or .NET 6 / 7) Web Development and Programming
- Anyone who wants to learn Entity Framework
- Anyone who wants to learn to consume an API in Blazor
Target Audiences
- Anyone who wants to learn Blazor WebAssembly
- Anyone who wants to learn .NET 5 (or .NET 6 / 7) Web Development and Programming
- Anyone who wants to learn Entity Framework
- Anyone who wants to learn to consume an API in Blazor
Overview
Writing modern web applications with a rich UI can be tedious. Blazorgives us .NET developers a chance to leverage our C# skills and build interactive web UIs. In this course, Modern Web Development with Blazor and .NET 5, you will gain the ability to build web applications using Blazor. We will explore: setting up your first Blazor application, how to work with an API and how data binding works, how to create and integrate JavaScript components.
When you have finished this course, you will have the skills and knowledge to build a web application using Blazor.
**UPDATE**
.NET 6 is now available and is shipped with Visual Studio 2022. This course has been updated to show how to create the project using Visual Studio 2022 and .NET 6.
Everything in this course is .NET 6 / .NET 7compatible.
Otherwise, everything in the project will work just the same if you are not inclined to upgrade, even if you do.
Why Develop With Blazor?
The most popular JavaScript client-side web frameworks have been Angular, React, Vue and others. In this course, we keep it .NET by using Blazor, which is Microsoft’s response to that monopoly.
Blazorallows you to create a Single Page Application on top of .NET Coreand continue coding in C# (without needing to flip between C# and JavaScript too much). Blazor apps boast reusable web UI components implemented using C#, HTML, and CSS. Both client and server code are written in C#, allowing you to share code and libraries.
Blazor WebAssembly
Blazor can run your client-side C# code directly in the browser, using WebAssembly (WASMfor short). Because it’s real .NET running on WebAssembly, you can re-use code and libraries from server-side parts of your application.
We will explore many intricacies of the Blazorlife-cycle, data flow, JavaScript Interoperability, and general development activities and nuances.
Deploy To Microsoft Azure Cloud
Azure Web App Service is key to deploying the API and Blazor Server Applications. We will also enlist Azure SQLfor the Database to support our API.
Build A Strong Foundation in .NET 5 Programming With Blazor:
-
Build a Single Page Applicationclient-side UIusing Blazorand .NET 5 (or .NET 6)
-
Design a Database Using Entity Framework Core
-
Repository Patternand Dependency Injection
-
Progressive Web Application (PWA)with Blazor
-
Understand the REST APIand Client UIdesign principles
-
Global Error Handling with HTTP Interceptor
-
Understand C# and .NET Core Web Syntax
-
Understand how to customize Blazor app layouts
-
Understand User Authenticationand Authorizationin Blazor
-
Understand Identity Coreand Identity Server
-
Handle BlazorApplication User AuthenticationState
-
Consume REST Web API in BlazorApplication
-
Manage Packages with NuGet Manager
-
Setup GitHubfor Source Control
-
Deploy Applications and Database to Microsoft Azure
PREREQUISITES
To take this course, you should have at least 3 months of experience programming in C#. If you need to strengthen your C# fundamentals, you can take my C# beginner course C# Console and Windows Forms Development with LINQ & ADO .NET.If you need to brush up on your web development skills, you may also review Introduction To Website Development Technologies to learn the fundamentals of HTML, CSS, and JavaScript.
Content and Overview
To take this course, you must have some knowledge of Object Oriented Programming, if not C#. Even if you have little exposure to the .NET development stack, this course is beginner-friendly and full of development tips.
This is a huge course. Over 10 hours of premium content, but smartly broken up to highlight related activities based on each module in the application being built. We will also look at troubleshooting and debugging errors as we go along, implementing best practices, writing efficient logic, and understanding why developers do things the way they do. Your knowledge will grow, step by step, throughout the course, and you will be challenged to be the best you can be.
We don’t do things the perfect way the first time; that is different from the reality of writing code. We make mistakes and point them out and fix them around them. By doing this, we develop proficiency in using debugging tools and techniques. By the time you have finished the course, you will have moved around in Visual Studio and examined logic and syntax errors so much that it will be second nature for you when working in the .NET environment. This will put your newly learned skills into practical use and impress your boss and coworkers.
The course is complete with working files hosted on GitHub, including some files to make it easier for you to replicate the demonstrated code. You will be able to work alongside the author as you work through each lecture and will receive a verifiable certificate of completion upon finishing the course.
Clicking the Take This Course button could be the best step you could take towards quickly increasing your income and marketability! Also, remember that if you don’t think the course is worth what you spent, you have a full 30 days to get a no questions asked refund!
It’s time to take action!
See you in the course!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: IMPORTANT – .NET 8 Update
Chapter 2: Setup Environment
Lecture 1: Install Visual Studio 2022 Community Edition and .NET 6 / .NET 7
Lecture 2: Create a GitHub Account
Chapter 3: Create Your First Blazor Application
Lecture 1: Create Blazor Project
Lecture 2: Tour Project Files and Folders
Lecture 3: UPDATE: Create/Upgrade Project to .NET 6
Lecture 4: *OPTIONAL* – .NET 7 Compatibility
Lecture 5: Customize Blazor Layout
Lecture 6: Creating Blazor Components
Lecture 7: Review and Add Changes to GitHub
Chapter 4: Working With Authentication and Entity Framework
Lecture 1: Section Overview
Lecture 2: Understanding Authentication and Identity Server
Lecture 3: Create Database With Entity Framework Core
Lecture 4: Configure Data Seeding
Lecture 5: Seed Default User and User-Role – Compare Notes
Lecture 6: IMPORTANT UPDATE: .NET 6 Upgrade and Identity Server 4 Error Fix
Lecture 7: Review and Add Changes to GitHub
Chapter 5: REST API and Database Access Setup
Lecture 1: Section Overview
Lecture 2: Create and Test REST API Endpoints
Lecture 3: Implement Unit of Work
Lecture 4: Refactor Existing Controllers to use Unit of Work.
Lecture 5: Refactor Existing Controllers to use Unit of Work – Compare Notes
Lecture 6: IMPORTANT – Correct Exists Method Syntax
Lecture 7: Review and Add Changes to GitHub
Chapter 6: Working with Blazor and Data
Lecture 1: Section Overview
Lecture 2: Blazor Display Data – List
Lecture 3: Blazor Display Data – List – Compare Notes
Lecture 4: IMPORTANT – Fix Delete Endpoint
Lecture 5: Setup Create Form – Part 1
Lecture 6: Setup Create Form – Part 2
Lecture 7: Setup Update Form – Part 1
Lecture 8: Setup Update Form – Part 2
Lecture 9: IMPORTANT – Fix Vehicle Edit Issue
Lecture 10: Setup Update Form – Bookings Additional Work
Lecture 11: IMPORTANT – Fix User Audit Fields
Lecture 12: Add Validation to Forms
Lecture 13: Blazor Display Data – Details
Lecture 14: Code Clean Up and Add Changes to GitHub
Chapter 7: Architectural Considerations
Lecture 1: Using a Code-Behind Approach to Blazor Components
Lecture 2: Global Error Handling
Lecture 3: Add Changes to GitHub
Chapter 8: Value Added Features and Activities
Lecture 1: Customize Identity Layout and Logic
Lecture 2: JavaScript Interop With Third Party Libraries
Lecture 3: Secure JavaScript Interop With Content Security Policy (CSP)
Lecture 4: File Upload Support
Lecture 5: Generic HttpClient Repository
Lecture 6: UPDATE: Removing Magic Strings
Lecture 7: Progressive Web Application Support
Lecture 8: Add Changes to GitHub
Chapter 9: Deploy to Production
Lecture 1: Deploy to Azure
Chapter 10: Bonus Section
Lecture 1: Bonus Lecture
Instructors
-
Trevoir Williams
Certified Trainer • Top-Rated Instructor • 450,000+ Students
Rating Distribution
- 1 stars: 5 votes
- 2 stars: 4 votes
- 3 stars: 13 votes
- 4 stars: 83 votes
- 5 stars: 136 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple