Announcing the ASP.NET WebHooks Visual Studio Extension Preview
After a few days of work, I’m excited to introduce you to the ASP.NET WebHooks preview support we’ve put together for Visual Studio developers. This tool bootstraps your ASP.NET project with the NuGet...
View ArticleReceive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)
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...
View ArticleAnnouncing Availability of ASP.NET 5 Beta8
ASP.NET 5 beta8 is now available both on NuGet and as a tooling update to Visual Studio 2015! This release greatly expands the supported surface area of .NET Core on OS X and Linux. You can now use...
View Article.NET Core and ASP.NET Launches a Beta Bug Bounty Program.
A guest post from Barry Dorrans, the security lead for ASP.NETToday, with great excitement, we announce an introductory 3 month bug bounty program for .NET Core and ASP.NET, our new open source, cross...
View ArticleUpdates to Microsoft ASP.NET WebHooks Preview
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...
View ArticleAnnouncing ASP.NET 5 Release Candidate 1
As scheduled on our ASP.NET 5 roadmap and demonstrated during the Connect() event, we are proud to announce the availability of runtime and tooling for the RC1 release of ASP.NET 5. The framework and...
View ArticleUsing ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google...
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...
View Article.NET Core and ASP.NET Bug Bounty Update
As we've now released RC1 of .NET Core and ASP.NET restrictions on areas for investigation are now lifted. The entire cross platform stack, including networking is now in scope and eligible for bounty...
View ArticleNew feature to enable C# 6 / VB 14
The model to leverage updated versions of C# or VB in web apps has changed over the past few years. In the past to leverage a new version of C# or VB you would get the runtime and build tools by...
View ArticleWCF Connected Service Visual Studio Extension Preview for ASP.NET 5 Projects
Over the years, many Visual Studio developers have enjoyed the productivity that Add Service Reference Dialog Box provided when their projects need to access Windows Communication Foundation (WCF)...
View ArticleNew Year Updates to ASP.NET WebHooks Preview
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 –...
View ArticleUsing ASP.Net Module to Debug Async Calls
I had a web application that generously used async/await keywords. The application encountered a slow response possibly due to a pending backend database call. I attached a debugger to the application....
View ArticleTask runners in Visual Studio 2015
There are various kinds of tasks typically used by web developers as part of their workflow. Everything from bundling and minifying JavaScript files, to compiling LESS files into CSS and even running...
View ArticleVisual Studio keeps showing suggested extensions
In Visual Studio 2015 Update 1 we introduced a mechanism that would analyze a web project and suggest helpful Visual Studio extensions based on what it could find. For instance, if the project was...
View ArticleASP.NET 5 is dead - Introducing ASP.NET Core 1.0 and .NET Core 1.0
This post originally appeared on Scott Hanselman's blog at: http://www.hanselman.com/blog/ASPNET5IsDeadIntroducingASPNETCore10AndNETCore10.aspxNaming is hard.There are only two hard things in Computer...
View ArticleUsing ASP.Net Module to Debug Async Calls
I had a web application that generously used async/await keywords. The application encountered a slow response possibly due to a pending backend database call. I attached a debugger to the application....
View ArticleNew Year Updates to ASP.NET WebHooks Preview
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 –...
View ArticleTask runners in Visual Studio 2015
There are various kinds of tasks typically used by web developers as part of their workflow. Everything from bundling and minifying JavaScript files, to compiling LESS files into CSS and even running...
View ArticleVisual Studio keeps showing suggested extensions
In Visual Studio 2015 Update 1 we introduced a mechanism that would analyze a web project and suggest helpful Visual Studio extensions based on what it could find. For instance, if the project was...
View ArticleASP.NET 5 is dead – Introducing ASP.NET Core 1.0 and .NET Core 1.0
This post originally appeared on Scott Hanselman’s blog at: http://www.hanselman.com/blog/ASPNET5IsDeadIntroducingASPNETCore10AndNETCore10.aspx Naming is hard. There are only two hard things in...
View Article