Blazor in Action, Video Edition

seeders: 5
leechers: 1
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 10
  • Language: English

Files

[ TutGator.com ] Blazor in Action, Video Edition
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here !
    • 001. Chapter 1. Starting your Blazor journey.mp4 (24.3 MB)
    • 002. Chapter 1. Components, a better way to build UI.mp4 (18.4 MB)
    • 003. Chapter 1. Blazor, a platform for building modern UIs with C.mp4 (25.9 MB)
    • 004. Chapter 1. Blazor WebAssembly.mp4 (32.1 MB)
    • 005. Chapter 1. Blazor Server Part 1.mp4 (23.9 MB)
    • 006. Chapter 1. Blazor Server Part 2.mp4 (27.9 MB)
    • 007. Chapter 2. Your first Blazor app.mp4 (25.2 MB)
    • 008. Chapter 2. Building and running the application.mp4 (26.7 MB)
    • 009. Chapter 2. Program.cs.mp4 (32.9 MB)
    • 010. Chapter 2. Writing your first components.mp4 (26.2 MB)
    • 011. Chapter 2. Defining the layout.mp4 (30.5 MB)
    • 012. Chapter 2. The Blazing Trails home page.mp4 (31.9 MB)
    • 013. Chapter 3. Working with Blazor’s component model.mp4 (24.8 MB)
    • 014. Chapter 3. Component life cycle methods.mp4 (27.0 MB)
    • 015. Chapter 3. Working with parent and child components.mp4 (29.3 MB)
    • 016. Chapter 3. Styling components.mp4 (21.1 MB)
    • 017. Chapter 3. Using CSS preprocessors Part 1.mp4 (17.6 MB)
    • 018. Chapter 3. Using CSS preprocessors Part 2.mp4 (18.9 MB)
    • 019. Chapter 4. Routing.mp4 (22.0 MB)
    • 020. Chapter 4. Navigating between pages programmatically.mp4 (23.1 MB)
    • 021. Chapter 4. Handling multiple routes with a single component.mp4 (23.8 MB)
    • 022. Chapter 4. Setting query-string values.mp4 (27.1 MB)
    • 023. Chapter 5. Forms and validation—Part 1 Fundamentals.mp4 (31.1 MB)
    • 024. Chapter 5. Collecting data with input components.mp4 (19.4 MB)
    • 025. Chapter 5. Validating the model.mp4 (14.8 MB)
    • 026. Chapter 5. Configuring Blazor to use Fluent Validation.mp4 (18.6 MB)
    • 027. Chapter 5. Submitting data to the server.mp4 (21.3 MB)
    • 028. Chapter 5. Creating a request and handler to post the form data to the API.mp4 (21.1 MB)
    • 029. Chapter 6. Forms and validation—Part 2 Beyond the basics.mp4 (23.4 MB)
    • 030. Chapter 6. Building custom input components with InputBase.mp4 (26.8 MB)
    • 031. Chapter 6. Working with files.mp4 (29.5 MB)
    • 032. Chapter 6. Updating the form to allow editing.mp4 (16.7 MB)
    • 033. Chapter 6. Adding the edit trail feature Part 1.mp4 (22.7 MB)
    • 034. Chapter 6. Adding the edit trail feature Part 2.mp4 (28.0 MB)
    • 035. Chapter 7. Creating more reusable components.mp4 (25.5 MB)
    • 036. Chapter 7. Sharing components with Razor class libraries.mp4 (18.3 MB)
    • 037. Chapter 8. Integrating with JavaScript libraries.mp4 (30.5 MB)
    • 038. Chapter 8. Testing out the RouteMap component.mp4 (31.7 MB)
    • 039. Chapter 8. Integrating the RouteMap component with the TrailForm Part 1.mp4 (21.9 MB)
    • 040. Chapter 8. Integrating the RouteMap component with the TrailForm Part 2.mp4 (23.9 MB)
    • 041. Chapter 9. Securing Blazor applications.mp4 (23.8 MB)
    • 042. Chapter 9. Customizing tokens from Auth0.mp4 (36.4 MB)
    • 043. Chapter 9. Displaying different UI fragments based on authentication status.mp4 (27.7 MB)
    • 044. Chapter 9. Prevent unauthorized users accessing a page.mp4 (30.9 MB)
    • 045. Chapter 9. Authorizing users by role.mp4 (19.3 MB)
    • 046. Chapter 9. Implementing role-based logic.mp4 (14.8 MB)
    • 047. Chapter 10. Managing state.mp4 (34.8 MB)
    • 048. Chapter 10. Improving the AppState design to handle more state.mp4 (23.9 MB)
    • 049. Chapter 10. Adding and removing trails from thefavorites list.mp4 (29.6 MB)
    • 050. Chapter 11. Testing your Blazor application.mp4 (21.6 MB)
    • 051. Chapter 11. Adding a bUnit test project.mp4 (15.1 MB)
    • 052. Chapter 11. Testing rendered markup.mp4 (25.4 MB)
    • 053. Chapter 11. Faking authentication and authorization.mp4 (20.8 MB)
    • 054. Chapter 11. Emulating JavaScript interactions.mp4 (41.4 MB)
    • Bonus Resources.txt (0.4 KB)

Description

Blazor in Action, Video Edition



https://TutGator.com

Released 06/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 8h 7m | Size: 1.35 GB

An example-driven guide to building reusable UI components and web frontends—all with Blazor, C#, and .NET

In Blazor in Action, you will learn about
Blazor + WebAssembly
Picking the right hosting model
Building reusable UI components
Building forms with validation
Integrating with JavaScript libraries
Securing your application
Testing your applications
Blazor in Action is a practical guide to building stunning UIs and client-side applications using C# and .NET. You’ll use the Blazor frontend framework to create a fun and exciting web application for plotting hiking routes. As you build up your new application, you’ll master the key features of Blazor, such as routing, forms and validation, and dynamic and reusable components. By the time you're done, you'll be ready to develop beautiful sites and apps that seamlessly execute your C# code natively in the browser.
The book is written to the most recent stable build of Blazor and seamlessly integrates fresh features from .NET 6.

about the technology
Create rich web frontends without relying on JavaScript. Microsoft’s Blazor framework uses WebAssembly to extend the ultra-popular ASP.NET platform. In Blazor, you can build interactive web components that run natively in the browser without plug-ins or transpilers. And because it’s C# end-to-end, it’s easy to share code between the server and your web UI.



Download torrent
1.3 GB
seeders:5
leechers:1
Blazor in Action, Video Edition


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
1.3 GB
seeders:5
leechers:1
Blazor in Action, Video Edition


Torrent hash: 853159624CB21C292136C04A4AA8A5892CFE181B