Subscribe

Dominick Baier looks at various solutions to secure SPAs and settles on a combination of server-side OpenID Connect, SameSite, automatic token management, and ProxyKit....

Oli Giss shares dotnet http-security-check, a .NET Core global tool to do a http request/response security assessment....

Matteo Locher moved to the OpenID Connect provider (OIDC) from the Google+ APIs which are about to be retired....

Sam Basu dives into what the DevReach conference offered for the latest in .NET development, and shares links to each of the breakout sessions recorded in full HD....

Ed Charbeneau shares an instructional video series containing a hands-on demo of ASP.NET Core Tag Helpers with the help of Telerik UI for ASP.NET Core....

Joonas Westlin shows how authentication schemes work in ASP.NET Core by defining a custom authentication scheme....

Dominick Baier manages OAuth 2.0 access tokens in ASP.NET Core server-side web applications....

Paul Welter uses the Entity Framework Core Generator to create an Entity Framework Core data model for an ASP.NET Web API....

James Montemagno introduces the expansion of the ASP.NET community standups into the ".NET Community Standup" series, which spans multiple teams and products in the world of .NET and shows off the......

Chris Woodruff lays out how to rigorously test APIs to ensure the consumers have a great experience throughout updates....

Andrew Lock continues his post and uses a few simple interfaces and classes to encapsulate the logic of running tasks on app start up....

Andrew Lock looks at the options available for running async tasks on app start up, and shows some simple methods and extension points that solve the problem....

Shahed Chowdhuri digs into Blazor, how it's hooked up and how it's run....

Brock Allen works around authentication limitations experienced in iOS with strict mode same-site cookies....

Damian Hickey shares ProxyKit, a toolkit to create HTTP proxies hosted in ASP.NET Core as middleware....

Anders Aberg shares a working implementation library + demo for fido2 and WebAuthn using .NET....

Hamza Assyad announces the developer preview of the custom ASP.NET Core Identity Provider for Amazon Cognito....

Jason Watmore walks through a simple example of how to implement role based authorization / access control in an ASP.NET Core 2.2 API with C#....

Recently, I’ve updated over 30 of my extensions to support Visual Studio 2019 (16.0). To make sure they work, I got my hands on a very early internal build of VS 2019 to test with (working on the Visual Studio team has its benefits). I’ve learned that the upgrade process is probably the easiest I’v...

I’m often asked how to best learn to build Visual Studio extensions, so here is what I wished someone told me before I got started. Don’t skip the introduction It’s easy to create a new extensibility project in Visual Studio, but unless you understand the basics of how the extensibility system wor...

< Older