Showing results for December 2015 - .NET Blog

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 ...

ASP.NET
Dec 29, 2015
0
0

The week in .NET – 12/29/2015

Bertrand Le Roy
Bertrand Le Roy

We have a short post this week, as many people are on vacation, including me. Unsurprisingly, no .NET user group has events for this week, so we'll skip the section this time. As always, this weekly post couldn't exist without community contributions, and I'd like to thank all those who sent links and tips. You can participate too. Did you write...

.NET
Dec 29, 2015
0
0

Using ASP.Net Module to Debug Async Calls

shmao-msft@hotmail.com
shmao-msft@hotmail.com

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. There was, however, nothing running in the process (see Figure 1), which was expected due to the calls being async and the waiting threads were no ...

ASP.NET
Dec 22, 2015
0
0

The week in .NET – 12/22/2015

Bertrand Le Roy
Bertrand Le Roy

Last week, we had a great time with Miguel de Icaza on the first episode of our new live YouTube show On.NET. On future episodes of the show, we want to have guests who represent every facet of the .NET community. If there's somebody you'd like to see on the show, please let us know! We won't have a show this week or next week because of the ...

.NET
Dec 15, 2015
1
0

WCF Connected Service Visual Studio Extension Preview for ASP.NET 5 Projects

Zhenlan Wang - MSFT
Zhenlan Wang - MSFT

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) services. WCF team is excited to introduce you to the support of Add Service Reference functionality for ASP.NET 5 projects via WCF Connected Service ...

ASP.NET
Dec 15, 2015
0
0

The week in .NET – 12/15/2015

Bertrand Le Roy
Bertrand Le Roy

We have some great content and news for you this week. I can't emphasize enough that this weekly post couldn't exist without community contributions, and I'd like to thank all those who sent links and tips. Keep them coming! In a way, this is an open source blog post series ;) The first piece of news I want to share is that the posts are being ...

.NET
Dec 9, 2015
0
0

Support Ending for the .NET Framework 4, 4.5 and 4.5.1

Stacey Haffner [MSFT]
Stacey Haffner [MSFT]

Updated (2017): See .NET Framework Releases to learn about newer releases. As previously announced, starting January 12, 2016 Microsoft will no longer provide security updates, technical support or hotfixes for .NET 4, 4.5, and 4.5.1 frameworks. All other framework versions, including 3.5, 4.5.2, 4.6 and 4.6.1, will be supported for the ...

.NET
Dec 8, 2015
0
0

The week in .NET – 12/08/2015

Bertrand Le Roy
Bertrand Le Roy

Welcome to the second "The Week in .NET" post. It was great to see how well the first post was received. Thanks to all who sent messages of encouragement and contributions to this week's post. If you would like to participate too, if you wrote a great blog post, or just read one, if you want to show an amazing new contribution, if you've written a ...

.NET
Dec 7, 2015
0
0

New feature to enable C# 6 / VB 14

Web Development Tools Microsoft
Web Development Tools Microsoft

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 installing the .NET Framework. With Visual Studio 2015 and the latest version of MSBuild this is no longer needed. You can decide which applications ...

ASP.NET
Dec 3, 2015
0
0

[Guest Post] Announcing F# Support in Visual Studio Code with Ionide

Visual FSharp Team [MSFT]
Visual FSharp Team [MSFT]

This is a guest post by Krzysztof Cieślak, an F# community developer and contributor to the Ionide project including its Visual Studio Code extension. To learn more about F# and engage with the community, head to fsharp.org. To learn more about the Ionide project, head to ionide.io.Ionide is a suite of packages for the Atom editor that aims to...

.NET