Notes 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 RousosIn 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 MetwallyVisual Studio Team Services enables developers to create build and release definitions for continuous build integration and deployment of their projects. With a...
View ArticleASP.NET Documentation Now on docs.microsoft.com
This post was written by Wade PickettWe are happy to announce ASP.NET documentation and guidance has been migrated to docs.microsoft.com!Better Together and Great FeaturesThis brings the ASP.NET...
View ArticleBuilding Single Page Applications on ASP.NET Core with JavaScriptServices
This is a guest post by Steve SandersonThese days, many developers are building Single-Page Applications (SPAs) using frameworks such as Angular or React. These are powerful frameworks that produce a...
View ArticleNotes from the ASP.NET Community Standup –February 14, 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 ArticleLet’s Try WCF Self-Hosted Services in a Container
Microservices are a hot architecture concept right now, and we hear a lot of interest in the architecture concepts. Many of the ideas and capabilities behind microservices are already possible with...
View ArticleNotes from the ASP.NET Community Standup –February 21, 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 New ASP.NET Core and Web Development Features in Visual Studio 2017
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...
View ArticleNotes from the ASP.NET Community Standup –March 9, 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 ArticleFive Visual Studio 2017 Extensions for Web Developers
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...
View ArticleNotes from the ASP.NET Community Standup –March 21, 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...
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 ArticleJWT Validation and Authorization in ASP.NET Core
This post was written and submitted by Michael RousosIn several previousposts, I discussed a customer scenario I ran into recently that required issuing bearer tokens from an ASP.NET Core...
View ArticleAnnouncing SignalR 2.2.2 (Preview 1)
Today we are happy to announce the release of SignalR 2.2.2-preview1.SignalR 2.2.2 is a servicing release, including some highly requested updates and bug fixes.Here are the highlights of the...
View ArticleAzure Functions Tools Roadmap
We’ve been humbled by the intense interest in Visual Studio tools for Azure Functions since we shipped our initial preview for Visual Studio 2015 last fall. Unfortunately, given other constraints,...
View Article