×

Blazor Certification Training | Blazor Online Training Course

  • Learn By Doing Code Live with Mentor.
  • Learn Blazor  Server from scratch
  • Learn Blazor Web Assembly
  • Learn ASP.NET Web API from scratch
  • Learn to implement Design Patterns.
  • Learn from Microsoft Certified Trainer & MVP.
  • Learn to Build real-world projects.
  • Access to Learning Platform for 1Yr.
  • Weekly Career Coaching Sessions.
  • Resume Building and Review.
Live Session Preview
  • Live Sessions

    1 Yr. Membership
  • Skill Level

    Beginner-Advanced
  • Career Coaching

    Weekly Session
  • Course Duration

    6 Weeks
  • Assignments

    32 Hours
  • LMS Access

    24X7 Hrs.
Instructor-led Live Online Classes
Our learn-by-doing method enables you to build practical/coding experience that sticks. 95% of our learners say they remember more when they learn by doing hands-on which is required to translate knowledge into real-world results.
  • Get step-by-step guidance to practice your skills without getting stuck
  • Validate your technical problem-solving skills in a real environment
  • Troubleshoot complex scenarios to practice what you learned
  • Develop production experience that translates into real-world expertise

Course Overview

  • Learn By Doing Code Live with Mentor.
  • Learn Blazor  Server from scratch
  • Learn Blazor Web Assembly
  • Learn ASP.NET Web API from scratch
  • Learn to implement Design Patterns.
  • Learn from Microsoft Certified Trainer & MVP.
  • Learn to Build real-world projects.
  • Access to Learning Platform for 1Yr.
  • Weekly Career Coaching Sessions.
  • Resume Building and Review.

About the course

This course provides an in-depth overview of Blazor Server and Blazor WebAssembly for building interactive client-side web applications with .NET. It begins by explaining the benefits of using Blazor Server. The course proceeds to teach the student how to implement and secure a single-page web application using Blazor Server.

The Blazor WebAssembly section will teach you how to build UI apps using the same component-based patterns popularized by libraries such as Angular and React, but with C#. Attendees also learn server-side coding using ASP.NET Core Web APIs and SignalR to provide data for their Blazor WebAssembly applications.

Course Objective

At the completion of this course, attendees will be able to;

  1. Understand the Blazor platform.
  2. Build UIs with components.
  3. Utilize data binding and event handling.
  4. Compose components.
  5. Deploy a Blazor WebAssembly application to production.
  6. Consume Server Data via REST APIs and SignalR (WebSockets).
  7. Build a Single Page Application (SPA).
  8. Understand debugging on both the server and the client.
  9. Call existing JavaScript libraries.
  10. Store data on the browser.
  11. Update data on SQL Server.
  12. Share Razor Components between projects.
  13. Learn to build end-to-end application using Blazor.
  14. Use Blazor Best Practices to build enterprise-grade application.
  15. Application Deployment on IIS and Cloud.

Who can do this course?

All .NET Beginner(s)/Professional(s) who are keen to develop modern, light weight and cloud based web applications should go for this course.

Pre-requisites

Anyone who wants to learn ASP.NET Core course should have a basic knowledge of C# and HTML.

Tools/SDK/IDE

Visual Studio 2017 or higher, SQL Server 2012 or higher

Choose Training Options

Most Popular

Live Training

  •   Expert-led Live Sessions
  •   Tests & Quizzes
  •   Learn By Doing Code
  •   Build Real-world Projects
  •   24X7 Support Using Discord
  •   Unlimited Live Sessions for 12 Months

₹20,000 ₹14,000

30% OFF Expires In D H M S

One-to-One Training

  •   Exclusive 1-1 Live Training
  •   Expert-led Live Sessions
  •   Tests & Quizzes
  •   Hands-On Assignments
  •   Build Real-world Projects
  •   24X7 Support Using Discord



Contact Us
*1-to-1 Training
For Business

Corporate Training

  •   Expert-led Live Sessions
  •   Customized Course Content
  •   Classroom Training
  •   Flexible Schedule
  •   Tests & Quizzes
  •   Build Real-world Projects
  •   24X7 Access to LMS


Contact Us
*Only for corporate

100% Money Back Guarantee

Our training programs are empowering thousands with expert knowledge - they will you too. If you're disappointed for whatever reason, you'll get your 100% refund. We won't make you beg or invoke any silly rules or conditions – if you're not satisfied within your first 5 days then we'll refund you without any fuss.
For more details do refer our Refund Policy.

Course Curriculum

Blazor Server

Introduction

  1. What is Blazor?
  2. Blazor Hosting Models
  3. Blazor Server vs. Blazor WebAssembly
  4. What is WebAssembly?
  5. Browser Compatibility
  6. WebAssembly vs. JavaScript
  7. How does .NET Core / C# run in a web browser?

Blazor Server

  1. Understanding Project Structure
  2. Routing
  3. Default Layout
  4. Nested Layouts
  5. Navigation
  6. Components
  7. Razor Syntax

