* Cantinho Satkeys

Refresh History
  • FELISCUNHA: dgtgtr   49E09B4F
    12 de Novembro de 2024, 12:25
  • JPratas: try65hytr Pessoal  classic k7y8j0 yu7gh8
    12 de Novembro de 2024, 01:59
  • j.s.: try65hytr a todos  4tj97u<z
    11 de Novembro de 2024, 19:31
  • cereal killa: try65hytr pessoal  2dgh8i
    11 de Novembro de 2024, 18:16
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    09 de Novembro de 2024, 11:43
  • JPratas: try65hytr Pessoal  classic k7y8j0
    08 de Novembro de 2024, 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53

Autor Tópico: Mastering Blazor Full Course on Blazor WebAssembly (WASM)  (Lida 7 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 116452
  • Karma: +0/-0
Mastering Blazor Full Course on Blazor WebAssembly (WASM)
« em: 16 de Outubro de 2024, 10:34 »
Mastering Blazor: Full Course on Blazor WebAssembly (WASM)


Published 10/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 6.21 GB | Duration: 8h 54m

Create Dynamic, High-Performance Web Applications with Blazor WebAssembly - A Powerful Alternative to JavaScript

What you'll learn
In this course, you will learn Blazor-based web application development. Blazor is a framework for building interactive web UIs using C# instead of JavaScript.
Blazor apps are built using reusable components, making it easy to manage complex UIs.
You can run Blazor as a WebAssembly app on the client or a server-side app with real-time UI updates.
Write both client and server logic using C#. Blazor WebAssembly (WASM) allows .NET code to run in the browser without plugins.
By the end of this course, you will have the knowledge and experience to create full-stack Blazor WASM apps, leveraging Web APIs and advanced Blazor features.
Requirements
C# and .NET knowledge: Blazor uses C# as the primary programming language, so understanding its syntax and features is essential.
Description
In this nearly 9-hour course, consisting of 19 comprehensive lectures, you will develop a solid understanding of Blazor WebAssembly and its core functionalities. The course begins with an introduction to the Blazor Framework, covering WebAssembly and Server models, and progresses through building real-world applications.Throughout the course, we will cover (but not limited to):Project Setup and Structure: Learn how to set up the Blazor development environment, navigate the project structure, and work with key files such as App.razor, Program.cs, and the wwwroot folder.Blazor Components and Razor Syntax: Understand Blazor's component-based architecture, directives, data binding, and navigation. Learn about route templates, route parameters, and routing constraints.Data Binding and External API Calls: Implement two-way data binding, build a custom dictionary page, and call external APIs within your Blazor WebAssembly app.JavaScript Interoperability: Learn how to integrate JavaScript APIs into Blazor using practical example.Service Injection and Component Lifecycles: Explore service registration, service lifetimes (Singleton, Scoped, Transient), and Blazor component lifecycle events.Forms and Validation: Implement forms and validations using built-in components like EditForm, ValidationMessage, and ValidationSummary.State Management: Master application state sharing techniques using the CascadingValue component and shared state container services.Advanced Topics: Dive deeper into creating and consuming Razor Class Libraries, implementing file uploads, and building a custom pagination component.Final Three Lectures:"First Blazor App": Build your first Blazor WebAssembly app using .NET 8.0, where you will review and consolidate key concepts such as setting up the environment, creating a project, understanding project structure, building components, handling data binding and events, using dependency injection, calling a public web API, and styling components.Important Blazor Features: Learn about several critical features in Blazor, including component-based architecture, Razor syntax, data binding, types of dependency injection, JavaScript interoperability, state management, form handling and validation, routing, performance optimization, and security best practices.Blazor Directives: An introduction to important Blazor directives, with practical examples for each.Some Practical Example Applications in the Course:English Dictionary: Demonstrating two-way data binding with a dynamic, interactive page.Photo Album: Showcasing Blazor's templated component functionality.By the end of this course, you will have the knowledge and practical experience to create full-stack Blazor WebAssembly applications, leveraging .NET 8.0, Web APIs, and advanced Blazor features.
Overview
Section 1: Introduction
Lecture 1 Introduction and Getting Started with Blazor
Lecture 2 Blazor WebAssembly Project Structure
Lecture 3 Blazor Components
Lecture 4 Blazor WebAssembly Configuration File and Its Contents
Lecture 5 Two-way Data Binding in Blazor WebAssembly
Lecture 6 Templated Components in Blazor
Lecture 7 How to Call JavaScript Functions in Blazor
Lecture 8 Dependency Injection in Blazor WebAssembly
Lecture 9 Routing in Blazor WebAssembly
Lecture 10 Creating and Using Razor Class Libraries
Lecture 11 EventCallbacks in Blazor WebAssembly
Lecture 12 Forms and Validations in Blazor WebAssembly
Lecture 13 Blazor WebAssembly State Management with Cascading Value Component
Lecture 14 A Custom Pagination Component
Lecture 15 Share State/Data Between Components in Blazor WebAssembly
Lecture 16 File Uploading in Blazor WebAssembly Application(s)
Lecture 17 Build Your First Blazor WebAssembly App Step-By-Step
Lecture 18 Important Blazor WebAssembly/Server Features
Lecture 19 Important Blazor Dierctives
1. Developers already familiar with C# and .NET who want to build web applications without relying heavily on JavaScript. 2. Those looking to write both client-side and server-side logic in the same language (C#). 3. Developers who want to build interactive web UIs using components but prefer C# over JavaScript.
Screenshots


Say "Thank You"

rapidgator.net:
Citar
https://rapidgator.net/file/24b52955b1949bb3278f9733c013c0bc/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part1.rar.html
https://rapidgator.net/file/e76ea85d02f77f037ab169ce88f327ea/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part2.rar.html
https://rapidgator.net/file/4b9d604251d41328234af025e61f2391/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part3.rar.html
https://rapidgator.net/file/788225a0c1976c108f29bf23d3876066/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part4.rar.html
https://rapidgator.net/file/7e308b3d34805379b69f450a9c60564e/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part5.rar.html
https://rapidgator.net/file/9fe8cec99be22e5ebfa9eda7d2f15209/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part6.rar.html
https://rapidgator.net/file/5e197d680ac7b86df20d43e020f57eee/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part7.rar.html

ddownload.com:
Citar
https://ddownload.com/y4i3ff21oan9/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part1.rar
https://ddownload.com/s416bz8z8koy/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part2.rar
https://ddownload.com/mvvv6qfejea1/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part3.rar
https://ddownload.com/5ow6o0zol4ic/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part4.rar
https://ddownload.com/cs63hbmtyvyp/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part5.rar
https://ddownload.com/gc8cawsq4v96/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part6.rar
https://ddownload.com/65d7h00evbtt/njric.Mastering.Blazor.Full.Course.on.Blazor.WebAssembly.WASM.part7.rar