Announcing ASP.NET Core 1.1 Preview 1
Today we are happy to announce the release of ASP.NET Core 1.1 Preview 1. This release includes a bunch of great new features along with many bug fixes and general enhancements. We invite you to try...
View ArticleBearer Token Authentication in ASP.NET Core
This is a guest post from Mike Rousos Introduction ASP.NET Core Identity automatically supports cookie authentication. It is also straightforward to support authentication by external providers using...
View ArticleAnnouncing the Fastest ASP.NET Yet, ASP.NET Core 1.1 RTM
We are happy to announce that ASP.NET Core 1.1 is now available as a stable release on nuget.org! This release includes a bunch of great new features along with many bug fixes and general enhancements....
View ArticlePut a .NET Core App in a Container with the new Docker Tools for Visual Studio
By now hopefully you’ve heard the good news that we’ve added first class support for building and running .NET applications inside of Docker containers in Visual Studio 2017 RC. Visual Studio 2017 and...
View ArticleClient-side debugging of ASP.NET projects in Google Chrome
Visual Studio 2017 RC now supports client-side debugging of both JavaScript and TypeScript in Google Chrome. For years, it has been possible to debug both the backend .NET code and the client-side...
View ArticleNotes from the ASP.NET Community Standup – November 1, 2016
This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the...
View ArticleMVP Hackathon 2016: Cool Projects from Microsoft MVPs
Last week was the annual MVP Summit on Microsoft’s Redmond campus. We laughed, we cried, we shared stories around the campfire, and we even made s’mores. Ok, I’m stretching it a bit about the last...
View ArticleNotes from the ASP.NET Community Standup – November 22, 2016
This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the...
View ArticleVisual Studio Tools for Azure Functions
Today we are pleased to announce a preview of tools for building Azure Functions for Visual Studio 2015. Azure Functions provide event-based serverless computing that make it easy to develop and scale...
View ArticleIntroducing the ASP.Net Async OutputCache Module
OutputCacheModule is ASP.NET’s default handler for storing the generated output of pages, controls, and HTTP responses. This content can then be reused when appropriate to improve performance. Prior...
View ArticleNotes from the ASP.NET Community Standup – November 29, 2016
This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the...
View ArticleNew Updates to Web Tools in Visual Studio 2017 RC
Update 12/15: There was a bug in the Visual Studio 2017 installer that shipped between 12/12 and 12/14, that if you upgraded a prior RC installation it uninstalled IIS Express, Web Deploy, and LocalDB....
View ArticleAnnouncing Microsoft ASP.NET WebHooks V1
We are very happy to announce ASP.NET WebHooks V1 making it easy to both send and receive WebHooks with ASP.NET. WebHooks provide a simple pub/sub model for wiring together Web APIs and services with...
View ArticleNotes from the ASP.NET Community Standup –December 13, 2016
This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the...
View ArticleNotes from the ASP.NET Community Standup –January 3, 2017
This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the...
View ArticleASP.NET Core Authentication with IdentityServer4
This is a guest post by Mike Rousos In my post on bearer token authentication in ASP.NET Core, I mentioned that there are a couple good third-party libraries for issuing JWT bearer tokens in .NET Core....
View ArticleNotes from the ASP.NET Community Standup –January 10, 2017
This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the...
View ArticleUpdates to Web Tools in Visual Studio 2017 RC
Today we announced a new update to Visual Studio 2017 RC that includes a variety of improvements for both ASP.NET and ASP.NET Core projects. If you’re already installed Visual Studio 2017 RC, you will...
View ArticleNotes from the ASP.NET Community Standup –January 24, 2017
This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the...
View ArticleAnnouncing Continuous Delivery Tools for Visual Studio 2017
Posting on behalf of Ahmed Metwally Visual Studio Team Services enables developers to create build and release definitions for continuous build integration and deployment of their projects. With a...
View Article