Feed

Note that I may not have fully read/viewed all of the things in this feed. The images, content and opinions in them are owned by their respective authors.

5 Awesome Nuget Packages for DotNet 5 & DotNet Core in 2021 | by Dominique Kleeven | Medium

5 Awesome Nuget Packages for DotNet 5 & DotNet Core in 2021 | by Dominique Kleeven | Medium

Dominique Kleeven - dominique-k.medium.com
5 Awesome Nuget Packages for .NET 5 (AspNetCore) 2021. First things first: I’d like to share this awesome git repository with lots of NuGet packages and other dotnet components..
Read More
How To Make Software Developers Feel Comfortable During Interviews? | by Razvan Dragomir | Better Programming

How To Make Software Developers Feel Comfortable During Interviews? | by Razvan Dragomir | Better Programming

Razvan Dragomir - medium.com
It’s 5 p.m. on a cold winter Monday. I get a notification saying Marius arrived for his interview and is waiting for me. I grab my laptop and head to the front desk. He is a tall and skinny guy who…
Read More
Using Auth0 to Secure Your Angular Application and Access Your ASP.NET Core API | by Shantz Medley | The Startup | Medium

Using Auth0 to Secure Your Angular Application and Access Your ASP.NET Core API | by Shantz Medley | The Startup | Medium

Shantz Medley - medium.com
In this series, we will walk through setting up Auth0 to manage authentication using Angular for the client and ASP.NET Core for our API. Let’s setup Auth0 to handle our authentication and…
Read More
How to Use Auth0 for B2B Multi/Single-Tenant SaaS Solutions

How to Use Auth0 for B2B Multi/Single-Tenant SaaS Solutions

auth0.com
How to configure Auth0 to provide identity for multi- and single-tenant B2B SaaS applications, creating the best, most secure solution for your team and your users.
Read More
Conway's Law, DDD, and Microservices

Conway's Law, DDD, and Microservices

ardalis.com
Conway's Law states that any organization that designs a system will produce a design whose structure is a copy of the organization's communication structure. This has significant impacts on how software is built, especially if microservices and/or Domain-Driven Design are adopted.
Read More
Introducing Project Tye

Introducing Project Tye

devblogs.microsoft.com
Project Tye is an experimental developer tool that makes developing, testing, and deploying microservices and distributed applications easier.
Read More

Migrating a Windows Forms App to Blazor: The Amazing and True Story of GIFBot

youtube.com
In this talk, I will discuss the migration steps undertaken to go from a complex Desktop application to a robust ASP.NET-backed website with a Blazor front-e...
View

Application State in Blazor Apps

youtube.com
Carl shows you the benefits of keeping application data outside components and pages, how to do cross-component change notifications, and how to persist that...
View
The Best Samples to Teach Yourself Blazor | by Matthew MacDonald | Young Coder | Medium

The Best Samples to Teach Yourself Blazor | by Matthew MacDonald | Young Coder | Medium

Matthew MacDonald - medium.com
Ever since it was first announced as an experimental project in late 2017, there’s been plenty of excitement about Blazor. The promise is huge — to let developers write C# code that runs on a…
Read More
MediatR and Blazor Server?

MediatR and Blazor Server?

Jon Hilton - jonhilton.net
can we use Blazor Server and MediatR together? Why yes, yes we can.
Read More