Showing category results for ASP.NET Core

Nov 29, 2017
Post comments count9
Post likes count0

Configuring HTTPS in ASP.NET Core across different platforms

Daniel Roth

As the web moves to be more secure by default it's more important than ever to make sure your websites have HTTPS enabled. And if you're going to use HTTPS in production its a good idea to develop with HTTPS enabled so that your development environment is as close to your production environment as possible. In this blog post we're going to go throu...

ASP.NETASP.NET Core
Nov 28, 2017
Post comments count0
Post likes count0

Improve website performance by optimizing images

Mads Kristensen

We all want our web applications to load as fast as possible to give the best possible experience to the users. One of the steps to achieve that is to make sure the images we use are as optimized as possible. If we can reduce the file size of the images then we can significantly reduce the weight of the website. This is important for various reaso...

ASP.NETASP.NET CoreAzure
Oct 27, 2017
Post comments count3
Post likes count0

Sharing Configuration in ASP.NET Core SPA Scenarios

Jeffrey Fritz

This is a guest post from Mike Rousos ASP.NET Core 2.0 recently released and, with it, came some new templates, including new project templates for single-page applications (SPA) served from an ASP.NET Core backend. These templates make it easy to setup a web application with a rich JavaScript frontend and powerful ASP.NET Core backend. Even bette...

ASP.NETASP.NET Core
Sep 14, 2017
Post comments count0
Post likes count0

Announcing SignalR (alpha) for ASP.NET Core 2.0

Glenn Condron [MSFT]

NOTE: This is a post about the Alpha version of SignalR which has since been replaced with a new preview: https://blogs.msdn.microsoft.com/webdev/2018/02/27/asp-net-core-2-1-0-preview1-getting-started-with-signalr/ Today we are glad to announce an alpha release of SignalR for ASP.NET Core 2.0. This is the first official preview release of a new Si...

ASP.NETASP.NET Core
Sep 7, 2017
Post comments count1
Post likes count0

Getting Started with Windows Containers

Alina Popa

Containers provide a way of running an application in a controlled environment, isolated from other applications running on the machine, and from the underlying infrastructure. They are a cost-effective way of abstracting away the machine, ensuring that the application runs in the same conditions, from development, to test, to production. Containe...

ASP.NETASP.NET Core
Aug 25, 2017
Post comments count0
Post likes count0

ASP.NET Core 2.0 Features

Glenn Condron [MSFT]

Last week we announced the release of ASP.NET Core 2.0 and described some top new features, including Razor Pages, new and updated templates, and Application Insights integration. In this blog post we are going to dig into more details of features in 2.0. This list is not exhaustive or in any particular order, but highlights a number of interesting...

ASP.NETASP.NET Core
Aug 14, 2017
Post comments count0
Post likes count0

Announcing ASP.NET Core 2.0

Jeffrey Fritz

The ASP.NET team is proud to announce general availability of ASP.NET Core 2.0.  This release features compatibility with .NET Core 2.0, tooling support in Visual Studio 2017 version 15.3, and the new Razor Pages user-interface design paradigm.  For a full list of updates, you can read the release notes and you can check the list of changed items i...

ASP.NETASP.NET CoreVisual Studio
Jul 13, 2017
Post comments count4
Post likes count0

Development time IIS support for ASP.NET Core Applications

Sourabh Shirhatti [MSFT]

With a recent update to Visual Studio 2017, we have added support for debugging ASP.NET Core applications against IIS. This blog post will walk you through enabling this feature and setting up your project to use this feature. Getting Started To get started: Enable IIS Before you can enable Development time IIS support in Visual St...

ASP.NETASP.NET Core
Jun 28, 2017
Post comments count0
Post likes count0

Introducing ASP.NET Core 2.0 Preview 2

Jeffrey Fritz

At Build 2017, we released an initial preview version of ASP.NET Core 2.0.  Over the last two months we have incorporated your feedback and added a number of new features.  We now have a Preview 2 version of the ASP.NET Core 2.0 framework and Visual Studio tools for you to try.  In this post, we will review some of the new features in this preview ...

ASP.NETASP.NET Core
May 10, 2017
Post comments count1
Post likes count0

Announcing ASP.NET Core 2.0.0-Preview1 and Updates for .NET Web Developers

Jeffrey Fritz

The ASP.NET team is pleased to share the first preview version of the ASP.NET Core 2.0 framework.  In this post, we’ll look at the new features and changes to the web framework that were announced at the Build 2017 keynote and sessions.  We will also look at some other updates that were published for ASP.NET 4.7 and WCF. ASP.NET Core 2.0.0-preview...

ASP.NETASP.NET Core