IT & Digital Marketing Articles
Blazor Server is a great option for adding functionality to a new or existing ASP.NET Core application. Follow along as we review some Blazor basics then demonstrate how to add a Blazor Component to an ASP.NET web application using Blazor Server.
In this article, we’re going to provide a step-by-step guide to creating an Azure ActiveDirectory B2C user store and a new public-facing ASP.NET Core Web application that utilizes the new user store.
ASP.NET Core Identity provides a lot of functionality for managing your users with very little configuration required. Here we'll take a look at storing your user accounts in the application database leveraging ASP.NET Core Identity and using...
Thinking about delving into .NET Core? Read about our experience with migrating from EF 6 to EF Core 2.0 and what we learned.
The five principals of object oriented design (known by the acronym of SOLID) are a good rule of thumb to follow when designing software. In this article, we are going to concentrate on the “D” in SOLID, the Dependency Inversion Principle and how...