Showing results for asp.net web api - .NET Blog

Feb 23, 2021
14
1

Generating HTTP API clients using Visual Studio Connected Services

Jon Galloway
Jon Galloway

We’re continuing our series on building HTTP APIs with .NET 5. In this post, the third in the series, we’ll talk about how Visual Studio Connected Services gives you a convenient way of generating .NET clients for your HTTP APIs so your .NET apps can use the APIs via the Internet.

ASP.NET.NET CoreVisual Studio
Oct 23, 2018
0
0

.NET Core Source Code Analysis with Intel® VTune™ Amplifier

Rich Lander [MSFT]
Rich Lander [MSFT]

This post was written by Varun Venkatesan, Li Tian, Denis Pravdin, who are engineers at Intel. They are excited to share .NET Core-specific enhancements that Intel has made to VTune Amplifier 2019. You can use this tool to use to make .NET Core applications faster on Intel processors. Update (2019.01.14): VTune™ Amplifier 2019 Update 2 is now avai...

.NET Core.NET
Dec 14, 2016
1
0

Announcing Microsoft ASP.NET WebHooks V1 RTM

Henrik F Nielsen
Henrik F Nielsen

We are very happy to announce ASP.NET WebHooks V1 RTM making it easy to both send and receive WebHooks with ASP.NET. WebHooks provide a simple pub/sub model for wiring together Web APIs and services with your code. A WebHook can be used to get notified when a file has changed in Dropbox, a code change has been committed to GitHub, a payment has ...

ASP.NETWebHooks
Mar 5, 2016
0
0

Announcing ASP.NET WebHooks Release Candidate 1

Henrik F Nielsen
Henrik F Nielsen

We are very excited to announce the availability of ASP.NET WebHooks Release Candidate 1. Thank you for all the positive feedback, suggestions, pull requests, and comments to date – they are essential to the process so keep them coming! < p>WebHooks provide a simple mechanism for sending event notifications across web applications and exte...

ASP.NETWebHooks
Feb 14, 2016
0
0

ASP.NET WebHooks and Slack Slash Commands

Henrik F Nielsen
Henrik F Nielsen

We just added a couple of new features in ASP.NET WebHooks that makes it easier to build some nice integrations with Slack Slash Commands. These commands make it possible to trigger any kind of processing from a Slack channel by generating an HTTP request containing details about the command. For example, a command typed in a Slack channel can be c...

ASP.NETWebHooks
Jan 30, 2016
0

Sending ASP.NET WebHooks from Azure WebJobs

Henrik F Nielsen
Henrik F Nielsen

Azure WebJobs is a great way for running any kind of script or executable as a background process in connection with an Azure App Service Web Site or App. You can upload an executable or script as a WebJob and run it either on a schedule or continuously. The WebJob can perform any function you can stick into a command line script or program and usi...

ASP.NET
Dec 31, 2015
0

New Year Updates to ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

We just released a new update of ASP.NET WebHooks with a couple of interesting new features on the WebHooks sender side – that is, when you want to send WebHooks to others when some event happens – including: You can get the update from nuget.org by looking for the packages under Microsoft.AspNet.WebHooks.* with ‘preview’ filter enabled....

ASP.NET
Nov 20, 2015
3
0

Using ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google Sheets

Henrik F Nielsen
Henrik F Nielsen

With the latest drop of ASP.NET WebHooks we have added a generic JSON WebHook receiver, which can be used to receive WebHooks from services like IFTTT and Zapier. Both IFTTT and Zapier provide a huge number of integrations in areas such as productivity, automotive, blogging, CRM, commerce, project management, IoT, social, mobile, collaboration, and...

ASP.NET
Nov 7, 2015
0

Updates to Microsoft ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

We just released Beta4 of ASP.NET WebHooks Preview with a nice set of new features based on feedback and help from the community! Always let us know what you think – either by raising a issue on GitHub or pinging me on twitter. You can get the update from nuget.org by looking for the packages under Microsoft.AspNet.WebHooks.*. If you haven’t heard ...

ASP.NET
Oct 3, 2015
0
0

Receive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)

Henrik F Nielsen
Henrik F Nielsen

The Microsoft ASP.NET WebHooks preview is moving forward! We have received two very cool source contributions adding support for Kudu (Azure Web App Deployment) and Bitbucket. There is a sample for Bitbucket, but here we will focus on Kudu as well as Azure Alerts which just announced support for WebHooks. Kudu provides a ton of functionality for d...

ASP.NET