No video

What is a Webhook? [.NET/C# Implementation]

  Рет қаралды 18,404

DotNet Core Central

DotNet Core Central

Күн бұрын

00:00 - Introduction
00:20 - What is a webhook?
02:00 - Webhook workflow
05:30 - Create a webhook in ASP.NET Core
10:00 - Test webhook from Postman
11:20 - Webhook authentication
14:00 - Webhook authentication test
#csharp #dotnet #webhook #webhooks
Some of my popular videos:
Elasticsearch with .NET and introduction: • An Introduction to Ela...
Hangfire Scheduling an introduction: • Scheduling recurring j...
ASP.NET Core Authentication with JWT (JSON Web Token): • ASP.NET Core Authentic...
Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1): • Running Background tas...
How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes): • How to build an API Ga...
My blog site: dotnetcorecentral.com

Пікірлер: 23
@gopichandarselvaraj5250
@gopichandarselvaraj5250 Жыл бұрын
Great video! Your explanation of webhooks was clear and insightful. I especially appreciated the detailed walkthrough of the .NET/C# implementation - it filled a gap in my understanding that I hadn't found covered in other resources. Thanks for your efforts in putting this together and for your clear presentation. Looking forward to more content like this!
@DotNetCoreCentral
@DotNetCoreCentral Жыл бұрын
Glad it was helpful!
@edcosta4466
@edcosta4466 5 ай бұрын
Very good video! The most straightforward and effective implementation of webhooks in c# I have found. Helped a lot. Thank you for the great content!
@_raygun
@_raygun 11 ай бұрын
Thanks. I really appreciate this video.
@thedacian123
@thedacian123 Жыл бұрын
Very intersting!I think is the same mechanism that identity servers(ouath server) is using in the last step when they make a web call to the application that s using the external authentication.
@ashokvadlamani3529
@ashokvadlamani3529 Жыл бұрын
Thanks for creating this video. This looks similar to API. Trying to understand how is it different
@sirbordas
@sirbordas 4 ай бұрын
Fantastic! You helped me alot. Many thanks from Portugal!
@DotNetCoreCentral
@DotNetCoreCentral 4 ай бұрын
Glad it helped!
@yogij17
@yogij17 11 ай бұрын
Oh Wow! Great video to know about web hooks. Very very informative. Thank you so much for your guidance! Can you please tell me if there is a way to use single web API to work across different countries serving different needs. Regards.
@knightmarerip711
@knightmarerip711 5 ай бұрын
Very nice video, however, this is just a web API with an endpoint called webhook. The actual webhook implementation would be an even driven type of setup where other systems subscribe to the event you expose. Still a very good video.
@DotNetCoreCentral
@DotNetCoreCentral 5 ай бұрын
I am not sure what you mentioned is correct. Webhook is an API which will be called by someone when an event happen in their system. Or you can call a clients webhook when an event happen in your system and you want to communicate back. The caller is event driven, but webhook at the end of the day is just a web API, that will be invoked by someone when an event occur. Here are couple of references: zapier.com/blog/what-are-webhooks/#what www.redhat.com/en/topics/automation/what-is-a-webhook
@shivachaturvedhi8840
@shivachaturvedhi8840 7 ай бұрын
do you have similar video , which hooks Dns-lookup?
3 ай бұрын
Excuse me sr... do you have the implementation somewhere in your channel about webhook and notifications you mentioned at the end of the video? pleaseeee, I will be vert thanksfull
@PrakashKumar-er5jo
@PrakashKumar-er5jo 3 ай бұрын
how do i add this webhook to opensearch dashboard. when i add it there, it says connection refused. but same as your it works in postman
@mans80
@mans80 4 ай бұрын
Graet video. Can you make a video on implenting webhook to interact with Facebook Messenger? recieve real-time notifiations and send replies?
@nehemiahlimocheburet1411
@nehemiahlimocheburet1411 Жыл бұрын
Hello, this is an interesting video. I would like to ask for your help, can webhook be used to handle callbacks? I am really looking for a way I can handle callback data, kindly assist
@DotNetCoreCentral
@DotNetCoreCentral Жыл бұрын
yes it can be
@nehemiahlimocheburet1411
@nehemiahlimocheburet1411 Жыл бұрын
@@DotNetCoreCentral thank you, please do one specifically for handling callbacks
@naimishahada1414
@naimishahada1414 11 ай бұрын
@DotNetCoreCentral thanks for great explanation. please create detail video on this with call backs.
@magrpe
@magrpe 8 ай бұрын
Tried this and it only works for HTTP Get, a HTTP Post returns '405 - Method Not allowed'. Any ideas?
@magrpe
@magrpe 8 ай бұрын
Figured it out - the default method is app.MapGet not app.MapPost - great video, many thanks!
An example of real-life webhook implementation [C#/.NET]
12:17
DotNet Core Central
Рет қаралды 10 М.
WEBHOOKS With .NET Minimal APIs
16:34
Codewrinkles
Рет қаралды 7 М.
小宇宙竟然尿裤子!#小丑#家庭#搞笑
00:26
家庭搞笑日记
Рет қаралды 29 МЛН
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 7 МЛН
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 10 МЛН
How WebHook works | System Design
7:43
ByteMonk
Рет қаралды 79 М.
Building a .NET 6 API Using TDD
1:38:59
Wes Doyle
Рет қаралды 144 М.
Mediator - Design Patterns in 5 minutes
3:20
levonog
Рет қаралды 956
The RIGHT Way To Use HttpClient In .NET
11:46
Milan Jovanović
Рет қаралды 55 М.
Checkout 101: Add a webhook handler (.NET)
12:40
Stripe Developers
Рет қаралды 11 М.
Creating first ChatGPT prompt app using Open AI API in C#
11:25
DotNet Core Central
Рет қаралды 6 М.
Build Clean Messaging in .NET with MassTransit
21:44
Nick Chapsas
Рет қаралды 96 М.
Building a Webhooks System
10:35
CodeOpinion
Рет қаралды 55 М.
Serilog 🚀 Logging in .NET 7 Made Simple & Fun
16:23
Patrick God
Рет қаралды 43 М.
Clean Architecture with ASP.NET Core 8 | .NET Conf 2023
29:17
小宇宙竟然尿裤子!#小丑#家庭#搞笑
00:26
家庭搞笑日记
Рет қаралды 29 МЛН