Showing results for September 2015 - Page 2 of 2 - .NET Blog

Sep 15, 2015
Post comments count0
Post likes count0

Our Summer Internship on the .NET Team

.NET Team
.NET Team

This post was written by Microsoft Explorer interns Daniel King, Zoë Petard, and Jessica Petty and highlights their project & experiences this summer working on the .NET Roslyn team. We loved having them this summer! Roslyn Diagnostic Analyzer Tutorial Tired of frustrating compile-time errors? Analyzers can examine code as you type and pres...

.NET
Sep 15, 2015
Post comments count8
Post likes count0

Sending WebHooks with ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

In the blog Introducing Microsoft ASP.NET WebHooks Preview, we gave an overview of how to work with Microsoft ASP.NET WebHooks. We mentioned that it is not only possible to receive WebHooks from others but also to add support for sending WebHooks from your Web Application. This blog goes into detail on how to do that. Sending WebHooks is slightl...

ASP.NET
Sep 10, 2015
Post comments count0
Post likes count0

ASP.NET Community Standup – September 8, 2015

Jeffrey Fritz
Jeffrey Fritz

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup.  The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET 5 framework over the previous week.  Within 30 minutes, Scott...

ASP.NET
Sep 6, 2015
Post comments count0
Post likes count0

Integrating with Salesforce using ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

In the blog Introducing Microsoft ASP.NET WebHooks Preview, we gave an overview of how to work with Microsoft ASP.NET WebHooks. Out of the box we provide support for a variety of existing WebHooks providers such as Dropbox, GitHub, MailChimp, PayPal, Slack, Trello, and many more. Salesforce does not support classic WebHooks, but they do have a con...

ASP.NET
Sep 6, 2015
Post comments count0
Post likes count0

Integrating with Slack Using ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

In the blog Introducing Microsoft ASP.NET WebHooks Preview, we gave an overview of how to work with Microsoft ASP.NET WebHooks. Slack provides an interesting model where you can set up a WebHook to be fired when a certain trigger word is used in one of their messaging channels. In addition, it is possible for the WebHook to send data back to the ch...

ASP.NET
Sep 4, 2015
Post comments count1
Post likes count0

Introducing Microsoft ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

We are very pleased to announce ASP.NET WebHooks preview as a new addition to the ASP.NET family. WebHooks is a lightweight HTTP pattern providing a simple pub/sub model for wiring together Web APIs and SaaS services. When an event happens in a service, a notification is sent in the form of an HTTP POST request to registered subscribers. The POST r...

ASP.NET
Sep 3, 2015
Post comments count0
Post likes count0

AJAX Control Toolkit Critical Update

Jeffrey Fritz
Jeffrey Fritz

Our friends at DevExpress have been hard at work on the AJAX Control toolkit and have an update available that should be installed to cover a critical security vulnerability that has existed prior to the v15.1.x version.Brian Cardinale discovered the security vulnerability, a directory traversal issue, and has a blog post describing the issue in mo...

ASP.NET
Sep 3, 2015
Post comments count0
Post likes count0

MSBuild is going cross-platform with .NET Core!

Nikolai Tillmann
Nikolai Tillmann

We have some exciting new developments to share – an update on our open source development, our ongoing cross-platform work, and more. Going forward, we will post everything around MSBuild and build tools in general here on the .NET blog. You can still check out the many interesting tips and tricks that we earlier posted on the MSBuild Team ...

.NET
Sep 2, 2015
Post comments count0
Post likes count0

Announcing Availability of ASP.NET 5 Beta7

Daniel Roth
Daniel Roth

ASP.NET 5 beta7 is now available both on NuGet and as a tooling update to Visual Studio 2015! This release also includes the first public preview of the .NET Execution Environment (DNX) for Mac and Linux based on .NET Core – no Mono required. Let’s take a look at how we can get started with ASP.NET 5 beta7. Installation Note: To use ASP.NET 5 bet...

ASP.NET
Sep 2, 2015
Post comments count0
Post likes count0

NuGet Command line and Visual Studio 2015 Extension 3.2 RC released

Yishai Galatzer
Yishai Galatzer

Today we are releasing nuget.exe 3.2-RC command line. In addition to fixing a significant number of bugs, support has been added for push and list for compliant V3 servers. This wave also includes a release of the visual studio extension version 3.2-RC. This version is about addressing top blocking customer scenarios. The 3.2 RTM release is plann...

NuGetRelease announcement