Using ASP.Net Blazor for Absolute Beginners
Created by Nilay Mehta, Last Updated 10-Oct-2020, Language:English
Using ASP.Net Blazor for Absolute Beginners
Full Stack Development with ASP.Net Blazor for absolute beginners
Created by Nilay Mehta, Last Updated 10-Oct-2020, Language:English
What Will I Get ?
- Create Blazor app with custom component
- Create Single page website using Blazor
- Deploy website
- Using DI, Parameters, Event handling, and Forms
Requirements
- Basic concepts of C#
- Basic ASP .Net development
- Visual Studio 2019
Description
Note: This course is designed for ASP.Net core 3.0 Preview 7, And later upgraded to APS.Net core 3.1 Preview 1.
Blazor is Framework came under ASP.Net core application. It is released with .Net core 3.
Till now we are using JavaScript frameworks for creating User Interface for applications.
With Blazor, now we can create a user interface with C# too. Developers do not need to depend on just JavaScript or its frameworks.
Blazor takes advantage of Web assemblies, which allows running assembly on the browser itself. And almost modern browsers support this feature.
Throughout this series, I am going to teach you how to create your own custom Blazor components and handle data, parameters, events, and more.
The course outline includes:
Introduction to Blazor and Web Assembly. And understood how it works.
Check a different kind of hosting models supported by Blazor for creating applications.
Understood how to use Parameters to pass a value to the component.
Bind fields and attach events on controls.
Use RenderFragments to generate templates.
Understood cascade parameter and pass multiple values.
Use routings for the component. Using URL Helper generate URLs for any component.
Create and validate forms before sending the request to the server-side.
Use dependency injection with built-in service as well as custom service.
Use JavaScript interop to execute C# code from JavaScript and vice-versa.
And learn how to deploy an application for both hosting models.
And Extended sessions for how to upgrade to the final version of 3.0 and 3.1 previews.
Course Content
-
Introduction
3 Lectures 00:10:15-
Introduction
Preview00:02:28 -
What is Blazor?
Preview00:04:54 -
Hosting Models
00:02:53
-
-
Create & Understood Structure
3 Lectures 00:16:07-
Client-side app
00:08:18 -
Server-side app
Preview00:04:33 -
Hosted app
00:03:16
-
-
Manage Component - 1
8 Lectures 00:40:30-
Create Blazor Component
Preview00:06:13 -
Using C# in Component
00:04:23 -
Code Behind Component
00:03:32 -
Using Parameters
00:05:17 -
Component Life Cycle
00:04:30 -
Data Binding
Preview00:07:37 -
Event Handling
00:03:50 -
Event Handler in Parameter
00:05:08
-
-
Manage Component - 2
6 Lectures 00:31:02-
Render Raw HTML
Preview00:02:34 -
Using child contents
00:02:37 -
Using RenderFragment
00:04:18 -
Generic Template
00:05:54 -
Using RenderTreeBuilder
00:08:25 -
ShouldRender & StateHasChanged
00:07:14
-
-
Manage Component - 3
5 Lectures 00:22:29-
Using Cascading Values
00:05:01 -
Multiple Cascading Parameters
00:05:58 -
Events in Cascade Value
00:03:35 -
Using @key
00:04:50 -
Using @attribute
00:03:05
-
-
Layout & Routing
3 Lectures 00:18:05-
Master Layout
00:04:05 -
Routing
00:07:09 -
URL helpers
00:06:51
-
-
Manage Forms
3 Lectures 00:16:26-
Using EditForm
Preview00:07:17 -
Form Validation
00:05:16 -
Using @ref
00:03:53
-
-
Dependency Injection & JSInterop
4 Lectures 00:31:06-
DI with Default Service
00:07:56 -
DI with Custom Service
00:05:22 -
Call JavaScript Function
00:08:15 -
Call C# from JavaScript
Preview00:09:33
-
-
Misc
3 Lectures 00:14:16-
Debug Application
00:04:20 -
Decompile DLL
00:04:48 -
Deploy Application
00:05:08
-
-
Upgrade to new Version
3 Lectures 00:10:01-
Upgrade to 3.0
00:03:47 -
What's new in 3.0
00:01:50 -
Upgrade to 3.1 Preview-1
00:04:24
-
-
Extra
2 Lectures 00:04:14-
Conclusion
00:01:41 -
Bonus Lecture
00:02:33
-

Nilay Mehta
Passionate Software Engineer and Instructor
Hey, My name is Nilay Mehta! I am an experienced .Net developer, having the Microsoft certificate of Programming with C#.Net. I have a Master of Computer Applications and Bachelor of Computer Application degrees. Starting out in the IT industry about 3 years ago. I've worked with a range of development tools from PHP, C#, ASP.NET, and ASP.Net core. I am a passionate software engineer who loves learning new technologies, and from the past 3 years, I'm enjoying sharing that knowledge through blogs and courses.