IT & Digital Marketing Articles

Filtering posts by tag: ASP.NET

Remove filter

October 31, 2023 John Hadzima 20 minute read

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.

ASP.NET Blazor Server

February 14, 2022 Jeff Achesinski 7 minute read

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 AAD B2C Azure Azure ActiveDirectory B2C

March 18, 2019 John Hadzima 9 minute read

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...

.NET ASP.NET

April 09, 2018 John Hadzima 9 minute read

Thinking about delving into .NET Core? Read about our experience with migrating from EF 6 to EF Core 2.0 and what we learned.

.NET ASP.NET

August 20, 2017 John Hadzima 6 minute read

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...

.NET ASP.NET MVC

Let's find what you're looking for