Blazor Server: Razor Components

  1. Component Parameters
  2. Event Handling
  3. Lifecyle Methods
  4. Templated Components
  5. @key Directive
  6. Attribute Splatting
  7. Composing Components
  8. Passing Data Between Components

Blazor Server: Forms and Validations

  1. Form Overview
  2. EditForm Component
  3. Standard Input Components
  4. Data Binding
  5. Data Validation
  6. Data Annotations
  7. Validation Components
  8. Custom Validation
  9. Custom Input Components

Blazor WebAssembly

Blazor WebAssembly

  1. Understanding Project Template
  2. Configuration
  3. Dependency Injection
  4. Environments
  5. Logging
  6. Handling Errors
  7. Debugging WebAssembly

Blazor WebAssembly: Razor Components

  1. What is a Component?
  2. Creating a Data Model
  3. Binding the Data Model to the HTML
  4. Handling Events
  5. Manually Trigger State Updates and Re-rendering
  6. Decompose a Component into Smaller Components

Blazor WebAssembly: Data Binding and Data Passing

  1. One-Way Data Binding
  2. Two-Way Data Binding
  3. Pass Data from a Parent Component to a Child Component using Parameters
  4. Pass Data from a Child Component to a Parent Component using Event Callbacks
  5. Use Keys to Optimize Performance
  6. Use Refs to Access DOM Elements

Blazor WebAssembly: Forms and Validations

  1. Explore Form Element Two-Data Binding
  2. Build Forms with the Blazor Edit Form Razor Component
  3. Explore the Concept of the Edit Context
  4. Use the Specialized Edit Form Controls
  5. Applying Validation to the Form
  6. Decorating the View Model with Validation Attributes
  7. Code Custom Validation Attributes

Web API and SignalR

Web API

  1. NET Core MVC Web API
  2. What is ASP.NET Core MVC?
  3. What is a REST API?
  4. What is an API Controller?
  5. Injecting the Http Client
  6. Exploring the Http Client
  7. Calling a REST API from a Blazor Component using the HttpClient
  8. Build a REST API with ASP.NET Core MVC
  9. Implementing Authentication and Authorization

SignalR

  1. What is SignalR?
  2. What are Web Sockets?
  3. Understand Two-Way Data Flow with SignalR
  4. Use SignalR to communicate between Razor Components and ASP.NET Core server

Interacting with JavaScript

  1. What is the JavaScript Interop?
  2. Synchronous vs. Asynchronous Calls
  3. How to call a JavaScript function from a Component?
  4. How to call C# code from JavaScript?
  5. Organizing JavaScript Code within a Blazor WebAssembly App

Like the Curriculum

Your learning is important. Let’s have a Google Meet to get more clarity.

DotNetTricks Benefits

Unlimited Live Sessions

Live Training Membership give you unlimited access to all our live training and sessions recording from anywhere, and using any device staying at home.

Expert-led Live Sessions

All sessions are led by our expert mentors who are well connected to the open source communities. They explain complex technical concepts in an easy way.

Tests & Quizzes

Each Module will be followed by mockup tests and quizzes which help you to monitor your learning progress and Evaluate yourself.

Build Real-Projects

All the sessions are delivered using real-life examples. You will learn how to build real projects using industry recommended principles & practices.

Personal Career Coach

Get career guidance from top experts as your personal coach, align your preparation strategy & learning resources to achieve your goal

Interview Prep Sessions

Get career guidance and ask your questions & doubts live. Join to prepare yourself for next job interview to crack and get hired!

Resume Building

Optimize your resume with the help of our experienced experts to get your desired jobs.

Hands-on Assignments

Learn by doing hands-on to gain confidence to solve real-world challenges and assignments.

Discord Community Access

Get access to Discord community to discuss doubts, access assignments and learning with peer interaction.

Technical Support

We have online support team available to help you with any technical queries you may have during the course.

Get Certified

Master in-demand job skills to become a technology expert, get certified, and accelerate your career.

Career & Certification

DotNetTricks Blazor Certification Training Certificate Holders work at 1000s of companies like:

Video Reviews

FAQs

Q1. Who are your mentors?

All our mentors are highly qualified and experience professionals. All have at least 8-10 yrs of development experience in various technologies and are trained by Dot Net Tricks to deliver interactive training to the participants.

Q2. Do you provide any course material or live session videos?

Yes we do. You will get access to the entire content including class videos, mockups, and assignments through LMS.

Q3. Do you provide training on latest technology version?

Yes we do. As the technology upgrades we do update our content and provide your training on latest version of that technology.

Q4. What If I miss my online training class?

All online training classes are recorded. You will get the recorded sessions so that you can watch the online classes when you want. Also, you can join other class to do your missing classes.

Q5. Do you prepare me for the job interview?

Yes, we do. We will discuss all possible technical interview questions and answers during the training program so that you can prepare yourself for interview.

Q6. Can I share my course with someone else?

In short, no. Check our licensing that you agree to by using Dot Net Tricks LMS. We track this stuff, any abuse of copyright is taken seriously. Thanks for your understanding on this one.

Accept cookies & close this