Asp. NET's new member ASP. WebHooks

Source: Internet
Author: User
Tags http post webhook

(This article also published in my public number "dotnet daily Essence article", Welcome to the right QR code to pay attention to. )

Preface: A few days ago, Microsoft, in addition to the release of the ASP. NET 5 Beta7, there is a noteworthy thing, is the publication of ASP. NET Webhooks Preview D.

Webhooks is a lightweight interactive model of the HTTP world that integrates SaaS systems and Web APIs with a simple publish/subscribe model. Simply put, the SaaS system sends messages to subscribers in the form of an HTTP post if there is a need to push the message (the subscribers here are typically some rest-standard web APIs).

If Webhooks is regarded as an industry standard, then ASP. NET Webhooks is one of its implementations, which is similar to the ASP. NET signal to WebSocket. The ASP. NET Webhooks includes the ability to send and receive two parts (the underlying technology is web API 2 and MVC 5, and currently does not support ASP. NET 5):

    • At the receiving end, a generic model for receiving and processing Webhook from any Webhook provider is provided. and built-in Dropbox, GitHub, MailChimp, PayPal, Pusher, Slack, Stripe, Trello, and WordPress provider implementations. In other words, if you want to develop a program to monitor Dropbox file changes or github submissions, it's easy.
    • On the sending side, it provides the ability to manage and store subscriber information, as well as the ability to send event reminders to the appropriate subscribers. This simplifies the development of the Webhook sending end.

Detailed development instructions I will not repeat, you can view the "original" or view the source code (https://github.com/aspnet/WebHooks). I'd like to say something about the meaning of the ASP. (Pure personal view): 2015 is called the SaaS-years, and now the valuations of various SaaS providers are rising, and the future integration of various types of SaaS will certainly become a hotspot. And Webhooks as a basic technology of SaaS integration will certainly be the focus of the mainstream development platform, so the ASP. Webhooks came into being.

Original address: Http://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx

Asp. NET's new member ASP. WebHooks

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.