Showing category results for ASP.NET

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 24, 2017
Post comments count1
Post likes count1

Get Started with F# as a C# developer

Phillip Carter
Phillip Carter

Get Started with F# as a C# developer One of our previous posts, Why You Should Use F#, listed a few reasons why F# is worth trying out today. In this post, we'll cover some of the basics you need to know to be successful. This post is intended for people who are coming from a C#, Java, or other object-oriented background. The concepts covered ...

.NETASP.NET.NET Core
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 count2
Post likes count0

WCF Web Service Reference Provider – Metadata Exchange Endpoint Authentication

Miguell - MSFT
Miguell - MSFT

With the recent update to the WCF Service Reference tool in the VS Marketplace, support has been added for downloading metadata for a web service where the metadata exchange (MEX) endpoint has been secured with IIS authentication. The purpose of MEX endpoints is to allow clients to discover the service capabilities, including security aspects of t...

ASP.NETVisual StudioWCF
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 count0
Post likes count0

Visual Studio 2017 Tools for Azure Functions

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2017 Tools for Azure Functions are now available as part of the Azure development workload starting in the Visual Studio 2017 15.3 release. These tools: Getting Started To get started: To create a new project, choose File -> New Project, and the Azure Functions project type This will create an...

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