Announcing ASP.NET 2.0.0-Preview1 and Updates for .NET Web Developers
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...
View ArticleIntroducing ASP.NET Core 2.0 Preview 2
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...
View ArticleProtected: WCF Web Service Reference – Metadata Exchange Endpoint Authentication
This content is password protected. To view it please enter your password below: Password:
View ArticleHash Passwords with ASP.NET Membership Providers
Are you using the legacy ASP.NET membership providers with your application? When you look in web.config, is there a membership configuration within the system.web element? The membership provider...
View ArticleWCF Web Service Reference – Metadata Exchange Endpoint Authentication
With the recent update to the WCF Service Reference tool in the VS Extensions Gallery, support has been added for downloading metadata for a web service where the metadata exchange (MEX) endpoint has...
View ArticleDevelopment time IIS support for ASP.NET Core Applications
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...
View ArticleAnnouncing ASP.NET Core 2.0
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...
View ArticleASP.NET Core 2.0 Features
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...
View ArticleGetting Started with Windows Containers
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...
View ArticleWelcome to the New Blog Template for ASP.NET Developers
By Juliet Daniel, Lucas Isaza, and Uma Lakshminarayan Have you always wanted to build a blog or other web application but haven’t had the time or educational resources to learn? With our blog template,...
View ArticleAnnouncing SignalR for ASP.NET Core 2.0
Today we are glad to announce an alpha release of SignalR for ASP.NET Core 2.0. This is the first official release of a new SignalR that is compatible with ASP.NET Core. It consists of a server...
View ArticleAnnouncing SignalR for ASP.NET Core Alpha 2
A few weeks ago we released the alpha1 version of SignalR for ASP.NET Core 2.0. Today we are pleased to announce a release of the alpha2 version of SignalR for ASP.NET Core 2.0. This release contains a...
View ArticleUser accounts made easy with Azure
One of the most common requirements for a web application is to have users create accounts, for the purpose of access control and personalization. While ASP.NET templates have always made it easy to...
View ArticleSharing Configuration in ASP.NET Core SPA Scenarios
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...
View ArticleRecent updates for publishing
We have recently added a few interesting features for ASP.NET publishing. The updates include: Container Registry Publish Updates Create publish profile without publishing In this post, we will briefly...
View ArticlePublishing a Web App to an Azure VM from Visual Studio
We know virtual machines (VMs) are one of the most popular places to run apps in Azure, but publishing to a VM from Visual Studio has been a tricky experience for some. So, we’re pleased to announce...
View ArticleCreating a Minimal ASP.NET Core Windows Container
This is a guest post by Mike Rousos One of the benefits of containers is their small size, which allows them to be more quickly deployed and more efficiently packed onto a host than virtual machines...
View ArticleImprovements to Azure Functions in Visual Studio
We’re excited to announce several improvements to the Azure Functions experience in Visual Studio as part of the latest update to the Azure Functions tools on top of Visual Studio 2017 v15.5. (Get the...
View ArticleAnnouncing .NET 4.7.1 Tools for the Cloud
Today we are releasing a set of providers for ASP.NET 4.7.1 that make it easier than ever to deploy your applications to cloud services and take advantage of cloud-scale features. This release...
View ArticleOrchard Core Beta 1 released
This is a guest post by Sebastien Ros on behalf of the Orchard community Two years ago, the Orchard community started developing Orchard on .NET Core. After 1,500 commits, 297,000 lines of code, 127...
View Article