Asp.Net Core - Api With Graphql
Published 3/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.57 GB | Duration: 5h 19m
Published 3/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.57 GB | Duration: 5h 19m
Master GraphQL with ASP.NET Core: Build Modern, Performant, and Flexible APIs
What you'll learn
Building Modern APIs with GraphQL
Optimization and Performance with Data Loaders
Implementing Subscriptions for Real-Time Communication
GraphQL Integration with Entity Framework Core
Requirements
ASP.NET Core
C#
Description
We inform you that this course was recorded in Portuguese (Brazil) and has been dubbed in your language. Enjoy the course!If you want to build modern, high-performance, and flexible APIs, this course on GraphQL with ASP.NET Core is the perfect choice! Unlike traditional REST, GraphQL offers clients the ability to query exactly the data they need, solving common issues like over-fetching and under-fetching, and making your applications much more efficient.In this course, you will learn everything from the basics of GraphQL to the most advanced implementations in ASP.NET Core, with integration to Entity Framework Core for database handling. We will explore fundamental aspects such as queries, mutations, and subscriptions, ensuring you master communication between client and server in an optimized way.You will also learn techniques to improve the performance of your APIs, such as Data Loaders, which help manage multiple simultaneous requests efficiently. Furthermore, we will cover the implementation of WebSockets for real-time communication and how to use powerful tools like Postman and GraphQL Altair to test, debug, and optimize your APIs in a practical and straightforward manner.The course also covers best practices and design patterns, teaching you how to structure your code in an organized and scalable manner. Whether you're a back-end developer, a full-stack developer, or part of a team looking to modernize your APIs, this course will provide you with all the knowledge needed to create robust, fast, and scalable APIs with GraphQL in ASP.NET Core, empowering you to build innovative and efficient solutions!
Overview
Section 1: Introduction
Lecture 1 S01E01 - Presentation.mp4
Lecture 2 S01E02 - Development environment.mp4
Lecture 3 S01E03 - Requirements.mp4
Lecture 4 S01E04 - Download.mp4
Section 2: Tools
Lecture 5 S02E01 - Visual Studio - Environment.mp4
Lecture 6 S02E02 - Postman - Environment.mp4
Section 3: What is GraphQL?
Lecture 7 S03E01 - What is GraphQL.mp4
Lecture 8 S03E02 - How a GraphQL request works.mp4
Section 4: Initial project settings
Lecture 9 S04E01 - Creating a Project.mp4
Lecture 10 S04E02 - Creating Models.mp4
Lecture 11 S04E03 - Creating an Enumerator.mp4
Lecture 12 S04E04 - Configuring EF Core Context.mp4
Lecture 13 S04E05 - Creating a Database.mp4
Section 5: API - GraphQL
Lecture 14 S05E01 - GraphQL.mp4
Lecture 15 S05E02 - THEORY - GraphQL Class Structure.mp4
Lecture 16 S05E03 - Creating a GraphQL MovieType Type.mp4
Lecture 17 S05E04 - Creating a MovieGenreType Type to map to an Enumerator.mp4
Lecture 18 S05E05 - Creating a MovieReviewType Type.mp4
Lecture 19 S05E06 - Creating a Query - Part 1 - Movie List.mp4
Lecture 20 S05E07 - Create Query - Part 1 - Search for a Movie.mp4
Lecture 21 S05E08 - Create GraphQL Schema.mp4
Lecture 22 S05E09 - Database - Mass of information.mp4
Lecture 23 S05E10 - Bug - List of Reviews and GraphQL Test.mp4
Lecture 24 S05E11 - Fixing the Review Search.mp4
Lecture 25 S05E12 - Dataloader - Part 1 - Explanation.mp4
Lecture 26 S05E13 - DataLoader - Part 2 - Implementation.mp4
Section 6: Mutation
Lecture 27 S06E01 - Create Mutation.mp4
Lecture 28 S06E02 - Solve Mutation Logic.mp4
Section 7: GraphQL Client
Lecture 29 S07E01 - Consume GraphQL Query.mp4
Lecture 30 S07E02 - Aliases.mp4
Lecture 31 S07E03 - Reuse Description fields - Fragments.mp4
Lecture 32 S07E04 - Variables.mp4
Lecture 33 S07E05 - Consume a Mutation.mp4
Lecture 34 S07E06 - C# - Consume API - Part 1 - Preparation.mp4
Lecture 35 S07E07 - C# - Consume API - Part 2 - GetMovies.mp4
Lecture 36 S07E08 - C# - Consume API - Part 3 - AddMovie.mp4
Lecture 37 S07E09 - C# - Consume API - Part 4 - Update and Delete.mp4
Section 8: Real-time communication (Subscription)
Lecture 38 S08E01 - Subscription - Part 1.mp4
Lecture 39 S08E02 - GraphQL - Subscription - Part 2 - API - Completed.mp4
Lecture 40 S08E03 - GraphQL - Subscription - Part 3 - API - Consume with C#.mp4
Section 9: GraphQL UI - Doc
Lecture 41 S09E01 - UI for GraphQL.mp4
Section 10: Final
Lecture 42 S10E01 - Finalization.mp4
.NET developers who want to master GraphQL,Professionals who want to optimize data consumption,GraphQL beginners who want to learn by doing,Backend developers looking for new skills