US Online Store Promotion. Official Rules. NO PURCHASE NECESSARY TO PARTICIPATE OR WIN THE SWEEPSTAKES. VOID WHERE PROHIBITED. PROMOTION IS OPEN TO RESIDENTS OF UNITED STATES OF AMERICA (THE “ELIGIBLE COUNTRY”). THE PROMOTION WILL BE VOID TO RESIDENTS OF ANY OTHER COUNTRY OR TERRITORY AND WHERE PR...
Blazor Components - New Blazor Scheduler Control, Data Grid Enhancements and more (available in Beta #1) Our first beta brings with it a new Blazor Scheduler component along with a myriad of enhancements designed to improve the overall capabilities of our Blazor product line
Building Microservices On .NET Core - Part 1 The Plan | Wojciech Suwała, Head Architect, ASC LAB I liked .NET technology from its inception. In fact I left the dark star of overxmlized J2EE development to join forces of rebellion around 2004. Over the years my team here at Altkom Software & Consulting built and maintained more and more complex busine...
Azure DevOps Podcast: Daniel Roth on Blazor DevOps - Episode 47 Today’s guest is Daniel Roth, a Program Manager on the ASP.NET team at Microsoft. He works on building frameworks for web developers, including ASP.NET Core and Blazor. He has previously worked on various parts of .NET, including System.Net, WCF, XAML, an...
Part 5: A better way to handle authorization – refreshing user’s claims – The Reformed Programmer Last Updated: August 22, 2019 | Created: July 29, 2019
RELEASE: ASP .NET Core A-Z eBook As promised, below is the initial release of the ASP .NET Core A-Z ebook. This combines the 26 blog posts from the series of ASP .NET Core articles on this website. A – Z of ASP .NET Core! You can…
Streaming Electron for fun and profit How we used Azure, Electron, and WebRTC to better enable productivity on low-powered devices.
Create Interfaces with default implementations My favorite design improvement for C# 8 has to be the ability to add the ...
JWT Signing using RSASSA-PSS in .NET Core A look at the new RSASSA-PSS support in .NET Core and what benefits it has over RSASSA-PKCS1-v1_5
Creating an OpenID connect system with Angular 8 and IdentityServer4 (OIDC part 1) OpenID connect authentication with dotnet core and Angular will demonstrate how to set up an app that supports authentication and access control of certain resources in the system. This guide is ba…