Showing category results for ASP.NET Core

Aug 14, 2017
Post comments count0
Post likes count0

Announcing ASP.NET Core 2.0

Jeffrey Fritz
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]
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
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
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
Apr 26, 2017
Post comments count0
Post likes count0

The MVP Show Learns about ASP.NET, Identity Server, and Heidelberg

Jeffrey Fritz
Jeffrey Fritz

In the second episode of the MVP Show, intrepid host Seth Juarez traveled to Heidelberg, Germany to meet with Visual Studio and Development Technologies MVP Dominick Baier.  Dominick is one of the developers responsible for the Identity Server open source project. Seth and Dominick shared several videos about all things API, Germany, and Security. ...

ASP.NETASP.NET Core
Apr 26, 2017
Post comments count1
Post likes count0

ASP.NET Core Logging with Azure App Service and Serilog

Jeffrey Fritz
Jeffrey Fritz

This guest post was written by Mike Rousos ASP.NET Core supports diagnostic logging through the Microsoft.Extensions.Logging package. This logging solution (which is used throughout ASP.NET Core, including internally by the Kestrel host) is highly extensible. There's already documentation available to help developers get started with ASP.NE...

ASP.NETASP.NET Core
Apr 6, 2017
Post comments count7
Post likes count2

JWT Validation and Authorization in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

This post was written and submitted by Michael Rousos In several previous posts, I discussed a customer scenario I ran into recently that required issuing bearer tokens from an ASP.NET Core authentication server and then validating those tokens in a separate ASP.NET Core web service which may not have access to the authentication server. The previ...

ASP.NETASP.NET Core
Mar 21, 2017
Post comments count1
Post likes count0

Five Visual Studio 2017 Extensions for Web Developers

Jeffrey Fritz
Jeffrey Fritz

You’ve downloaded and installed Visual Studio 2017, and it’s a great improvement over previous versions.  Now what?  How can you make your web development experience better?  In this article, we will recommend five Visual Studio extensions that will make your day-to-day tasks easier and even more enjoyable. Razor Language Service When you’re ...

ASP.NETASP.NET CoreVisual Studio
Mar 7, 2017
Post comments count0
Post likes count0

Announcing New ASP.NET Core and Web Development Features in Visual Studio 2017

Jeffrey Fritz
Jeffrey Fritz

We are pleased to announce updates to our ASP.NET tools, ASP.NET Core tools, Container tools, and frameworks that are shipping as part of the Visual Studio 2017 release today.  We have made significant updates to the web development tools to make them easier for you to use and help make you more productive in your daily web development tasks. ASP....

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

Building Single Page Applications on ASP.NET Core with JavaScriptServices

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Steve Sanderson These days, many developers are building Single-Page Applications (SPAs) using frameworks such as Angular or React. These are powerful frameworks that produce a great end-user experience, but we often hear that building these applications is complicated. It can be a challenge to integrate server-side and ...

ASP.NETASP.NET Core