.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Azure App Service Tools Updates in the Azure SDK for .NET 2.9

In the Azure SDK 2.9 we’ve made it significantly more convenient for developers who use Azure App Service to host their Web, Mobile, API, and background-processing WebJob apps. We’ve heard from customers who use Azure Resource Manager (ARM) templates to create their Azure topologies that they’re rarely creating one web app or one API ...

Announcing the .NET Framework 4.6.2 Preview

Updated (2017): See .NET Framework Releases to learn about newer releases. This release is not supported. We are pleased to announce the .NET Framework Preview 4.6.2. You can download the release from one of the following links: We've added new features and APIs in the following areas of the product: You can see the...
Comments are closed.0 0
.NET

The week in .NET – 3/29/2016

To read last week's post, see The week in .NET – 3/22/2016. Build conference The Build conference is this week! Stay tuned to this blog for announcements. You can find the list of sessions on Channel 9, which is also where you'll be able to watch the videos. On.NET Last week on On .NET, we had Richard Kiene from Joyent to talk about ...
Comments are closed.0 0
.NET

On .NET 3/24/2016 – Richard Kiene from Joyent

This week, Richard Kiene is our guest, to talk about running .NET Core in the Joyent cloud. .NET on the Joyent cloud: https://www.joyent.com/blog/running-a... VS Code extensions: https://marketplace.visualstudio.com...
Comments are closed.0 0
.NET

Dependency Injection in ASP.NET Core

In a recent Community Standup, one of the questions that was asked of the team was: "How do I get started with Dependency Injection in ASP.NET Core?"  This is where we're going to answer your question, because in this post we're going to share how dependency injection is used in ASP.NET Core and how you can configure it to meet your needs. A...

Get Started with ASP.NET Core Authorization – Part 2 of 2

After learning about the new Authorization Policy model in ASP.NET Core, our intrepid reporter Seth Juarez wanted to learn about more complicated ASP.NET Authorization policies.  In the following video, he speaks with ASP.NET Security Analyst Barry Dorrans.  Last time, Barry showed us how to get started with the new ASP.NET Policy model.  ...

Notes from the ASP.NET Community Standup – March 22, 2016

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 Core framework over the previous week.  Within 30 ...

The week in .NET – 3/22/2016

To read last week's post, see The week in .NET – 3/15/2016. Build Next week, many of us will be in San Francisco for the Build conference. This is a very exciting opportunity for us to present our latest work on .NET, and we hope to meet lots of you there. If you can't be there with us, don't worry, as the keynotes will be broadcast live, ...
Comments are closed.0 0
.NET

Remote Debug ASP.NET Core RC1 on Azure App Service

ASP.NET developers who deploy their code to Azure App Service have remote debugging features available from the Visual Studio Server and Cloud Explorer windows. ASP.NET 4x projects can be debugged live in App Service by simply right-clicking your Web, Mobile, or API Apps in Cloud Explorer and clicking the “Attach Debugger” action. Under ...