Showing results for azure - .NET Blog

Nov 1, 2017
0
0

Modernize existing .NET apps with Windows Containers and Azure

Cesar De la Torre
Cesar De la Torre

As part of the series of posts announced at this initial blog post (.NET Application Architecture Guidance) that explores each of the architecture areas currently covered by our team, this current blog post focuses on introducing the new "Modernize existing .NET applications with Windows Containers and Azure" eBook which you can download here. J...

.NET
Oct 19, 2017
0
0

Experiment with Azure for FREE!

.NET Team
.NET Team

What is Azure? What can it do for me? Do I need it? How do I find out? How do I use it? Will it help my business? Can it help my career? With all the things Azure can do, it's hard to know where to start answering these important questions. But there's a really easy way to explore the potential of Azure completely free and at your own pace: by cre...

.NET
Nov 1, 2016
0
0

The week in .NET – .NET Foundation – Serilog – Super Dungeon Bros

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – .NET, ASP.NET, EF Core 1.1 Preview 1 – On .NET on EF Core 1.1 – Changelog – FluentValidation – Reverse: Time Collapse. On .NET: Martin Woodward on the .NET Foundation Last week, Martin Woodward was on the show to talk about the .NET Foundation: This week, we'll speak with Mei-Chin Tsai and Jan K...

.NET
Oct 25, 2016
0
0

The week in .NET – .NET, ASP.NET, EF Core 1.1 Preview 1 – On .NET on EF Core 1.1 – Changelog – FluentValidation – Reverse: Time Collapse

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – Bond – The Gallery. Preview 1 of .NET Core 1.1, ASP.NET Core 1.1, and EF Core 1.1 announced Preview 1 versions of .NET Core 1.1, ASP.NET Core 1.1, and Entity Framework Core 1.1 were released today. Check out the blog posts to discover the new features! On .NET Last week, Rowan Mil...

.NET
Oct 13, 2016
1
0

Hosting .NET Core Services on Service Fabric

Mike Rousos
Mike Rousos

This post was written by Vaijanath Angadihiremath, a software engineer on the .NET team. This tutorial is for users who already have a group of ASP.NET Core services which they want to host as microservices in Azure using Azure Service Fabric. Azure Service Fabric is a great way to host microservices in a PaaS world to obtain many benefits like hig...

.NET
Oct 3, 2016
1
0

Storing and using secrets in Azure

Bertrand Le Roy
Bertrand Le Roy

Most applications need access to secret information in order to function: it could be an API key, database credentials, or something else. In this post, we'll create a simple service that will compare the temperatures in Seattle and Paris using the OpenWeatherMap API, for which we'll need a secret API key. I'll walk you through the usage of Azure's...

.NET
Mar 31, 2016
0
0

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

Brady Gaster
Brady Gaster

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

ASP.NETAzure
Mar 21, 2016
0
0

Remote Debug ASP.NET Core RC1 on Azure App Service

Brady Gaster
Brady Gaster

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 the hood, w...

ASP.NETASP.NET Core
Nov 30, 2015
0
0

.NET Framework 4.6.1 is now available!

The .NET Fundamentals Team
The .NET Fundamentals Team

Updated (2017): See .NET Framework Releases to learn about newer releases. Updated (1/2016): This post was updated to add information about reference source for .NET Framework 4.6.1. Today we are announcing the availability of  .NET Framework 4.6.1. You can download this release now. Here is a summary of key improvements availabl...

.NET
Jan 14, 2015
0
0

Running ASP.NET 5 applications in Linux Containers with Docker

Ahmet Alp Balkan (Microsoft Azure)
Ahmet Alp Balkan (Microsoft Azure)

As a part of our ASP.NET 5 cross-platform efforts, we are actively working on making applications written in ASP.NET 5 easy to deploy and ship on Linux and Mac OS X. A while ago, we have released the first official Docker image by Microsoft: the ASP.NET 5 Preview Docker Image. Docker is an open source project that makes it easier to run appli...

ASP.NET